Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Transmission 2.52 - 409: Conflict

I'm using Transmission 2.52 on a Debian server. The only thing I changed in settings.json is username and password. When I try to connect, it ask me my login details but after this, it says: 409: Conflict

Your request had an invalid session-id header.

I looked over the internet but I didn't find anything good. I tried different url like: host:9091/transmission/ host:9091/transmission/web/ host:9091/transmission/web/#files/

Always the same error.

I am using Debian 4.7.2-5 and transmission 2.52

Any solution?

Thank you

like image 257
user3796954 Avatar asked Jul 02 '14 09:07

user3796954


Video Answer


1 Answers

I've just experienced this problem myself, and found a solution here: http://www.raspberrypi.org/forums/viewtopic.php?f=74&t=22013

Basically, remember to add the trailing '/' on the end of your transmission url, for example:

This works:

http://10.0.0.4:9091/transmission/web/

But this gives the 409: Conflict message:

http://10.0.0.4:9091/transmission/web
like image 117
kalenwatermeyer Avatar answered Oct 13 '22 02:10

kalenwatermeyer