This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
parity-ui tried to download parity even when tunnel exists #201
Labels
Z7-duplicate
Issue is a duplicate. Closer should comment with a link to the duplicate.
Before filing a new issue, please provide the following information.
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
I start the tunnel with:
$ ssh -p2211 -L 8545:localhost:8545 -L 8546:localhost:8546 <user>@<hostname> -vv
Then i start parity-ui
I see that the tunnel is working because I see things in the console like:
debug1: Local forwarding listening on 127.0.0.1 port 8546.
Connection to port 8546 forwarding to localhost port 8546 requested.
debug1: channel 6: free: direct-tcpip: listening port 8546 for localhost port 8546, connect from 127.0.0.1 port 39222 to 127.0.0.1 port 8546, nchannels 7
However immediately after starting parity-ui begins to "fetch" parity. Removing the files from .config/parity-ui does not change this.
The text was updated successfully, but these errors were encountered: