Tried to use the tool with beatport to download this specific song:
https://www.beatport.com/track/24-turn-it-up/20040833
And got this output error message:
Beatport: Professional subscription detected, allowing high and lossless quality
Traceback (most recent call last):
File "/Users/user1/OrpheusDL/orpheus.py", line 225, in
main()
File "/Users/user1/OrpheusDL/orpheus.py", line 220, in main
orpheus_core_download(orpheus, media_to_download, tpm, sdm, path)
File "/Users/user1/OrpheusDL/orpheus/core.py", line 399, in orpheus_core_download
downloader.download_track(media_id, extra_kwargs=media.extra_kwargs)
File "/Users/user1/OrpheusDL/orpheus/music_downloader.py", line 294, in download_track
track_info: TrackInfo = self.service.get_track_info(track_id, quality_tier, codec_options, **extra_kwargs)
File "/Users/user1/OrpheusDL/modules/beatport/interface.py", line 318, in get_track_info
track_data = data[track_id] if track_id in data else self.session.get_track(track_id)
File "/Users/user1/OrpheusDL/modules/beatport/beatport_api.py", line 146, in get_track
return self._get(f'catalog/tracks/{track_id}')
File "/Users/user1/OrpheusDL/modules/beatport/beatport_api.py", line 138, in _get
raise ConnectionError(r.text)
ConnectionError: {"detail":"Not found."}
Tried to use the tool with beatport to download this specific song:
https://www.beatport.com/track/24-turn-it-up/20040833
And got this output error message:
Beatport: Professional subscription detected, allowing high and lossless quality
Traceback (most recent call last):
File "/Users/user1/OrpheusDL/orpheus.py", line 225, in
main()
File "/Users/user1/OrpheusDL/orpheus.py", line 220, in main
orpheus_core_download(orpheus, media_to_download, tpm, sdm, path)
File "/Users/user1/OrpheusDL/orpheus/core.py", line 399, in orpheus_core_download
downloader.download_track(media_id, extra_kwargs=media.extra_kwargs)
File "/Users/user1/OrpheusDL/orpheus/music_downloader.py", line 294, in download_track
track_info: TrackInfo = self.service.get_track_info(track_id, quality_tier, codec_options, **extra_kwargs)
File "/Users/user1/OrpheusDL/modules/beatport/interface.py", line 318, in get_track_info
track_data = data[track_id] if track_id in data else self.session.get_track(track_id)
File "/Users/user1/OrpheusDL/modules/beatport/beatport_api.py", line 146, in get_track
return self._get(f'catalog/tracks/{track_id}')
File "/Users/user1/OrpheusDL/modules/beatport/beatport_api.py", line 138, in _get
raise ConnectionError(r.text)
ConnectionError: {"detail":"Not found."}