Skip to content
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

Constant refresh after clicking on the "Torrent Control" extension with Transmission #131

Open
kozak-codes opened this issue Aug 4, 2022 · 1 comment

Comments

@kozak-codes
Copy link

kozak-codes commented Aug 4, 2022

I have Torrent Control 0.2.27 installed on Firefox 102.0 (64-bit). When I click "Torrent control" it opens transmission and logs me in, but it reloads the page every second or so meaning I can't do anything on the transmission UI.

Reloading the page manually seems to solve the problem.

Is there any way we can disable the automatic reload functionality for Transmission?

@kozak-codes
Copy link
Author

This issue seems to be related to:

                else if (response.status === 409 && response.headers.has('X-Transmission-Session-Id'))
                    return this.logIn().then(() => resolve());

in transmission.js

Somehow this causes an infinite loop/recursion when we call this.login again. However, the system already successfully authenticated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant