majestrate / XD

meme bittorrent client
https://xd-torrent.github.io/
MIT License
233 stars 25 forks source link

failed to create i2p session: dial tcp: connect: connection refused #75

Closed sevospl closed 5 years ago

sevospl commented 5 years ago

info

git revision / version: 2.11.0

OS: Raspbian 9 Stretch

Architecture: armv7l

problem

For some reason XD can't create i2p sesion. That's weird...

backtrace / error messages

Error messages: yes

[NFO] 2019-05-27 16:07:52.227364198 +0100 BST m=+0.017306402    create new i2p session with 127.0.0.1:7656
[NFO] 2019-05-27 16:07:52.228440239 +0100 BST m=+0.018382651    opening i2p session
[NFO] 2019-05-27 16:07:52.229134718 +0100 BST m=+0.019077026    create new i2p session with 127.0.0.1:7656
[ERR] 2019-05-27 16:07:52.230162322 +0100 BST m=+0.020104526    failed to create i2p session: dial tcp 127.0.0.1:7656: connect: connection refused
[NFO] 2019-05-27 16:07:53.231225767 +0100 BST m=+1.021168127    opening i2p session
[NFO] 2019-05-27 16:07:53.233177538 +0100 BST m=+1.023119741    create new i2p session with 127.0.0.1:7656
[ERR] 2019-05-27 16:07:53.234255818 +0100 BST m=+1.024198022    failed to create i2p session: dial tcp 127.0.0.1:7656: connect: connection refused
[NFO] 2019-05-27 16:07:54.235501453 +0100 BST m=+2.025443657    opening i2p session
[NFO] 2019-05-27 16:07:54.236186505 +0100 BST m=+2.026128709    create new i2p session with 127.0.0.1:7656
[ERR] 2019-05-27 16:07:54.237268484 +0100 BST m=+2.027210687    failed to create i2p session: dial tcp 127.0.0.1:7656: connect: connection refused
[NFO] 2019-05-27 16:07:55.238395631 +0100 BST m=+3.028337834    opening i2p session
[NFO] 2019-05-27 16:07:55.239062506 +0100 BST m=+3.029004813    create new i2p session with 127.0.0.1:7656
[ERR] 2019-05-27 16:07:55.240490682 +0100 BST m=+3.030433042    failed to create i2p session: dial tcp 127.0.0.1:7656: connect: connection refused
[NFO] 2019-05-27 16:07:56.241540331 +0100 BST m=+4.031482535    opening i2p session
[NFO] 2019-05-27 16:07:56.243192362 +0100 BST m=+4.033134669    create new i2p session with 127.0.0.1:7656
[ERR] 2019-05-27 16:07:56.244194184 +0100 BST m=+4.034136388    failed to create i2p session: dial tcp 127.0.0.1:7656: connect: connection refused

I've also tried to change the port of i2p. I also run XD as a root (with sudo -s and normal sudo etc.). Any idea why it's happening?

Btw, I didn't change any configs related to firewall whatsover. I even opened this port on my router and still nada.

majestrate commented 5 years ago

does i2p have sam interface enabled?

sevospl commented 5 years ago

does i2p have sam interface enabled?

I don't have it installed. It shouldn't be, right?

majestrate commented 5 years ago

yes that is a requirement

majestrate commented 5 years ago

i2p needs to be installed and sam bridge enabled

sevospl commented 5 years ago

@majestrate Awesome. Got it "working" (just installed i2pd). The problem is that it's not downloading. It's stuck at 3 peers and that's it. Not even 1 KB/s. Is that normal?

Edit: Okay, something is happening. It's already ~43 KB/s. I guess I just gotta wait until more peers are discovered. Anyway, thanks so much for your help!