Can no longer Log In to a website I used to monitor with Playwright #1940
Replies: 4 comments 3 replies
-
heya you dont say how you installed, or what operating system.. hmm so if you went back to can you ZIP and attach the playwright/browserless logs? (please dont paste them as a huge comment) and zip and attach the container logs? |
Beta Was this translation helpful? Give feedback.
-
Docker on Alpine 3.18.3
I didn't mean that it used to work with 0.44.2, I simply tried the previous stable version. I haven't used that particular watch in 3 months, so can't tell which was the version it last worked with. In any case, it definitely did work just fine, which is why I insist it is a regression. For the record, I just tried with
Sure can, but have you tried on your end and can confirm it works for you? |
Beta Was this translation helpful? Give feedback.
-
also be sure to use |
Beta Was this translation helpful? Give feedback.
-
There is something weird in the playwright library setting
even when all of these are correct according to https://playwright.dev/python/docs/actionability for
output
I guess removing the timeout (set timeout= |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I monitor a website for changes intermittently. Sometime between now and 3 months ago, a regression in the project or Playwright made it impossible to log in to that website. I am getting a 30s timeout.
URL: https://portalpacjenta.luxmed.pl/PatientPortal/NewPortal/Page/Account/Login
Steps:
#Login
(any text)#Password
(any password)#LoginSubmit
Used to work just fine, now it just stalls with timeout. Is there any way to debug what's happening behind? I tried going back to 0.44.2 and using
1.60-chrome-stable
tag for Playwright, to no avail.Beta Was this translation helpful? Give feedback.
All reactions