Search found 377 matches
- Fri Jul 17, 2026 12:32 pm
- Forum: Resolved Problems and Bugs
- Topic: [1.1.110] Mod updater fails to check for updates when certain mods are requested
- Replies: 2
- Views: 273
Re: [1.1.110] Mod updater fails to check for updates when certain mods are requested
Deployed a hotfix on the mod portal. '+' dependencies are now served as '?' to older clients. Might change it later to filter incompatible mod releases entirely.
- Tue Apr 28, 2026 6:57 am
- Forum: Mod portal Discussion
- Topic: Bug with the licensing feature
- Replies: 4
- Views: 980
Re: Bug with the licensing feature
Thanks for the report. This issue has now been fixed. In general it would be nice receive reports like this via mail and not through this public channel 
- Tue Mar 03, 2026 9:53 am
- Forum: Mod portal Discussion
- Topic: Short mod descriptions incorrectly show `...`
- Replies: 2
- Views: 1072
Re: Short mod descriptions incorrectly show `...`
IIRC this is a css bug with firefox. Which browser are you using?
- Tue Jan 13, 2026 9:06 am
- Forum: Mod portal Discussion
- Topic: Space Travel Required Flag is permanent
- Replies: 3
- Views: 1076
Re: Space Travel Required Flag is permanent
I can't reproduce the issue. Uploading the first two versions of the "BLOOSH GOOSH" mod, clears the space age flag on my testing environment as well. Your issue might be related to a problem we had with search index synchronisation in December and is now fixed.
- Mon Dec 08, 2025 1:54 pm
- Forum: Mod portal Discussion
- Topic: Need help about my mods showing zero downloads ingame.
- Replies: 9
- Views: 1984
Re: Need help about my mods showing zero downloads ingame.
Forced a full sync over to meilisearch and will do some more investigations.
- Fri Dec 05, 2025 4:55 pm
- Forum: Mod portal Discussion
- Topic: Need help about my mods showing zero downloads ingame.
- Replies: 9
- Views: 1984
Re: Need help about my mods showing zero downloads ingame.
Thank you all for taking a deeper look. I‘ll investigate the case of the missing download counts next week 
- Thu Dec 04, 2025 3:01 pm
- Forum: Mod portal Discussion
- Topic: Need help about my mods showing zero downloads ingame.
- Replies: 9
- Views: 1984
Re: Need help about my mods showing zero downloads ingame.
This data is heavily cached so it might take a few hours to update.
- Wed Nov 05, 2025 6:50 am
- Forum: Mod portal Discussion
- Topic: [API Request] Add tags to /api/mods/{name}
- Replies: 1
- Views: 955
Re: [API Request] Add tags to /api/mods/{name}
Hey there, unfortunately I've decided against this for now. This endpoint has a lot of legacy cruft to stay compatible with old factorio versions, adding new features to it is a bit of a pain. Due to the dynamic nature of the namelist parameter it's also not that friendly to our caching setup. It ...
- Wed Oct 29, 2025 2:49 pm
- Forum: Technical Help
- Topic: Connection error (status520):failed to recognize JSON:unclosed string on ?:1
- Replies: 7
- Views: 1230
Re: Connection error (status520):failed to recognize JSON:unclosed string on ?:1
I guess it's related to this issue: https://blog.cloudflare.com/russian-int ... -internet/
- Fri Oct 24, 2025 9:46 am
- Forum: Mod portal Discussion
- Topic: Mod upload api is returning an Axios Network Error
- Replies: 8
- Views: 2453
Re: Mod upload api is returning an Axios Network Error
Set up the uploader service on a different provider which might help with your issue. Can you please try again?
- Fri Oct 24, 2025 9:46 am
- Forum: Mod portal Discussion
- Topic: AxiosError: Network Error over a mod upload
- Replies: 11
- Views: 2086
Re: AxiosError: Network Error over a mod upload
Set up the uploader service on a different provider which might help with your issue. Can you please try again?
- Wed Oct 22, 2025 10:51 am
- Forum: Mod portal Discussion
- Topic: AxiosError: Network Error over a mod upload
- Replies: 11
- Views: 2086
Re: AxiosError: Network Error over a mod upload
Seems like you're running into the same limitation as viewtopic.php?t=130952 But it'll take a while to fix.
- Wed Oct 22, 2025 10:37 am
- Forum: Mod portal Discussion
- Topic: AxiosError: Network Error over a mod upload
- Replies: 11
- Views: 2086
Re: AxiosError: Network Error over a mod upload
The CORS error in the logs is misleading. It just pop ups because something closes the connection of the actual file upload. Also please don't upload screenshots of your network logs in this public forum, there's a chance they contain sensitive session keys for your account.
- Wed Oct 22, 2025 9:22 am
- Forum: Mod portal Discussion
- Topic: AxiosError: Network Error over a mod upload
- Replies: 11
- Views: 2086
Re: AxiosError: Network Error over a mod upload
Can you try uploading from a different device and/or internet connection?
- Wed Oct 22, 2025 6:04 am
- Forum: Mod portal Discussion
- Topic: AxiosError: Network Error over a mod upload
- Replies: 11
- Views: 2086
Re: AxiosError: Network Error over a mod upload
Hey there, mod uploads should work fine at the moment. From where in the world are you trying to upload? Feel free to email the errors in your browsers network console to support@factorio.com so I can take a closer look.
- Tue Sep 23, 2025 5:34 am
- Forum: Mod portal Discussion
- Topic: Mod upload api is returning an Axios Network Error
- Replies: 8
- Views: 2453
Re: Mod upload api is returning an Axios Network Error
Unfortunately uploads to the mod portal must be completed in 30s before a timeout drops the connection.
Hmm that's unfortunate. That would mean 200 MB / 30 sec = 6.66 MB/s = 53.33 Mbit/s would need to be my internet speed but I only have ~20.
Now I don't know what upload speeds people usually ...
- Mon Sep 22, 2025 9:53 am
- Forum: Mod portal Discussion
- Topic: Mod upload api is returning an Axios Network Error
- Replies: 8
- Views: 2453
Re: Mod upload api is returning an Axios Network Error
Unfortunately uploads to the mod portal must be completed in 30s before a timeout drops the connection.
- Mon Sep 22, 2025 9:31 am
- Forum: Mod portal Discussion
- Topic: Mod upload api is returning an unknown error
- Replies: 2
- Views: 1302
Re: Mod upload api is returning an unknown error
Your mod is hitting a technical limitation with document sizes because of your large list of dependencies. You should be able to upload new versions of your mod after deleting older releases.
- Wed May 21, 2025 7:00 am
- Forum: Mod portal Discussion
- Topic: Bug with expansion filters
- Replies: 2
- Views: 1677
Re: Bug with expansion filters
Fixed it
- Mon May 19, 2025 12:14 pm
- Forum: Multiplayer / Dedicated Server
- Topic: [Linux] Help needed - Automated Mod Updater
- Replies: 1
- Views: 1930
Re: [Linux] Help needed - Automated Mod Updater
The relevant APIs and our http usage guidelines are documented here: https://wiki.factorio.com/Factorio_HTTP ... guidelines