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

GQL error: [{'message': 'service error', 'path': ['claimDropRewards']}] #464

Closed
oldschoola opened this issue May 11, 2024 · 2 comments
Closed
Labels
Bug Something isn't working Duplicate This issue or pull request already exists

Comments

@oldschoola
Copy link

16:16:58: Traceback (most recent call last):
16:16:58: File "main.py", line 158, in main
16:16:58: File "twitch.py", line 768, in run
16:16:58: File "twitch.py", line 824, in _run
16:16:58: File "inventory.py", line 232, in claim
16:16:58: File "inventory.py", line 138, in claim
16:16:58: File "inventory.py", line 154, in _claim
16:16:58: File "twitch.py", line 1570, in gql_request
16:16:58: exceptions.MinerException: GQL error: [{'message': 'service error', 'path': ['claimDropRewards']}]
16:16:58:

@oldschoola
Copy link
Author

i ran the dev build and it gave me this
16:24:53: Fatal error encountered:
16:24:53:
16:24:53: Traceback (most recent call last):
16:24:53: File "C:\Users\formatme\Desktop\TwitchDropsMiner-master\main.py", line 158, in main
16:24:53: await client.run()
16:24:53: File "C:\Users\formatme\Desktop\TwitchDropsMiner-master\twitch.py", line 768, in run
16:24:53: await self._run()
16:24:53: File "C:\Users\formatme\Desktop\TwitchDropsMiner-master\twitch.py", line 824, in _run
16:24:53: await drop.claim()
16:24:53: File "C:\Users\formatme\Desktop\TwitchDropsMiner-master\inventory.py", line 232, in claim
16:24:53: result = await super().claim()
16:24:53: ^^^^^^^^^^^^^^^^^^^^^
16:24:53: File "C:\Users\formatme\Desktop\TwitchDropsMiner-master\inventory.py", line 138, in claim
16:24:53: result = await self._claim()
16:24:53: ^^^^^^^^^^^^^^^^^^^
16:24:53: File "C:\Users\formatme\Desktop\TwitchDropsMiner-master\inventory.py", line 154, in _claim
16:24:53: response = await self._twitch.gql_request(
16:24:53: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16:24:53: File "C:\Users\formatme\Desktop\TwitchDropsMiner-master\twitch.py", line 1570, in gql_request
16:24:53: raise MinerException(f"GQL error: {response_json['errors']}")
16:24:53: exceptions.MinerException: GQL error: [{'message': 'service error', 'path': ['claimDropRewards']}]

@DevilXD DevilXD added Bug Something isn't working Duplicate This issue or pull request already exists labels May 12, 2024
@DevilXD DevilXD closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants