simolus3 / web3dart

Ethereum library, written in Dart.
MIT License
441 stars 270 forks source link

connection refuse #198

Closed MrBeboApp closed 2 years ago

MrBeboApp commented 2 years ago

I/flutter ( 6080): SocketException: OS Error: Connection refused, errno = 111, address = localhost, port = 54694 I/zygote ( 6080): Do partial code cache collection, code=29KB, data=27KB I/zygote ( 6080): After code cache collection, code=29KB, data=27KB I/zygote ( 6080): Increasing code cache capacity to 128KB

and i use my 192.168.1.5:7545

simolus3 commented 2 years ago

How is this web3dart fault? You're not providing a valid host. Did you add permission to use the internet? Is the device in the same network as the server? Can you connect to that socket without web3dart?