-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nginx + Transmission: Not able to connect to server #52
Comments
Seeing the same issue rpc endpoints are returning a 409 409: Conflict To fix this, follow these steps: When reading a response, get its X-Transmission-Session-Id header and remember it X-Transmission-Session-Id: yhTvWqiDX189AEIhwx2izuqVGp9h2nCxNmlxdSsdCj0Dye3X |
Debugging in to this it looks really strange:
errorThrown = "" when clearly im running the 409 error. This causes the session id to never update and rpc will just loop fail |
Im going to put in a PR for changing errorthrown to jqXHR.status = 409 |
Cancelled PR in favor of the one submitted 2 years ago. |
When connecting directly to remote transmission with url kind of http://192.168.1.5:9091/ it works fine. But when adding a proxy the extension cannot connect to url http://torrent.my-domain.com/ . I discovered that might be missconfiguration of basic auth of my proxy. After I changed the url to this http://username:[email protected] it started to work.
The text was updated successfully, but these errors were encountered: