Sorrow446 / MQ-DL

Tool written in Python to download streamable tracks from mora qualitas (モーラクオリタス).
100 stars 34 forks source link

Forbidden for url Error #33

Closed Leigo6677 closed 3 years ago

Leigo6677 commented 3 years ago

Hello @Sorrow446 Faced this error today

Item 1 of 1: Item failed. Traceback (most recent call last): File "mq-dl.py", line 515, in main(media_type, _id) File "mq-dl.py", line 486, in main globals()media_type File "mq-dl.py", line 420, in artist artist, art_ids = get_artist_meta(art_id) File "mq-dl.py", line 97, in get_artist_meta art_meta = client.get_art_meta(art_id) File "/content/drive/MyDrive/mq-dl/api/client.py", line 78, in get_art_meta 'GET', "v2.2/artists/" + art_id, params=params, headers=headers) File "/content/drive/MyDrive/mq-dl/api/client.py", line 21, in make_call r.raise_for_status() File "/usr/local/lib/python3.6/dist-packages/requests/models.py", line 941, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.napster.com/v2.2/artists/Art.12701758?catalog=JP_MORAQUALITAS&lang=en-US&rights=2

Thanks for maintaning this Tool ❤

Fukitsu commented 3 years ago

I'm getting the same error, tried with album and artist URLs

Sorrow446 commented 3 years ago

Another API change. Will fix later.

Sorrow446 commented 3 years ago

Fixed. Pushed to source and Windows binary.