-
This is the code I get. Currently running v3.2.1
DownloadLinkFetchFailed(trackName=Salvia - Original Mix, jioSaavnError=MP3ConversionFailed(extraInfo=Client request(https://hostveryquick.onlineconv…
-
DownloadLinkFetchFailed(trackName=Only One - Radio Edit, jioSaavnError=MP3ConversionFailed(extraInfo=Client request(https://hostsupernew.onlineconverter.com/file/error) invalid: 404 Not Found. Text: "…
-
It seems YT Music changed some CSS styles that are being used by ytmusic.js to select the playback ("media") buttons, as can be seem from my post at [GPMDP issues.](https://github.com/MarshallOfSound/…
-
I have enabled `autoplay` which was working good till past couple of days. Here are the mopidy logs:
```
2021-06-26 01:47:42,128 INFO [52029:YouTubeAutoplayer-13] mopidy_youtube: session.get trigg…
-
Running "ytmusic-deleter delete-uploads" ends in HTTP 400: Bad Request
Windows 10
ytmusic-deleter, version 1.2.1
`PS C:\WINDOWS\system32> ytmusic-deleter delete-uploads
[2021-01-23 11:56:40] R…
Sunii updated
3 years ago
-
I try to get the dict info from an **uploaded** song, but for all **uploaded** songids I try, I get the same error.
Here is the content of my test python script isolating the problem:
```
from yt…
-
Performed `sudo python3 -m pip install Mopidy-YTMusic`, installed fine, recognized by Mopidy, but variations of this (i.e. running with sudo) do not work:
```
pi@controller:~ $ mopidy ytmusic setu…
-
`query = "Martin Stig Andersen - Deteriation"`
`results = ytmusic.search(query, ignore_spelling=True)`
**gives:**
`Traceback (most recent call last):`
` File "C:/Users/szymc/PycharmProjects/S…
-
Few days ago I noticed that last.fm plugin wasn't properly scrobbling my tracks and the now playing was using a title from the following track on that playlist, like this:
![image_2021-05-09_15-48-32…
-
Hi,
I'm using 0.14.1 and when I do (unauthenticated)
```python
from ytmusicapi import YTMusic
ytmusic = YTMusic()
ytmusic.get_artist('UCbCrm_eTkVVRbwnR0cj-phQ')
```
I get
```
----------…