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

运行时错误 #248

Open
DoraASN opened this issue Jan 14, 2024 · 1 comment
Open

运行时错误 #248

DoraASN opened this issue Jan 14, 2024 · 1 comment

Comments

@DoraASN
Copy link

DoraASN commented Jan 14, 2024

2024-01-14 09:02:41 | WARNING - 执行超时 - {'task': 'authorize', 'retry': 2}
2024-01-14 09:02:41 | ERROR - An error has been caught in function 'run', process 'MainProcess' (3548), thread 'MainThread' (140293216865344): - {}
Traceback (most recent call last):
  File "/home/runner/work/getFreeGames/getFreeGames/epic/src/claim.py", line 162, in <module>
    asyncio.run(run())
  File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
    self.run_forever()
  File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
    self._run_once()
  File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/base_events.py", line 1909, in _run_once
    handle._run()
  File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
> File "/home/runner/work/getFreeGames/getFreeGames/epic/src/claim.py", line 158, in run
    await agent.stash()
  File "/home/runner/work/getFreeGames/getFreeGames/epic/src/claim.py", line 151, in stash
    await self.claim_epic_games(context)
  File "/home/runner/work/getFreeGames/getFreeGames/epic/src/claim.py", line 98, in claim_epic_games
    if await epic.authorize(page):
  File "/home/runner/work/getFreeGames/getFreeGames/epic/src/epic_games/agent.py", line 269, in authorize
    raise RuntimeError(f"Failed to flush token - agent={self.__class__.__name__}")
RuntimeError: Failed to flush token - agent=EpicGames```
@ang3lo-azevedo
Copy link

Same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants