#Config editor fails on reload if codefling connection fails?

1 messages · Page 1 of 1 (latest)

valid zinc
#

Admin Module -> Plugin Selection / Config

   at void Carbon.Modules.AdminModule.PluginBrowserSelectPlugin(Arg arg)+(Plugin x) => { } in /__w/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Carbon/Modules/AdminModule/AdminModule.Tabs.Plugins.cs:line 2450
   at Plugin System.Linq.Enumerable.TryGetFirst<Plugin>(IEnumerable<Plugin> source, Func<Plugin, bool> predicate, out bool found)
   at Plugin System.Linq.Enumerable.FirstOrDefault<Plugin>(IEnumerable<Plugin> source, Func<Plugin, bool> predicate)
   at void Carbon.Modules.AdminModule.PluginBrowserSelectPlugin(Arg arg) in /__w/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Carbon/Modules/AdminModule/AdminModule.Tabs.Plugins.cs:line 2450
   at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
Caching plugin metadata page 39 out of 157
[Codefling] Failed downloading item 'Custom Loot by Steenamaroo'. Error code 404!
[Codefling] Failed downloading item 'Rules GUI by MuB-Studios'. Error code 404!```

So it looks like I'm 404ing when trying to download any plugins from codefling, and as a result of this, when I try to select my own plugins so I can edit their configs, it fails because it can't connect to codefling (even though they're not actually released).

I've tried this with released plugins as well that I download manually. The first edit config is fine, but as soon as I save & reload, I get object ref error above. I included the download errors as well where you can see I'm 404'ing.

Not a very critical bug (I think), unless other people are getting it. Afaik it's only happening on my local dev which for some reason can't connect even though the site works fine.
#

Initialized Carbon.Test backend
Carbon 2.2.134.0 [2025.05.01.0] 59da4d9e on Windows
raul on develop (2025-05-12 15:39:38 +0200)
Rust 857/2588.267.1 on release (13/05/2025 11:36:03)

#

Running preview
Carbon Debug is up to date, no self-updating necessary. Running Preview build [2.2.134] on tag 'preview_build'.

valid zinc
#

okay, this is working on a local prod env

Loaded plugin AdminEssentials v2.0.1 by Bubbafett [1830ms]
Unloaded plugin AdminEssentials v2.0.1 by Bubbafett
Loaded plugin AdminEssentials v2.0.1 by Bubbafett [215ms]
Unloaded plugin AdminEssentials v2.0.1 by Bubbafett
Loaded plugin AdminEssentials v2.0.1 by Bubbafett [176ms]

I still get 404 on download -- that's specific to my local. BUT the config save & reload might be broken on Preview (possibly with the condition of not being able to hit carbon site?)

#

Loading up a fresh instance of preview to test.

valid zinc
#

well okay apparently it's just that server instance bc a new server instance worked fine. I am tired and may look into this later.