-
Notifications
You must be signed in to change notification settings - Fork 20
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
Getting an exception and progress stops #185
Comments
Good morning, I have the same error. `@echo off :start timeout /t 900 /nobreak >nul taskkill /im "1.exe" /f timeout /t 5 >nul goto start` Maybe such a temporary solution will help you too, use it to your heart's content. You can add many more folders to this code. It is very convenient in my opinion, than to go every time to a folder and click to launch the program |
This fixed it for me. Just adding the error 'PersistedQueryNotFound' to the list of errors that force a retry is sufficient.
|
14:47:20: Progress: 180/180 - Albion Online, Horizons Week 3 - #4/7 |
16:49:17: ERROR: Exception in task |
Today there are literally only such mistakes. Although just a day ago everything was fine. add |
That's a bad idea. The error means that the PersistedQuery is invalid, a thing that is generally constant and the program treats it as such. Doing this will at best just hide the problem, at worst alert twitch that this is a bot and prevent TDM from working all together/ban your account, because no user refreshes so many times a second. You can search for this in this or DevilXD's repo for further detail. I'm sorry I still don't have time to attend to this, there is still a lot of work with moving and starting uni next year. |
Description
It throws and error and stops all progress randomly
To Reproduce
I only noticed it with this week's of rust twitch drops.
Expected behavior
Should just keep progressing
Observed behavior
No further progress is done until app is restarted
Screenshots
No response
Logs
21:22:41: !!!required_minutes for "Kai Rust Hoodie" is 0 This could be due to a subscription requirement, tracked in Issue #101!!!
21:22:51: Watching: xQc
21:23:03: Progress: 54/60 - Rust, TrainwrecksTV AR
21:23:35: ERROR: Exception in task
21:23:35: Traceback (most recent call last):
21:23:35: File "channel.py", line 385, in send_watch
21:23:35: File "twitch.py", line 1575, in gql_request
21:23:35: exceptions.MinerException: GQL error: [{'message': 'PersistedQueryNotFound'}]
21:23:35:
21:23:35: The above exception was the direct cause of the following exception:
21:23:35:
21:23:35: Traceback (most recent call last):
21:23:35: File "utils.py", line 139, in wrapper
21:23:35: File "twitch.py", line 1049, in _watch_loop
21:23:35: File "channel.py", line 389, in send_watch
21:23:35: exceptions.MinerException: Channel: xqc
OS
Windows 11
Build
.exe
Version/Commit
v16.dev.05fd654
Additional context
No response
The text was updated successfully, but these errors were encountered: