:wave: I'm getting ```E: Failed to fetch <http://p...
# seed
s
👋 I'm getting
Copy code
E: Failed to fetch <http://ppa.launchpad.net/ethereum/ethereum/ubuntu/dists/focal/main/binary-amd64/Packages.gz>  Could not connect to <http://ppa.launchpad.net:80|ppa.launchpad.net:80> (91.189.95.85), connection timed out [IP: 91.189.95.85 80]
E: Failed to fetch <http://ppa.launchpad.net/git-core/ppa/ubuntu/dists/focal/main/binary-amd64/Packages.gz>  Unable to connect to <http://ppa.launchpad.net:http|ppa.launchpad.net:http>: [IP: 91.189.95.85 80]
E: Failed to fetch <http://ppa.launchpad.net/git-core/ppa/ubuntu/dists/focal/main/binary-i386/Packages.gz>  Unable to connect to <http://ppa.launchpad.net:http|ppa.launchpad.net:http>: [IP: 91.189.95.85 80]
on my build. I can download these on my browser. Is there an issue with seed.run 's network at the moment?
t
Are you working behind a proxy?
f
hmm.. are you still getting the issue? And is it happening consistently?
s
I switched to install the dependency using go install instead of a system dependency. This is resolved for me. But I still don’t know the root cause
No proxy.
f
I see. Let me know if run into this again.
s
👍