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
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
I have disabled ipv6 via kernel parameter.
now when I run "magneticow --addr=127.0.0.1:8080"
I get this error:
FATAL Could not initialise readme handler {"error": "subsequent listen: listen tcp6 :40717: socket: address family not supported by protocol", "errorVerbose": "listen tcp6 :40717: socket: address family not supported by protocol\nsubsequent listen\ngithub.com/anacrolix/torrent.listenAllRetry\n\t/home/bora/go/pkg/mod/github.com/anacrolix/[email protected]/socket.go:90\ngithub.com/anacrolix/torrent.listenAll\n\t/home/bora/go/pkg/mod/github.com/anacrolix/[email protected]/socket.go:57\ngithub.com/anacrolix/torrent.NewClient\n\t/home/bora/go/pkg/mod/github.com/anacrolix/[email protected]/client.go:218\nmain.NewApiReadmeHandler\n\t/home/bora/labs/magnetico/cmd/magneticow/api.go:43\nmain.main\n\t/home/bora/labs/magnetico/cmd/magneticow/main.go:105\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:204\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1374"}
The text was updated successfully, but these errors were encountered:
I have disabled ipv6 via kernel parameter.
now when I run "magneticow --addr=127.0.0.1:8080"
I get this error:
FATAL Could not initialise readme handler {"error": "subsequent listen: listen tcp6 :40717: socket: address family not supported by protocol", "errorVerbose": "listen tcp6 :40717: socket: address family not supported by protocol\nsubsequent listen\ngithub.com/anacrolix/torrent.listenAllRetry\n\t/home/bora/go/pkg/mod/github.com/anacrolix/[email protected]/socket.go:90\ngithub.com/anacrolix/torrent.listenAll\n\t/home/bora/go/pkg/mod/github.com/anacrolix/[email protected]/socket.go:57\ngithub.com/anacrolix/torrent.NewClient\n\t/home/bora/go/pkg/mod/github.com/anacrolix/[email protected]/client.go:218\nmain.NewApiReadmeHandler\n\t/home/bora/labs/magnetico/cmd/magneticow/api.go:43\nmain.main\n\t/home/bora/labs/magnetico/cmd/magneticow/main.go:105\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:204\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1374"}
The text was updated successfully, but these errors were encountered: