internet4000 / explorer-discogs

A work in progress to explore and play Discogs
https://explorer.radio4000.com
2 stars 0 forks source link

Sometimes relationships aren't loading #25

Open oskarrough opened 6 years ago

oskarrough commented 6 years ago

Sometimes on https://discogs.radio4000.com/artists/2408160 the members:hasMany:artist relationship doesn't render all items properly. The list-item is there but the name is empty. If you refresh it'll either work or be different missing items. To be investigated.

screen shot 2018-04-26 at 17 21 51
4www commented 6 years ago

i think it is because our Proxy API is hitting the rate limit, so it returns what it has?

oskarrough commented 6 years ago

Yes that's probably it. We better implement error handling in the API so we don't have to guess?

I see it also returns (node:324) UnhandledPromiseRejectionWarning: DiscogsError: Release not found. even though the release does exist.

oskarrough commented 6 years ago

Error handling is in.