Closed wualex closed 5 years ago
Thanks! Looks like this result just has zero "subGenre"s, right, @temrix?
It has an attribute "subGenre" but it contains an empty list.
Also, an empty response from the API should be handled. I have also found another bug: It is only checked whether the Beatport ID is valid according to a regex and not also if the response really gives back results other than an empty list.
I am currently testing my fixes for it.
Hi,
Trying to test the fix made by @temrix on the beatport plugin but i get errors on any file
Running this command in verbose (
-vv
) mode:Led to this problem:
Here's a link to the music files that trigger the bug (if relevant): https://www.beatport.com/track/more-cowbell-jimpster-remix/10656680 https://www.beatport.com/track/shakti-pan-feat-sven-original-mix/9130725 etc. Basically any track i tried
Setup
My configuration (output of
beet config
) is:Thank you.