Server not working - infinite loop of failed download from github
Closed this issue ยท 6 comments
Describe the bug
While trying to turn on server on engine NeoForge 1.21.1-21.1.174, server is stuck on infinite loop of trying to download something from github related to blocks mentioned in attached notepad.
I cannot even find settings in cfg to turn off autodownload.
I am using original modpack named "Create Chronicles The Endventure" created by Revals. Singleplayer works just fine.
How can we reproduce this bug or crash?
- Download Create Chronicles The Endventure by Revals.
- Create server with same modpack.
- Turn on the server.
- Try to join to server
- After failed attempt loop starts.
What Minecraft version is this happening on?
Minecraft 1.21.1
What NeoForge or Fabric version is this happening on?
221.1.174
What Refined Storage version is this happening on?
2.0.0-beta.2
Relevant log output
[13:18:01] [FileWatcher-1-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Incorrect key z_fighting was corrected from [ae2:cable_bus] to its default, [ae2:cable_bus].
[13:18:01] [FileWatcher-1-thread-1/INFO] [co.po.ca.CFMain/]: Downloaded 11 whitelist blocks from GitHub
[13:18:01] [FileWatcher-1-thread-1/INFO] [co.po.ca.CFMain/]: Downloaded 0 blacklist blocks from GitHub
[13:18:01] [FileWatcher-1-thread-1/INFO] [co.po.ca.CFMain/]: Downloaded 1 zfighting blocks from GitHub
[13:18:01] [FileWatcher-1-thread-1/WARN] [co.po.ca.CFMain/]: Failed to download hidden_facaded. HTTP code: 404
[13:18:01] [FileWatcher-1-thread-1/INFO] [co.po.ca.CFMain/]: Config version changed from 0 to 1. Merging changes...
[13:18:01] [FileWatcher-1-thread-1/INFO] [co.po.ca.CFMain/]: Merged 3 new blocks into config
[13:18:01] [FileWatcher-1-thread-1/INFO] [co.po.ca.CFMain/]: Downloaded 11 whitelist blocks from GitHub
[13:18:01] [FileWatcher-1-thread-1/INFO] [co.po.ca.CFMain/]: Downloaded 0 blacklist blocks from GitHub
[13:18:01] [FileWatcher-1-thread-1/INFO] [co.po.ca.CFMain/]: Downloaded 1 zfighting blocks from GitHub
[13:18:01] [FileWatcher-1-thread-1/WARN] [co.po.ca.CFMain/]: Failed to download hidden_facaded. HTTP code: 404
[13:18:02] [FileWatcher-1-thread-1/WARN] [ne.ne.fm.co.ConfigTracker/CONFIG]: Configuration file /home/1l5i1j1qvxzpc/config/cable_facades-common.toml is not correct. Correcting
[13:18:02] [FileWatcher-1-thread-1/WARN] [ne.ne.ne.co.ModConfigSpec/CORE]: Configuration LoadedConfig[config=SynchronizedConfig{DataHolder:{configVersion=1, lastConfigVersion=0, blocks=[pipez:*_pipe, mekanism:*_cable, mekanism:*_conductor, mekanism:*_pipe, mekanism:*_tube, mekanism:*_transporter, mekanism_extras:*_cable, mekanism_extras:*_conductor, mekanism_extras:*_pipe, mekanism_extras:*_tube, mekanism_extras:*_transporter, thermal:*_duct, thermal:*_duct_windowed, powah:energy_cable_*, create:fluid_pipe, pneumaticcraft:*_tube, laserio:laser_*, cyclic:*_pipe, embers:*_pipe, elementalcraft:elementpipe*, gtceu:*wire, gtceu:*pipe, oritech:*_pipe], added_blocks=[refinedstorage:cable, refinedstorage:importer, refinedstorage:exporter], last_version_blocks=[], not_allowed_blocks=[], z_fighting=[ae2:cable_bus], hidden_when_facaded=[], consumeFacade=true}}, path=/home/1l5i1j1qvxzpc/config/cable_facades-common.toml, modConfig=net.neoforged.fml.config.ModConfig@4a9d4d7b] is not correct. CorrectingYes, it didn't. It was create autoupdater.
EDIT: Sorry, not create, but Cable Facaed autoupdater. I've added solution which fixed my error below.
Peace
I'm having the exact same problem. @blaisdead What do you mean with "create autoupdater"? Were you able to fix it?
@phdumais I actually managed to fix it by myself. if you're using the same modpack and trying to set up a server, what helped me was deleting mod and everything including it (config, stuff from kubejs etc) named "Cable Facades".
Please let me know if it fixed your error.