-
Notifications
You must be signed in to change notification settings - Fork 17
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
First magnet link "in session"? gives 404 error #17
Comments
hm, weird. If it doesn't happen when restarting the browser, how else did you restart the "session"? |
Whatever odd "session" behaviour has now gone away. Clicking on a magnet link now always fails with a 404 error showing a URL of the form while right clicking on the link and selecting "Download with Transmission remote" always works. Have tried disabling all other extensions. Firefox 63.0.3 on NetBSD/amd64 |
I see the same behaviour too. I dunno if you manage the Chrome Extension too but it doesn't do it there. In Chrome, the download just starts in the background on transmission and doesn't attempt to open the Transmission Web UI. Could you maybe stop trying to open the transmission web UI? I don't know why anyone would need this to happen on every magnet link click. |
Handling a URL scheme in an extension requires me to do something with the request. Redirecting to the web UI was the easiest thing to do. I guess a page that closes itself could be done too.. But anyway the 404 error on an internal |
The first magnet link I open gives a 404 error showing a URL of the form:
http://www.transmitter.web-extension/magnet%3A%3Fxt%3Durn%3Abtih%3A7KW5HVDIXUWV5XTOMIJLN6S4EAHQ5PJL
Its not immediately clear what a "session" might be here - restarting the browser does not trigger. Could be affected by cached DNS lookup?
The text was updated successfully, but these errors were encountered: