-
Notifications
You must be signed in to change notification settings - Fork 109
Error: Resource not found. This might be region-locked. #101
Description
When trying to download any album I see the following error. I have completely deleted OrpheusDL and reinstalled and still see the error. Please let me know if you need any more information.
Traceback (most recent call last):
File "C:\OrpheusDL\orpheus.py", line 225, in
main()
~~~~^^
File "C:\OrpheusDL\orpheus.py", line 220, in main
orpheus_core_download(orpheus, media_to_download, tpm, sdm, path)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\OrpheusDL\orpheus\core.py", line 397, in orpheus_core_download
downloader.download_album(media_id, extra_kwargs=media.extra_kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\OrpheusDL\orpheus\music_downloader.py", line 207, in download_album
album_info: AlbumInfo = self.service.get_album_info(album_id, **extra_kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\OrpheusDL\modules\tidal\interface.py", line 363, in get_album_info
album_data = self.session.get_album(album_id)
File "C:\OrpheusDL\modules\tidal\tidal_api.py", line 173, in get_album
return self._get('albums/' + str(album_id))
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\OrpheusDL\modules\tidal\tidal_api.py", line 100, in _get
raise TidalError('Error: {}. This might be region-locked.'.format(resp_json['userMessage']))
modules.tidal.tidal_api.TidalError: Error: Resource not found. This might be region-locked.