Package Details: onthespot-git 0.5-1

Git Clone URL: https://aur.archlinux.org/onthespot-git.git (read-only, click to copy)
Package Base: onthespot-git
Description: Qt based music downloader written in python.
Upstream URL: https://github.com/casualsnek/onthespot
Keywords: audio music-downloader onthespot spotify-downloader
Licenses: GPLv2
Conflicts: onthespot
Provides: onthespot
Submitter: castorIsDead
Maintainer: castorIsDead
Last Packager: castorIsDead
Votes: 2
Popularity: 0.000000
First Submitted: 2022-10-13 09:48 (UTC)
Last Updated: 2023-07-08 05:34 (UTC)

Latest Comments

DubiousPhoenix commented on 2024-09-28 19:21 (UTC)

@castorIsDead This worked! Thanks!

castorIsDead commented on 2024-09-27 05:56 (UTC) (edited on 2024-09-27 05:59 (UTC) by castorIsDead)

@DubiousPhoenix please run: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python onthespot_gui To set this permanently add the following line to your bashrc: export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python

DubiousPhoenix commented on 2024-09-16 16:27 (UTC) (edited on 2024-09-16 16:28 (UTC) by DubiousPhoenix)

Not able to get past this when running onthespot_gui:

OTS Version :  0.5
Config version:  0.5
Attempting to use system ffmpeg binary !
Using ffmpeg binary at:  /usr/bin/ffmpeg
[2024-09-16 16:25:58,006 :: runtimedata :: /usr/lib/python3.12/site-packages/onthespot/runtimedata.py -> 49:    handle_exception() :: CRITICAL] -> Uncaught exception
Traceback (most recent call last):
  File "/usr/bin/onthespot_gui", line 5, in <module>
    from onthespot import main
  File "/usr/lib/python3.12/site-packages/onthespot/__init__.py", line 4, in <module>
    from .gui.mainui import MainWindow
  File "/usr/lib/python3.12/site-packages/onthespot/gui/mainui.py", line 9, in <module>
    from ..utils.spotify import search_by_term, get_thumbnail
  File "/usr/lib/python3.12/site-packages/onthespot/utils/spotify.py", line 16, 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).

Is this just a me thing?

castorIsDead commented on 2023-06-09 02:34 (UTC)

Hi @hasecilu, The package has been updated. Thank you for your patience.

hasecilu commented on 2023-05-27 21:34 (UTC)

Hi, today the version 0.5 was released, it features a new PKGBUILD file, could you update it please?