Transmission Remote Error: portTested: http error 0: No Response but port is open
I have a transmission-daemon 2.94 (d8e60ee44f) set up on a Ubuntu 18.04.1 server, but it seems not to be working correctly.
If i test the port using transmission-remote -n '_____:______' -pt
I get the following error:
Error: portTested: http error 0: No Response
Testing the port with curl http://portcheck.transmissionbt.com/[port-number] i get:
1
I saw in a different post something similar but their problem was on the /etc/resolv.conf permissions, mine are:
-rw-r--r-- 1 root root 54 Dec 1 16:55 /etc/resolv.conf
And if i log in with the debian-transmission i have no problem resolving any url.
If i try to add a torrent via transmission-remote i get a diferent error: Error: gotMetadataFromURL: http error 0: No Response
And if i add it via the web interface i can see on the logs Could not connect to tracker (announcer.c:996)
I tried to purge and reinstall, but the errors won't get fixed.
Any thoughts on how to debug this issue or what could be the problem?
Disabling IPv6 didn't work either (https://forum.transmissionbt.com/viewtopic.php?f=2&t=19152#p76510)
transmission
add a comment |
I have a transmission-daemon 2.94 (d8e60ee44f) set up on a Ubuntu 18.04.1 server, but it seems not to be working correctly.
If i test the port using transmission-remote -n '_____:______' -pt
I get the following error:
Error: portTested: http error 0: No Response
Testing the port with curl http://portcheck.transmissionbt.com/[port-number] i get:
1
I saw in a different post something similar but their problem was on the /etc/resolv.conf permissions, mine are:
-rw-r--r-- 1 root root 54 Dec 1 16:55 /etc/resolv.conf
And if i log in with the debian-transmission i have no problem resolving any url.
If i try to add a torrent via transmission-remote i get a diferent error: Error: gotMetadataFromURL: http error 0: No Response
And if i add it via the web interface i can see on the logs Could not connect to tracker (announcer.c:996)
I tried to purge and reinstall, but the errors won't get fixed.
Any thoughts on how to debug this issue or what could be the problem?
Disabling IPv6 didn't work either (https://forum.transmissionbt.com/viewtopic.php?f=2&t=19152#p76510)
transmission
add a comment |
I have a transmission-daemon 2.94 (d8e60ee44f) set up on a Ubuntu 18.04.1 server, but it seems not to be working correctly.
If i test the port using transmission-remote -n '_____:______' -pt
I get the following error:
Error: portTested: http error 0: No Response
Testing the port with curl http://portcheck.transmissionbt.com/[port-number] i get:
1
I saw in a different post something similar but their problem was on the /etc/resolv.conf permissions, mine are:
-rw-r--r-- 1 root root 54 Dec 1 16:55 /etc/resolv.conf
And if i log in with the debian-transmission i have no problem resolving any url.
If i try to add a torrent via transmission-remote i get a diferent error: Error: gotMetadataFromURL: http error 0: No Response
And if i add it via the web interface i can see on the logs Could not connect to tracker (announcer.c:996)
I tried to purge and reinstall, but the errors won't get fixed.
Any thoughts on how to debug this issue or what could be the problem?
Disabling IPv6 didn't work either (https://forum.transmissionbt.com/viewtopic.php?f=2&t=19152#p76510)
transmission
I have a transmission-daemon 2.94 (d8e60ee44f) set up on a Ubuntu 18.04.1 server, but it seems not to be working correctly.
If i test the port using transmission-remote -n '_____:______' -pt
I get the following error:
Error: portTested: http error 0: No Response
Testing the port with curl http://portcheck.transmissionbt.com/[port-number] i get:
1
I saw in a different post something similar but their problem was on the /etc/resolv.conf permissions, mine are:
-rw-r--r-- 1 root root 54 Dec 1 16:55 /etc/resolv.conf
And if i log in with the debian-transmission i have no problem resolving any url.
If i try to add a torrent via transmission-remote i get a diferent error: Error: gotMetadataFromURL: http error 0: No Response
And if i add it via the web interface i can see on the logs Could not connect to tracker (announcer.c:996)
I tried to purge and reinstall, but the errors won't get fixed.
Any thoughts on how to debug this issue or what could be the problem?
Disabling IPv6 didn't work either (https://forum.transmissionbt.com/viewtopic.php?f=2&t=19152#p76510)
transmission
transmission
edited Jan 18 at 23:09
Rafa He So
asked Jan 18 at 23:03
Rafa He SoRafa He So
62
62
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
[SOLVED]: I think the issue was on the bind-address-ipv6 i did the following modifications and now its working:
10c10
< "bind-address-ipv6": "::1",
---
> "bind-address-ipv6": "::",
68c68
< "umask": 2,
---
> "umask": 10,
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111003%2ftransmission-remote-error-porttested-http-error-0-no-response-but-port-is-ope%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
[SOLVED]: I think the issue was on the bind-address-ipv6 i did the following modifications and now its working:
10c10
< "bind-address-ipv6": "::1",
---
> "bind-address-ipv6": "::",
68c68
< "umask": 2,
---
> "umask": 10,
add a comment |
[SOLVED]: I think the issue was on the bind-address-ipv6 i did the following modifications and now its working:
10c10
< "bind-address-ipv6": "::1",
---
> "bind-address-ipv6": "::",
68c68
< "umask": 2,
---
> "umask": 10,
add a comment |
[SOLVED]: I think the issue was on the bind-address-ipv6 i did the following modifications and now its working:
10c10
< "bind-address-ipv6": "::1",
---
> "bind-address-ipv6": "::",
68c68
< "umask": 2,
---
> "umask": 10,
[SOLVED]: I think the issue was on the bind-address-ipv6 i did the following modifications and now its working:
10c10
< "bind-address-ipv6": "::1",
---
> "bind-address-ipv6": "::",
68c68
< "umask": 2,
---
> "umask": 10,
answered Jan 18 at 23:29
Rafa He SoRafa He So
62
62
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111003%2ftransmission-remote-error-porttested-http-error-0-no-response-but-port-is-ope%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown