embarklabs / embark

Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms

Home Page:https://framework.embarklabs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`embark run` stuck with no errors after Whisper blockchain node is ready

pmespresso opened this issue · comments

Bug Report

Summary

Current behavior

Running embark run from an embark_demo app root gets me this screen with no errors and it just remains here without showing the console.

Screenshot 2020-06-26 at 11 09 17

How to reproduce

This is what I have installed on my system. Also tried uninstalling and reinstalling embark to no result.

Screenshot 2020-06-26 at 11 10 30

Expected behavior

for it to open a console.

If you encounter an error, please create a logfile using the following command and post the output here

$ embark run --nodashboard --logfile log.txt --loglevel trace

Interestingly the above command fails with the following log:

Screenshot 2020-06-26 at 11 13 11

Please provide additional information about your system

OS: MacOs Catalina 10.15.4
Embark Version: 6.0.0
Node Version: 12.8.1 (LTS)
NPM Version: 6.14.5

Sometimes issues are related to Embark's installation. Can you provide information on how Embark was installed?

npm install -g embark

Hi @yjkimjunior ,
It seems like it tries to start an IPFS node but never finishes. Do you have IPFS installed on your machine?
Could you try disabling the storage module in the config. Go in config/storage.js and set enabled: false

I have IPFS installed, just updated it to same result.

Go in config/storage.js and set enabled: false

this worked... but I'd like to use IPFS for my app :) any suggestions? thank you

reinitialized ipfs that seems to have worked. i guess corrupt migration somwehre along the line. Resolved.