GithubHelp home page GithubHelp logo

Comments (18)

vogler avatar vogler commented on September 24, 2024 2

They changed the layout. Login is also split in two steps (email/password). Should be fixed now.

from free-games-claimer.

p6002 avatar p6002 commented on September 24, 2024 1

Either you solve the captcha right away or you don't in which case it will time out and the container will stop (so also no more VNC).

You're right, that's why there should be some option to restart the container, for example via the button in the upper right corner of noVNC ctrl+alt+del which currently does nothing.

from free-games-claimer.

vogler avatar vogler commented on September 24, 2024 1

Yea, no need to build the image, it's built on every push. The docker-compose.yml is just an example and likely won't change, so no need for git. The only thing you need to do is pull the new image, so docker compose pull && docker compose up -d.

from free-games-claimer.

ezek1el avatar ezek1el commented on September 24, 2024

I concur. No longer logging in automatically.

Exception:
locator.innerHTML: Timeout 60000ms exceeded.
=========================== logs ===========================
waiting for locator('#user span').first()
============================================================
    at file:///fgc/epic-games.js:117:51 {
  name: 'TimeoutError'
}
--- Exception:
locator.innerHTML: Timeout 60000ms exceeded.
=========================== logs ===========================
waiting for locator('#user span').first()
============================================================
    at file:///fgc/epic-games.js:117:51 {
  name: 'TimeoutError'
}
--- Exception:
locator.innerHTML: Page closed
=========================== logs ===========================
waiting for locator('#user span').first()
============================================================
    at file:///fgc/epic-games.js:117:51 {
  name: 'Error'
}
--- Exception:
locator.innerHTML: Timeout 60000ms exceeded.
=========================== logs ===========================
waiting for locator('#user span').first()
============================================================
    at file:///fgc/epic-games.js:117:51 {
  name: 'TimeoutError'
}

from free-games-claimer.

carrothu-cn avatar carrothu-cn commented on September 24, 2024

Same problem when setting up epic account.

from free-games-claimer.

4n4n4s avatar 4n4n4s commented on September 24, 2024

@vogler elements just for account on top right seem to be gone somehow. Strange thing is when you open it in normal browser they are there.

from free-games-claimer.

p6002 avatar p6002 commented on September 24, 2024

Same here, gotify sending some strange notification:
image

from free-games-claimer.

mattleh avatar mattleh commented on September 24, 2024

possible solution would be to replace:
user = await page.locator('#user span').first().innerHTML();
with:
user = await page.getByLabel("Account Menu").getAttribute('Title');

but i'm not sure if the returned value is the same.

from free-games-claimer.

lostb1t avatar lostb1t commented on September 24, 2024

same problem

--- Exception:
locator.innerHTML: Timeout 60000ms exceeded.
=========================== logs ===========================
waiting for locator('#user span').first()
============================================================
    at file:///fgc/epic-games.js:117:51 {
  name: 'TimeoutError'
}

from free-games-claimer.

lostb1t avatar lostb1t commented on September 24, 2024

works for me 👍🏻

from free-games-claimer.

p6002 avatar p6002 commented on September 24, 2024

It seems to be working.
It would be nice if ctrl+alt+delete buttons via noVNC would restart the container/service.
Currently I get a capcha notification on my watch, but when I'm home, the session has expired and I have to log into VM to restart the container so I can fill in the capcha.

from free-games-claimer.

vogler avatar vogler commented on September 24, 2024

@p6002 New issue/discussion?
However, I don't see how that should work. Either you solve the captcha right away or you don't in which case it will time out and the container will stop (so also no more VNC).
Until #183 is solved, I would just run it directly with node, then there's no captcha.

from free-games-claimer.

ezek1el avatar ezek1el commented on September 24, 2024

Looks like it is working again. Thanks!

from free-games-claimer.

Albirew avatar Albirew commented on September 24, 2024

weird, i still have this issue even after a git pull and a docker compose rm...

2023-11-01 09:47:38.825 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'
}

from free-games-claimer.

p6002 avatar p6002 commented on September 24, 2024

It works for few days after last issue.

from free-games-claimer.

Albirew avatar Albirew commented on September 24, 2024

PS: i noticed a difference between before and now:
before:
at file:///fgc/epic-games.js:117:51 {
now:
at file:///fgc/epic-games.js:107:51 {
a 10 lines change.

from free-games-claimer.

vogler avatar vogler commented on September 24, 2024

@Albirew Why are you using git pull if you're using docker compose? You apparently didn't update your docker image since your log still says #user span which was removed in d73a523.

from free-games-claimer.

Albirew avatar Albirew commented on September 24, 2024

uh? what do you mean? i'm using git pull because the docker-compose file contains build: .

my start script looks like this:

docker compose rm -f # delete old container in case of internal changes
git stash -q         # stash docker-compose.yaml for custom command and env_file
git pull             # get latest
git stash pop -q     # push back edited docker-compose.yaml
docker compose up -d # launch with latest version

edit: nevermind, i saw what i was lacking: docker compose pull since there's also an image aside build .

from free-games-claimer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.