Package Details: cast_control 1:0.11.8.post0-3

Git Clone URL: https://aur.archlinux.org/cast_control.git (read-only, click to copy)
Package Base: cast_control
Description: Control Chromecasts from Linux and D-Bus
Upstream URL: https://github.com/alexdelorenzo/cast_control
Licenses: AGPL3
Conflicts: chromecast_mpris
Replaces: chromecast_mpris
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 1
Popularity: 0.000000
First Submitted: 2021-05-24 15:01 (UTC)
Last Updated: 2022-04-05 15:42 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

yochananmarqos commented on 2023-05-25 14:41 (UTC)

@RRRadek: This hasn't worked in quite some time.

Please don't flag packages out of date unless there is a new upstream release.

RRRadek commented on 2023-05-25 14:39 (UTC)

@yochananmarqos I have a error

ValueError: invalid pyproject.toml config: `project.license`.
configuration error: `project.license` must be valid exactly by one definition (2 matches found):

    - keys:
        'file': {type: string}
      required: ['file']
    - keys:
        'text': {type: string}
      required: ['text']


ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel
==> ERROR: A failure occurred in build().

Can You fix it?

yochananmarqos commented on 2022-03-14 17:56 (UTC)

@drugo: Of course python-pychromecast6 provides and conflicts with python-pychromecast, they're the same package at different versions. That's not related to this package.

This package only works with python-pychromecast >=9.2.0,<9.3.0. I use 9.2.1.

Please do not flag packages out of date unless there is a new upstream release.

yochananmarqos commented on 2021-09-10 20:13 (UTC)

@alexdelorenzo: Thanks for the heads up.

alexdelorenzo commented on 2021-09-10 19:49 (UTC) (edited on 2021-09-10 19:49 (UTC) by alexdelorenzo)

Just FYI, I've yanked every new version of cast_control above 0.11.4 and newer from PyPI. The 0.12.x releases are broken. Same with mpris_server versions above 0.4.2. The last stable versions are 0.11.4 and 0.4.2 respectively.

Thanks again for taking the time to package this for the AUR!

alexdelorenzo commented on 2021-05-26 17:55 (UTC)

Thanks!

eh8 commented on 2020-11-13 04:53 (UTC) (edited on 2020-11-13 04:53 (UTC) by eh8)

~ > chromecast_mpris   
INFO:pychromecast:Querying device status
INFO:pychromecast:Querying device status
INFO:pychromecast:Querying device status
INFO:mpris_server.server:MPRIS server connected to D-Bus session bus
/usr/lib/python3.8/site-packages/gi/overrides/GLib.py:123: Warning: g_variant_builder_end: assertion 'GVSB(builder)->offset >= GVSB(builder)->min_items' failed
  return builder.end()
ERROR:pydbus.registration:Exception while handling org.freedesktop.DBus.Properties.GetAll()
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/pydbus/registration.py", line 81, in call_method
    result = method(*parameters, **kwargs)
  File "/usr/lib/python3.8/site-packages/pydbus/registration.py", line 110, in GetAll
    ret[local] = GLib.Variant(type, getattr(self.object, local))
  File "/usr/lib/python3.8/site-packages/gi/overrides/GLib.py", line 190, in __new__
    v.format_string = format_string
AttributeError: 'NoneType' object has no attribute 'format_string'