You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /test.php?track=What%20I%27ve%20Been%20Waiting%20For%20(feat.%20D.%20Brown)&artist=Vicetone HTTP/1.1
Host: coverart.localhost
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
DNT: 1
Connection: keep-alive
Upgrade-Insecure-Requests: 1
Cache-Control: max-age=0
Notice: Undefined index: releases in C:\XAMPP\htdocs\coverart\vendor\mikealmond\musicbrainz\src\MusicBrainz\Recording.php on line 47
Catchable fatal error: Argument 1 passed to MusicBrainz\Recording::setReleases() must be of the type array, null given, called in C:\XAMPP\htdocs\coverart\vendor\mikealmond\musicbrainz\src\MusicBrainz\Recording.php on line 47 and defined in C:\XAMPP\htdocs\coverart\vendor\mikealmond\musicbrainz\src\MusicBrainz\Recording.php on line 55
But after applying urlencode to the filter args, the search works just fine!
When using RecordingFilter to search for tracks on MusicBrainz without urlencode, it throws an Exception back with wrong results.
Result:
But after applying urlencode to the filter args, the search works just fine!
Result:
The text was updated successfully, but these errors were encountered: