OpenFactorioServerManager / factorio-server-manager

A tool to help manage Factorio multiplayer servers including mods and save games.
MIT License
544 stars 132 forks source link

Mod Portal Search Broken by wube #219

Closed knoxfighter closed 3 years ago

knoxfighter commented 3 years ago

The mod portal API currently fails with Error 503 when used with page_size=max: https://mods.factorio.com/api/mods?page_size=max A workaround for that is to use page_size with a really big number (more than the amount of mods): https://mods.factorio.com/api/mods?page_size=999999 I have written a bugreport, in the factorio forum: https://forums.factorio.com/viewtopic.php?f=189&t=94119&p=531316

knoxfighter commented 3 years ago

Fixed in develop branch. Use docker image ofsm/ofsm:develop to get newest image.

knoxfighter commented 3 years ago

Mod portal api got fixed and we reverted the workaround.