EOSIO / eosio-card-game-repo

The Elemental Battles Tutorial is divided into easy to follow lessons that take you through the process of creating your own fully-functional blockchain-based dApp.
http://battles.eos.io
162 stars 98 forks source link

Waiting eosio blockchain to be started... #14

Open skiwheelr opened 3 years ago

skiwheelr commented 3 years ago

When I run ./quickstart.sh, the chain never starts. I get:

[quick_start.sh] Starting eosio docker
=== run docker container from the eosio-cardgame:eos2.0.5-cdt1.6.3 image ===
06d3234e4420db0d5983aad05845a539112de5f4b02312015c2027bc91749f08
Waiting eosio blockchain to be started...
Waiting eosio blockchain to be started...
Waiting eosio blockchain to be started...

What do I have to fix in the docker container for this to start or am i missing a prerequisite?

mjk90 commented 3 years ago

Hi @skiwheelr, Everything should work when you run the quick_start script. It should install and run a local blockchain inside the container, and then wait for a get_info response before continuing. Could you tell me if your docker container has any error logs?

skiwheelr commented 3 years ago

I'm not sure, but when I downloaded a repo from github (lesson 4) instead of from the game, the quickstart worked and launched the frontend.

AusPrinzip commented 2 years ago

Same problem here..