Open Phrixus2023 opened 11 months ago
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:
Finally, remember to use https://discuss.ipfs.io if you just need general support.
Oh, @Phrixus2023 this is weird looks like an issue with webui, can you please describe what you were trying to do when this happened? Can you please attach additional logs that can be found here?
Also, did you try reinstalling ipfs-desktop? did that help?
Oh, @Phrixus2023 this is weird looks like an issue with webui, can you please describe what you were trying to do when this happened? Can you please attach additional logs that can be found here?
Also, did you try reinstalling ipfs-desktop? did that help?
First of all I am using IPFS in China, I want to try to use IPFS for resource exchange in China, the frequency of this kind of problem is very high, usually after the program is run and open the node page to stay for a few minutes will inevitably show up this error page, after restarting the node page can be displayed normally, but after a few minutes it will show up the error page again.
Sorry, I just realized I posted in the wrong section, I'm all about ipfs-desktop with these questions!
error logs:
2023-12-07T20:57:27.841Z error: [i18n] language update failed
2023-12-07T20:59:36.989Z error: [i18n] init error
2023-12-07T20:59:36.989Z error: Error: ENOENT, assets\locales\zh.json not found in C:\Users\hatm1\AppData\Local\Programs\IPFS Desktop\resources\app.asar
2023-12-08T20:59:58.277Z error: Error: Error: net::ERR_CONNECTION_TIMED_OUT
at SimpleURLLoaderWrapper.
Thanks for this @Phrixus2023 looks like the language translation is trying to load assets\locales\zh.json
whereas that should not happen, because: https://github.com/ipfs/ipfs-desktop/blob/bf7ffed5900e7f3f5848bf55ed1d040facda8c7e/src/i18n.js#L22L28 should override this. zh.json
does not exist: https://github.com/ipfs/ipfs-desktop/tree/bf7ffed5900e7f3f5848bf55ed1d040facda8c7e/assets/locales
This looks like a bug but I could not reproduce it, maybe @SgtPooki can investigate this.