ferium: Network errors when downloading a large number of mods
When running ferium upgrade
, it starts with a lot of mods receiving e.g.
× Pick Up Notifier [Forge] error sending request for url (https://api.curseforge.com/v1/mods/351441/files?pageSize=10000): http2 error: stream error received: refused stream before processing any application logic
It’s only the first n mods, and not always exactly the same number, but tends to be around n=90.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 24 (2 by maintainers)
I can confirm, it work perfectly now!
works for me! (Obviously except those that disabled mod distribution)
Sure, no problem:
config.json
Yes because that controls the number of real OS threads that Ferium uses, but I’m not using OS threads I’m using Tokio tasks. I think this option should just be changed to
--permits
and should control that instead