Line 25: |
Line 25: |
| signal-event conf-transmission | | signal-event conf-transmission |
| | | |
| + | There are no panels in the server-manager, the contribs can be managed by the command Line : |
| + | config show transmission |
| ===Login to transmission=== | | ===Login to transmission=== |
| | | |
Line 99: |
Line 101: |
| signal-event conf-transmission | | signal-event conf-transmission |
| then you need to go to https://sme-ip-or-host/XXXXX | | then you need to go to https://sme-ip-or-host/XXXXX |
| + | ===Known Issues=== |
| + | ====409: Conflict==== |
| + | If you try to reach transmission with a "/" at the end of your url you may have this error in the web browser |
| | | |
| + | for example try this |
| + | https://sme-ip-host/transmission/<br /> |
| + | |
| + | and you can see this page in your web browser<br /> |
| + | |
| + | 409: Conflict |
| + | |
| + | Your request had an invalid session-id header. |
| + | |
| + | To fix this, follow these steps: |
| + | |
| + | When reading a response, get its X-Transmission-Session-Id header and remember it |
| + | Add the updated header to your outgoing requests |
| + | When you get this 409 error message, resend your request with the updated header |
| + | |
| + | This requirement has been added to help prevent CSRF attacks. |
| + | |
| + | X-Transmission-Session-Id: gEtlm4qQBEDbEcmmD93Z44F7pWKbhu5YboQLxsoNfFKv096H |
| === Uninstall === | | === Uninstall === |
| yum remove smeserver-transmission transmission* libevent2 | | yum remove smeserver-transmission transmission* libevent2 |