vogler / free-games-claimer

Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG.
GNU Affero General Public License v3.0
2.2k stars 139 forks source link

timout error on logged on epic-games node in cmd #237

Closed rtzon59 closed 8 months ago

rtzon59 commented 8 months ago

getting 'TimoutError' on node epic-games cmd check "20000 ms exceeded"

vogler commented 8 months ago

Can you post the full log? It should include in which line it timed out. (I assume no docker, running on Windows?)

k3nj1 commented 8 months ago

hi @vogler not the user that opened the issue still this may help posting the timeout in the docker container

Xvfb display server created screen with resolution 1280x1280
VNC is running on port 5900 (no password!)
noVNC (VNC via browser) is running on http://localhost:6080
2023-10-27 09:07:24.160 started checking epic-games
locator.innerHTML: Timeout 60000ms exceeded.
=========================== logs ===========================
waiting for locator('#user span').first()
============================================================
    at file:///fgc/epic-games.js:107:51 {
  name: 'TimeoutError'
}
2023-10-27 09:08:36.575 started checking prime-gaming
Signed in as "Redacted"
Number of already claimed games (total): 37
Number of free unclaimed games (Prime Gaming): 0
Number of free unclaimed games (external stores): 0
2023-10-27 09:08:44.164 started checking gog
Signed in as "Redacted"
Currently no free giveaway!
vogler commented 8 months ago

Looks like you're running an outdated version. This has been fixed in #236.

k3nj1 commented 8 months ago

image version in use is: ghcr.io/vogler/free-games-claimer:latest@sha256:ec6dd9a5995d57a7671f16a2bb3273e5eb9f0d079d23260b3a3ed589e06b5706 freshly updated when the test was done in the morning it may be in the wrong place and will move this to the relevant issue ID posted above

vogler commented 8 months ago

I don't see that hash anywhere here: https://github.com/vogler/free-games-claimer/pkgs/container/free-games-claimer/versions Can you link to it? Your log says locator('#user span') which was removed in https://github.com/vogler/free-games-claimer/commit/d73a523fe7f76608af5db4e72b567f058814fea1, so it can't be the current version.