status-im / embark-status

Provides an ability to debug Embark DApps in Status
MIT License
11 stars 5 forks source link

DApp doesn't add to Status #2

Closed coyotespike closed 5 years ago

coyotespike commented 7 years ago

Description

Type: Bug

Summary: embark run does not add embark_demo to Status contacts

Expected behavior

After embark simulator and embark run, Embark app should appear in Status DApp contacts.

Actual behavior

App can be reached through Console /browse http://10.0.3.2:8000 but does not appear in list of contacts.

Reproduction

/debug On

adb reverse tcp:8081 tcp:8081
adb reverse tcp:3449 tcp:3449
adb forward tcp:5561 tcp:5561

embark simulator embark run

Additional Information

coyotespike commented 7 years ago

With adb reverse tcp:8000 tcp:8000, the DApp can be reached through console /browse http://localhost:8000 but does not appear in list of contacts. Also does not show up in re-frisk list of contacts.

emizzle commented 5 years ago

Hi @coyotespike, I believe this issue is now quite outdated. Is this still an issue for you?