LartTyler / MHWDB-Docs

API documentation for the Monster Hunter World API (https://mhw-db.com)
Other
62 stars 6 forks source link

Some GET requests return error #29

Closed declanjcurrey closed 6 years ago

declanjcurrey commented 6 years ago

Some GET requests don't work. This could be due to missing data but for example:

Trying to get all weapons using https://mhw-db.com/weapons - returns an error.

Searching for a weapon based on its ID also fails on weapons with an ID > 100, for example:

https://mhw-db.com/weapons/179 returns the same error as above.

I'm wondering if this could be fixed because the API when data is returned! Thanks for your work on it!

LartTyler commented 6 years ago

I'm seeing this happen too. It definitely shouldn't be. I'm looking into it now, I'll update you once I figure out what's up.

LartTyler commented 6 years ago

It looks like mysql had crashed earlier, and failed to restart properly. Everything should be working now!

declanjcurrey commented 6 years ago

Thanks, can confirm it's working