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
Mod website page display error
Re: Mod website page display error
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
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