Page 1 of 1

Mod website page display error

Posted: Mon Oct 03, 2016 9:03 am
by DranKof
Not sure whether this should be in bugs or general discussion or here, this felt the most relevant.
It is relevant to the Factorio mod website ( https://mods.factorio.com/ ) but I didn't find a webmaster/admin contact there.

When attempting to view the pages of some users who post mods (I think because of the period "." in their names), the pages do not seem to display properly.

Examples -

-This page works:
https://mods.factorio.com/mods/GotLag

-This page doesn't work:
https://mods.factorio.com/mods/Y.Petremann

Re: Mod website page display error

Posted: Tue Oct 04, 2016 1:00 pm
by Killerbee
The problem appears to be in the API call to retrieve the user:
https://mods.factorio.com/api/users/Y.Petremann
Gives a 404

The weird thing is that the API call for retrieving the mods of the user has a completely different url structure compared to the API call for users:
https://mods.factorio.com/api/mods?owne ... 100&page=1
Gives a list of all mods by the user without any errors

Re: Mod website page display error

Posted: Mon Oct 10, 2016 7:23 am
by HanziQ
Fixed