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

Fatal Error - Not sure what causes it. #650

Closed
MysfitLeaf opened this issue Dec 30, 2024 · 5 comments
Closed

Fatal Error - Not sure what causes it. #650

MysfitLeaf opened this issue Dec 30, 2024 · 5 comments
Labels
Bug Something isn't working Duplicate This issue or pull request already exists

Comments

@MysfitLeaf
Copy link

14:01:13: Fatal error encountered:
14:01:13:
14:01:13: Traceback (most recent call last):
14:01:13: File "main.py", line 155, in main
14:01:13: File "twitch.py", line 587, in run
14:01:13: File "twitch.py", line 747, in _run
14:01:13: File "twitch.py", line 1660, in bulk_check_online
14:01:13: File "asyncio\tasks.py", line 571, in _wait_for_one
14:01:13: File "twitch.py", line 1390, in gql_request
14:01:13: exceptions.GQLException: [{'message': 'service error', 'path': ['channel', 'viewerDropCampaigns']}]
14:01:13:
14:01:13: Exiting...
14:01:13:
14:01:13: Application Terminated.
14:01:13: Close the window to exit the application.

Just started using this application, was loving it until this morning when I keep getting this crash. Even after restarting, still reoccurs.

@iv8512
Copy link

iv8512 commented Dec 30, 2024

I also started getting a fatal error today.

16:13:38: Fatal error encountered:
16:13:38: 
16:13:38: Traceback (most recent call last):
16:13:38:   File "C:\Users\Main\Documents\GitHub\TwitchDropsMiner\main.py", line 155, in main
16:13:38:     await client.run()
16:13:38:   File "C:\Users\Main\Documents\GitHub\TwitchDropsMiner\twitch.py", line 587, in run
16:13:38:     await self._run()
16:13:38:   File "C:\Users\Main\Documents\GitHub\TwitchDropsMiner\twitch.py", line 747, in _run
16:13:38:     await self.bulk_check_online(acl_channels)
16:13:38:   File "C:\Users\Main\Documents\GitHub\TwitchDropsMiner\twitch.py", line 1660, in bulk_check_online
16:13:38:     response_list = await coro
16:13:38:                     ^^^^^^^^^^
16:13:38:   File "C:\Users\Main\AppData\Local\Programs\Python\Python312\Lib\asyncio\tasks.py", line 621, in _wait_for_one
16:13:38:     return f.result()  # May raise f.exception().
16:13:38:            ^^^^^^^^^^
16:13:38:   File "C:\Users\Main\Documents\GitHub\TwitchDropsMiner\twitch.py", line 1390, in gql_request
16:13:38:     raise GQLException(response_json['errors'])
16:13:38: exceptions.GQLException: [{'message': 'service error', 'path': ['channel', 'viewerDropCampaigns']}]
16:13:38: 
16:13:38: Exiting...
16:13:39: 
16:13:39: Application Terminated.
16:13:39: Close the window to exit the application.

@LuWoody
Copy link

LuWoody commented Dec 30, 2024

got the same error, seems to be the same issue / behavior as in #415

effected drop this time is the "Winter Drops day 1 pt.1", game "Escape from Tarkov" which is available from "Mon, Dec 30, 2:00 PM - Tue, Dec 31, 1:59 AM GMT+1"

possible workaround is to temporarily add "Escape from Tarkov" to the exclude list

2024-12-30_15-58-45

or configure it manually in the settings.json

"exclude": {
    "__type": "set",
    "data": [
        "Escape from Tarkov"
    ]
}

@MysfitLeaf
Copy link
Author

Ye setting it to exclude isn't what I want, Want Tarkov drops one to work if anything.

@DevilXD DevilXD added Bug Something isn't working Duplicate This issue or pull request already exists labels Dec 30, 2024
@DevilXD
Copy link
Owner

DevilXD commented Dec 30, 2024

Redirecting this to #651 since it has more discussion on this topic.

@DevilXD DevilXD closed this as not planned Won't fix, can't repro, duplicate, stale Dec 30, 2024
@DonatPlayZ
Copy link

Found a fix in #651 from @villario

Repository owner locked as resolved and limited conversation to collaborators Dec 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working Duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

5 participants