-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPFS node doesn't connect on dApp start #238
Comments
Thanks. Those two seem unrelated. The first screenshot you attached is probably an error happening when starting the IPFS node. If you can attach logs, that would greatly help us understand where the error is happening 😄
|
I don't have any logs, but I think the error comes from the following file: Here I used a hash that the origin hash of IPFS redirects to. ipfs://QmPgLWCmFW5Ajo21pWEVyVmmym3Ms7t6wHxw8J6Xisa8Hw redirects to ipfs://bafybeiat4236rpbyu254x5fjvic7arv7jmy6hxacj5m4kyqm6vkwc4jxi/ Probably, I can't say for sure, the IPFS node of the dApp can't handle it. EDIT: That was definitely the reason why the image could not load. I have burned the token. |
That is the only what I can find in Session Storage: 2021/12/15-10:38:46.813 258ca Reusing MANIFEST /home/ubuntu/.config/tokelPlatform/Session Storage/MANIFEST-000001 |
So, far I've seen some reasons for the local node to not resolve IFPS hashes:
It's important to note that due how IPFS works, some queries maybe just take very long to resolve, so I can imagine some folks don't wait enough for their content. We can improve this however by adding more relevant peers on initialization. This commit has some exploratory work on connecting to more peers on initialization. I'm however facing some Going forward, I suggest we change our implementation of IPFS to be separated in two parts:
|
@lenilsonjr Has this issue been addressed in the latest releases, or is it still possible? |
Operation System
Ubuntu 20.04
TokelPlatform-1.2.0.AppImage
Bug
About 30 seconds later I get the following popup, see attachment.
The text was updated successfully, but these errors were encountered: