Lesson 5 Ganache CLI will not spin up test chain #1815
anonymouscircle
started this conversation in
General
Replies: 1 comment 3 replies
-
Try changing your host, use http:// before the up number or try with '0.0.0.0' |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ive seen this is a a common problem but I am still struggling to find a decent solution.
When using
account = accounts[0]
in deploy.py a cli does not spin up even though my package.json file reads as follows..."dependencies": { "ganache": "^7.7.2", "ganache-cli": "^6.12.2"
I installed using yarn which may be my problem and I am aware that ganache-cli is now ganache but even after doing many work arounds and adding a ganache workspace directly to my brownie networks my ganache test net still cannot be connected to my code and is giving me this error
HTTPSConnectionPool(host='172.19.112.1', port=7545): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)')))
Wondering if anyone has a way to work around this or a solution. Thinking I might just move on...
Beta Was this translation helpful? Give feedback.
All reactions