Package Details: zotify-git r93.5da27d3-1

Git Clone URL: https://aur.archlinux.org/zotify-git.git (read-only, click to copy)
Package Base: zotify-git
Description: A fast and customizable music and podcast downloader.
Upstream URL: https://zotify.xyz/zotify/zotify
Licenses: custom
Conflicts: zotify
Provides: zotify
Submitter: SnipeX
Maintainer: SnipeX
Last Packager: SnipeX
Votes: 1
Popularity: 0.040946
First Submitted: 2023-07-30 15:49 (UTC)
Last Updated: 2024-03-05 19:13 (UTC)

Latest Comments

JamesMowery commented on 2024-08-23 19:29 (UTC)

Package is not working. Getting the following errors:

❯ zotify
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3.12/site-packages/zotify/__main__.py", line 10, in <module>
    from zotify.app import client
  File "/usr/lib/python3.12/site-packages/zotify/app.py", line 1, in <module>
    from librespot.audio.decoders import AudioQuality
  File "/usr/lib/python3.12/site-packages/librespot/__init__.py", line 3, in <module>
    from librespot.proto.Keyexchange_pb2 import BuildInfo, Platform, Product, ProductFlags
  File "/usr/lib/python3.12/site-packages/librespot/proto/Keyexchange_pb2.py", line 31, in <module>
    _descriptor.EnumValueDescriptor(
  File "/usr/lib/python3.12/site-packages/google/protobuf/descriptor.py", line 920, in __new__
    _message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
 1. Downgrade the protobuf package to 3.20.x or lower.
 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).

More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates