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

[PolishTracker] Using cookies method (instead of login/password) #8780

Closed
sevospl opened this issue May 26, 2020 · 7 comments
Closed

[PolishTracker] Using cookies method (instead of login/password) #8780

sevospl opened this issue May 26, 2020 · 7 comments
Assignees
Labels

Comments

@sevospl
Copy link

sevospl commented May 26, 2020

PolishTracker doesn't allow multiple sessions, so the only way to get around it would be using the same cookies from the browser (just like it's done with some trackers), otherwise either Jackett or the browser gets logged out. Using the same cookies would solve this issue.

@ngosang
Copy link
Member

ngosang commented May 30, 2020

I think it's fine as it is. The cookie method has problems too, it expires each few days and you have to reconfigure Jackett. If this is a huge problem for you talk to the admin/staff of PolishTracker to allow 2 sessions at the same time.

@ngosang ngosang closed this as completed May 30, 2020
@sevospl
Copy link
Author

sevospl commented Jun 22, 2020

@ngosang They simply don't (and won't) allow logging in from multiple devices. And the only way to get around that is having the same cookies. They don't expire each few days but each 3 months which is more than enough and shouldn't cause issues. Therefore I would appreciate the cookies method implementation.

@ngosang
Copy link
Member

ngosang commented Jul 6, 2020

They simply don't (and won't) allow logging in from multiple devices.

Did you talk to the admins? Explain this issue to them, It's reasonable to allow multiple devices. If they are not interested paste the response and I will do the changes in the code.

@ngosang ngosang reopened this Jul 6, 2020
@sevospl
Copy link
Author

sevospl commented Jul 7, 2020

Hey @ngosang. Yes, I did. Because of how their back-end is designed, it's impossible to allow multiple sessions. They advised to use cookies-based method authorization.

@RoloSoze
Copy link
Collaborator

@ngosang Do you plan on switching PolishTracker to the cookie method to allow multiple sessions?

ngosang added a commit to ngosang/Jackett that referenced this issue Oct 1, 2020
@ngosang ngosang closed this as completed in 6cc8bb9 Oct 1, 2020
@garfield69
Copy link
Contributor

Jackett 0.16.1523

@sevospl
Copy link
Author

sevospl commented Dec 13, 2020

Hi @garfield69 and @ngosang.

I would love to let you know that PolishTrackers' API has been updated. It now can be fully used by Jackett. I additionaly asked their staff to make sure it's ready to use.

As a user you can get an API key and API is well documented.

TL;DR: there are 2 endpoints: Torrents List and Torrent Download.

This means there is no longer need for cookie method. API would be the preferred way to go and I hope someone would like to take it and implement API method :)

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

No branches or pull requests

4 participants