hufman / vgmdb

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

500 errors on some requests #74

Closed TheKeeperOfPie closed 1 year ago

TheKeeperOfPie commented 2 years ago

https://vgmdb.info/search?q=SMCL-1 works, but https://vgmdb.info/search?q=GNCA-1 throws:

Sorry, the requested URL 'https://vgmdb.info/search?q=GNCA-1' caused an error:

Internal Server Error

I'm not sure what causes it. I originally thought it might be due to no search results returned, but that seems unlikely, since GNCA-1 works on the actual site. And because some album requests also don't work.

Just taking the first result from the above searches on the actual site, https://vgmdb.info/album/80421 works, but https://vgmdb.info/album/112870 doesn't.

I didn't try to run the server locally to debug this. Will try that when I get a chance, assuming I can figure out how.

hufman commented 1 year ago

I'm not sure what happened, but those links seem to work now. The README mentions a few steps to running the code in development, it's a basic python app so just pip install into a virtualenv as is traditional and then run.py.