allquixotic / encuum-kt

Kotlin port of Encuum
Apache License 2.0
3 stars 4 forks source link

TimeOut Error #3

Closed sarhatabaot closed 1 year ago

sarhatabaot commented 1 year ago

I'm getting a timeout error when running the tool:

Exception in thread "main" com.microsoft.playwright.TimeoutError: Error {
  message='Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for locator("[name=username]")

I'm thinking this is because I have 2FA enabled. Unsure.

allquixotic commented 1 year ago

Yes, encuum does not currently support 2FA. You should disable it on your account if possible. I'm still working on a tool that will use the Enjin API instead of screen scraping if you would prefer to wait for that.

sarhatabaot commented 1 year ago

Still experiencing this issue. I disabled 2FA just in case. It seems it's stuck for me on the "redirecting" page. I'll wait for the API tool :)

sarhatabaot commented 1 year ago

Changing the playwright browser type to firefox fixed this issue for me!