smartcontractkit / full-blockchain-solidity-course-py

Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
MIT License
10.81k stars 2.91k forks source link

URI error? #1550

Open LittleTminusO opened 2 years ago

LittleTminusO commented 2 years ago

ValueError: Unknown URI - must be a path to an IPC socket, a websocket beginning with 'ws' or a URL beginning with 'http'

idk what this is I am on brownie lesson 6

I have my ganache running, its set up, idk whats going on.

cromewar commented 2 years ago

Hello @LittleTminusO you must likely added incorrectly the network to brownie, remember the RPC cliente should be http:// with lowercase, you might have a typo, so just delete de network on brownie and add it again.