Open rexovas opened 1 year ago
Thanks for reporting this. I don't think there's anything we can do, as the issue seems to be on Discogs end.
I'll leave this up for now in case someone else comes across this issue.
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.
Awesome! Thanks! Please keep us updated!
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