QIN2DIM / epic-awesome-gamer

🍷 Gracefully claim weekly free games and monthly content from Epic Store.
https://echosec.notion.site/Epic-7c74f1e29117420dbac5551e4b031f82?pvs=4
GNU General Public License v3.0
886 stars 364 forks source link

运行时错误 #248

Open DoraASN opened 7 months ago

DoraASN commented 7 months ago

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 commented 5 months ago

Same error