Failed to load federation
I'm getting this error from the web wallet.
I tried downloading and reimporting state.
I believe I have money in a lightning channel, other than what was in the federation. Is there a way to simply remove the federation and get to the lightning channel?
You may be open the app in safe mode and remove the federation
- go to
https://app.mutinywallet.com?safe_mode=true - restore from seed
- remove the federation
If this doesn't work, our next update should allow it
Unfortunately, there seems to be no change when using safe_mode.
Do you have an idea when the new update should be released?
Next few days
I came to say the same thing. I set up Mutiny wallet before the federations and still have sats in lightning channel not related to a federation. For a while I got the notice that a federation was shutting down and move my sats and figured I never had sats with that federation, so ignored it. Then I started to get the Failed to load federation error. Saving and loading the json file in a different browser doesn't do anything to change this, it just goes back to the same error. Hoping for a fix soon.
Still no progress on this?
Nothing yet, an update next week might allow you to rescan fedimint data.
I’m also having this issue. Hope to see a fix soon!
Which federation are you using? If they're no longer around then you can't connect to them.
I can’t remember which federation it was, but I don’t think I have any sats there anyway. I only get an option to ‘reload’ with the error. I just want to disconnect from the federation and look at my lightning/on-chain sats.
I have the same problem, can't remove the federation to at least access the rest of the funds. I tried to restore from seed as mentioned above, but without luck.
Are the developers just not going to provide any more support? This has been an issue for months and time is running short. There's another post on the same topic, but I don't see any fix to help us. Please, I would like to get my sats out of this wallet.
Could disabling fedimint in safe mode fix this issue? It could allow people to force close lightning channels to be able to recover funds. I don’t have any remaining sats in the fedimint, but it’s currently restricting access to my on-chain and lightning wallets.
Related issues here: https://github.com/MutinyWallet/mutiny-web/issues/1295 https://github.com/MutinyWallet/mutiny-web/issues/1297
You can always edit your state file and remove the federation
You can always edit your state file and remove the federation
Thanks for getting in touch. I’ve now tried this and removed both the ‘fedimints/‘ and ‘federations’ parts of the json file, but still get the same error after importing the state from file.
Is there anything else I can try?
If all else fails, would you recommend the mutiny-data-recovery tool?
Removing the whole item won't work, you need to make it an empty object.
Thanks Ben, appreciate your help - all sorted now!
For others who are having this issue:
Original json:
"federations":{"federations":{"[data]":{"federation_code":"[data]"}},"version":1}
"fedimints/[data]":{"version":[data],"value":"[data]"}
Amended json:
"federations":{"federations":{},"version":1}
"fedimints/[data]":{"version":[data],"value":""}
Thanks, fixed my issue with it too
Okay, so I emptied out the federations objects in the JSON file.
Now I get that I have another wallet open and running which is certainly not the case. Can I somehow force it to close other wallets that are running?
Same here, I edited the json and removed all this section: "federations":{"federations":{"[data]":{"federation_code":"[data]"}},"version":1} "fedimints/[data]":{"version":[data],"value":"[data]"}
I tried pasting: "federations":{"federations":{},"version":1} "fedimints/[data]":{"version":[data],"value":""}
But it didn't work and said there was an error, invalid json.
I tried again but just removed entirely the section without anything else instead and it worked... up to the point that laantungir got to, ie, that there is another wallet open and running. I haven't been able to go further. I don't have anything else open, and if I do somewhere where I can't access, how do I force close and open this new session instead?
Addendum to my earlier comment: IT WORKED! I downloaded a new browser (probably clearing the cache, etc in old would have worked too but I might have lost other things), and got it to open. The edited json file still seemed not to work, I'm not sure if trying to open that had any effect, but it seems just entering the seed phrase and rapidly clicking on the Admin tools and entering safe mode before it could get into the Reload Page loop seemed to work. Everything was on chain- perhaps because I used the mutiny-data-recovery tool? first? Then I sent the sats on their way.
@laantungir I was getting that error, but did the following and it seemed to work (not sure which were the critical steps to stopping the error, but hope this works for you!):
- Restored from seed in browser (I used incognito mode)
- Save state as file
- Close Mutiny browser tab and incognito window
- Edit state as per my previous comment
- Launched Mutiny again in a new incognito window
- Clicked 'New Wallet' rather than 'Import Existing'
- Once new wallet had loaded, go to settings -> emergency kit -> import state from file, and choose your amended json file.
@Benzi0 I've seen you recovereed funds, but for others that may have this issue: Don't paste the json directly from my comment. Anything that says [data], you need to keep what it says in the original json file.