hufman / vgmdb

A custom frontend for vgmdb, providing JSON and RDF
99 stars 12 forks source link

503 Service Unavailable #83

Open teandt opened 5 months ago

teandt commented 5 months ago

Opening 'Albums' and such from the following page results in a 503 Error.

message

Sorry, the requested URL 'https://vgmdb.info/albumlist' caused an error:

vgmdb.net is temporarily unavailable image

The same happens in the local environment.

hufman commented 5 months ago

Thank you for letting me know! Unfortunately, vgmdb.net is returning 403 errors to vgmdb.info. It looks like it's the Cloudflare bot protection page, which requires some Javascript execution to pass. I'm not sure what can be done, except to somehow get an exception from vgmdb.net.

hufman commented 5 months ago

I asked for help on their forum.

teandt commented 5 months ago

It seems that changing the User-Agent settings has resolved the 503 error. https://github.com/hufman/vgmdb/commit/0272a517db18c4e491bea0435bb651a807db9d1a It was a great fix! Thank you!

teandt commented 5 months ago

I have checked in the local environment. However, it seems that it still cannot be displayed normal pages on vgmdb.info. Has this not yet reflected the latest changes?

hufman commented 5 months ago

It was deployed but I'm guessing Cloudflare is still blocking the IP for now.

teandt commented 5 months ago

Oh... My local environment has a Japanese IP address. It seems to be normally here.

Is there any information I can provide? image

Ruin0x11 commented 3 months ago

Can confirm the service works fine if I use docker-compose locally, but https://vgmdb.info doesn't return any search results and still gives a 503 if a browse category is selected. Maybe the IP can be changed?

hufman commented 3 months ago

I tried changing the IP in Azure and it didn't help, sorry.