You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was bored this morning and decided to poke around on this issue since I have a couple MBP's lying around. Hopefully you've found this helpful. Let me know if you need anything else.
The text was updated successfully, but these errors were encountered:
This is an extension of #20.
I was able to run goTorrent but had to make a minor change.
I changed the default
ServerAddr = "192.168.1.8"
inconfig.toml
to127.0.0.1
and the web UI started working at127.0.0.1:8000
.However, when I tried to download and seed Ubuntu 18.04 I got the following:
(sorry for the long paste)
I noticed this chunk repeats quite often:
I tried again, but this time I specified the
Label
andStorageValue
. This failed as well.I noticed logs were being printed to stdout that were not making it into
logs/server.log
which were revealing:I disabled IPV6 in
config.toml
:DisableIPv6 = true #boolean
It failed with the previous error in
server.log
- "Error selecting torrent with hash!".Here is stdout with IPV6 enabled:
Here is stdout with IPV6 disabled:
I was bored this morning and decided to poke around on this issue since I have a couple MBP's lying around. Hopefully you've found this helpful. Let me know if you need anything else.
The text was updated successfully, but these errors were encountered: