allanclempe/ether-wallet-flutter

Websocket Error

benjamin852 opened this issue · 2 comments

Hey! Awesome app! I am however getting an error which says Unhandled Exception: WebSocketChannelException: WebSocketChannelException: WebSocketException: Connection to 'https://ropsten.infura.io:0/ws#' was not upgraded to websocket. Is there a quick fix for this? Also where do I get the ERC20 token which this app supports?

Hi Ben, have you got the latest changes? I have updated the ws URL since this commit. You should be using wss protocol instead of https.

Also, the ERC20 contract source code is available here

Got it thank you!