-
-
Notifications
You must be signed in to change notification settings - Fork 127
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]: No drops for over a few weeks #202
Comments
I had this "bug" as well and lookend into my logs as well. Logs look similar, but there is something very useful in there:
The last line seems to be stating that the server/Riot Games API is not available for your program. These two things are giving a (for me) clear message: Riot has implemented a rate-limiter to differentiate normal users, who won't try to open a new feed all few microseconds, and automated systems, which tend to do exactly that. I would thus recommend implementation of a client-sided rate-limiter to avoid this conflict. |
Wait for your good news |
I have same problem but on 1.4 version |
Sadly I have bad news, my tweeks seem to not have worked, there are no new capsules in and remote end is still closed. Good thing is: I am not getting the RIP chain that begins with the HTTPS 429s so my original assumption doesnt seem to be the only issue. I will look into it some more when I have time, don't expect feedback too soon since my week is pretty full. |
Okay, so I upgraded to the newest version and I just found out I got a drop, so it got fixed for me. Good luck to the rest of you guys. |
same issue here , ive been running this farmer day and night for a week and still no drops, before that it was fine, logs are the same, although i dont see "RIP" message just the remote disconnect. Seems like riot fixed this , so you can no longer simulate traffic
|
|
@Naxx00 please close the issue, the reason for it not working has been found and is not preventable |
What happened?
I've been running this program for a few weeks and havent got any drops. Today i checked logs and found a lots of entires with error in it for example:
2023-02-23 17:26:37,297 ERROR: RIP
2023-02-23 18:41:08,692 ERROR: Failed to send watch heartbeat for Prime League
2023-02-23 18:41:08,693 ERROR: Received unexpected status code. Wanted 201 but got 429 in https://rex.rewards.lolesports.com/v1/events/watch
2023-02-23 18:54:47,250 ERROR: Failed to send watch heartbeat for PG Nationals
2023-02-23 18:54:47,251 ERROR: Received unexpected status code. Wanted 201 but got 429 in https://rex.rewards.lolesports.com/v1/events/watch
2023-02-23 19:29:35,647 ERROR: Failed to send watch heartbeat for PG Nationals
2023-02-23 19:29:35,656 ERROR: Received unexpected status code. Wanted 201 but got 429 in https://rex.rewards.lolesports.com/v1/events/watch
2023-02-23 19:46:27,020 ERROR: Failed to send watch heartbeat for PG Nationals
2023-02-23 19:46:27,023 ERROR: Received unexpected status code. Wanted 201 but got 429 in https://rex.rewards.lolesports.com/v1/events/watch
2023-02-23 22:45:06,769 ERROR: Failed to send watch heartbeat for Liga Portuguesa
2023-02-23 22:45:06,775 ERROR: Received unexpected status code. Wanted 201 but got 429 in https://rex.rewards.lolesports.com/v1/events/watch
2023-02-25 12:26:38,012 ERROR: RIP
2023-02-25 12:26:38,026 ERROR: RIP
2023-02-25 12:26:38,030 ERROR: RIP
And it goes on and on
What should happen?
To tell me what can i fix to get it fixed
Capsule Farmer Version
v1.1 form feb 10
Operating System
Windows 10
Operating System Version
No response
Relevant log output
Notes
No response
My issue is not a question
The text was updated successfully, but these errors were encountered: