Package Details: python-tidalapi 0.7.5-2

Git Clone URL: https://aur.archlinux.org/python-tidalapi.git (read-only, click to copy)
Package Base: python-tidalapi
Description: Unofficial API for TIDAL music streaming service.
Upstream URL: https://github.com/tamland/python-tidal
Licenses: LGPL-3.0-only
Submitter: johnhamelink
Maintainer: a821
Last Packager: a821
Votes: 0
Popularity: 0.000000
First Submitted: 2020-09-30 22:28 (UTC)
Last Updated: 2024-03-04 09:50 (UTC)

Latest Comments

unknown78 commented on 2024-02-20 10:46 (UTC)

Sorry yes it's the git version :) but thank you for being ahead of time.

a821 commented on 2024-02-19 16:14 (UTC)

Are you sure you have this package installed and not python-tidalapi-git? The dependency was added recently in this commit.

But thanks for the head-ups, I will update on the next release.

unknown78 commented on 2024-02-19 15:48 (UTC) (edited on 2024-02-19 15:49 (UTC) by unknown78)

  File "/usr/lib/python3.11/site-packages/tidalapi/media.py", line 41, in <module>
    from mpegdash.parser import MPEGDASHParser
ModuleNotFoundError: No module named 'mpegdash'

There might be an Module missing ? https://pypi.org/project/mpegdash/ maybe ?

lmartinez-mirror commented on 2022-03-28 17:54 (UTC) (edited on 2022-03-28 17:56 (UTC) by lmartinez-mirror)

I've been getting this error across some of my python packages, and I haven't the slightest idea why. I've been looking for answers, but couldn't find anything; the only known fix is to pass in --skip-dependency-check. Thanks for the report, I'll push a fix soon.

EDIT: Huh, I just tried rebuilding in a clean chroot and couldn't reproduce. Is your system up-to-date?

Ferdinand commented on 2022-03-24 10:59 (UTC)

I get an error when $ makepkg -sric ... File "/usr/lib/python3.10/site-packages/packaging/requirements.py", line 81, in <lambda> lambda s, l, t: Marker(s[t._original_start : t._original_end]) TypeError: slice indices must be integers or None or have an index method

ERROR slice indices must be integers or None or have an index method ==> ERROR: A failure occurred in build(). Aborting...