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
Came across this strange issue recently. This may not be an issue with the api client, but rather discogs' api itself.
It seems the search api can sometimes return "dormant" or otherwise hidden release ids which when attempting to access any real information about them results in a 404 error.
Chiming back in here - I was able to confirm that this issue in fact exists when using the Discogs site itself.
You can verify by searching "4FOR MONEY IT'S A MOMENT IN TIME TEMPO", which yields a single result.
When clicking on the result, it brings you to a 404 page. I will perhaps file a bug ticket with Discogs.
Came across this strange issue recently. This may not be an issue with the api client, but rather discogs' api itself.
It seems the search api can sometimes return "dormant" or otherwise hidden release ids which when attempting to access any real information about them results in a 404 error.
Here's an example:
https://www.discogs.com/release/6926394
As you can see the link opens up to a 404 page
This release_id was returned (along with others) from the following search:
Calling
will strangely yield the above results
but calling the refresh method
results in a 404
Furthermore, simply attempting to fetch the release by ID also results in a 404
I can only assume this is some strange deleted release or otherwise invalid release which is still being returned in search results
The text was updated successfully, but these errors were encountered: