-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Bug: Weekly limit number above 1 only counts as 1. #438
Comments
Well that sucks! |
You're the man. Is there anything I can preemptively provide you to help you solve the problem? |
If you are willing, could take a copy of your Plex requests database (change the admin password so I can log in) and send it to me? That way I have your exact settings?
|
Sent. Username is "Rsslone" |
Found it. Was a silly mistake in the logic. |
Sweet! ETA on release? Am I able to patch it myself? |
Not sure about the next release, soonish. Just need to get the ability to select your own TV Episodes finished up. You can run the dev build if you wish? But the selecting TV Episodes might not be 100% stable |
How do I switch to the dev branch? I tried using git to checkout but it didn't work. Excuse my noobness. |
You will need the compiled version, it's here: https://ci.appveyor.com/project/tidusjar/requestplex/build/artifacts |
So the previous issue is fixed but a new one popped up. Not sure if you're aware of it but the request limit is that number +1. So a request limit of 3 would allow 4 requests, Limit of 2 would allow 3.. and so on. |
Ah ok. I'll fix that when I get home.
|
Fixed! Plus added some unit test to make sure the code that does the check doesn't break in the future. |
Confirmed fixed. Great work! |
Haha that was fast! I'll push out a full release as soon as I can finish the Episode stuff and get someone to test it. |
Yeah XD If you can't find someone to test it, I'm a good guinea pig. |
I'll add you into the Gitter testers channel 👯 |
I have a weekly limit set to 3 but the user can only request 1 title before being given the message about weekly limit has been reached. I've checked the database and it shows only 1 request.
http://puu.sh/qdYID/6085c2cd61.png
I've tried other values above 1 and it still counts as 1.
Plex Requests.Net Version:
1.8.4
Operating System:
Win 8.1
The text was updated successfully, but these errors were encountered: