Replies: 3 comments 4 replies
-
Could you share the watch link? |
Beta Was this translation helpful? Give feedback.
-
What exactly do you mean by " so Costco can check availability. " ? what is expected? |
Beta Was this translation helpful? Give feedback.
-
@dgtlmoon
When I connected to browserless docker session, I noticed that the webpage does not have input field to enter the zipcode. Could that be causing the error below? Any more pointers and help would be very much appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using ChangeDetection 0.40.1.1 with playwright running in docker stack.
I have an watch alert for item in costco.com. I setup playwright browser steps to a) Wait 10 sec, b) enter zipcode, c) click element, so Costco will show inventory availability. It works when I manually run thru the steps, but it will fail when ChangeDetection runs it on schedule, or force a check now.
Playwright says "consecutive_filter_failures", and then err out with ECONNRESET.
changedetection | >> Iterating check - browser Step n 1 - Enter text in field...
changedetection | > action calling enter_text_in_field
changedetection | Step for 7a9d29d7-b3e3-4575-99fe-eadb0bfcd6a7 not found, consecutive_filter_failures: 1
playwright-chrome_1 | 2023-01-27T18:31:35.722Z browserless:server Error with inbound socket Error: read ECONNRESET
playwright-chrome_1 | Error: read ECONNRESET
playwright-chrome_1 | at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
URL:
https://www.costco.com/kirkland-signature-moisture-eyes-dry-eye-therapy-drops%2C-15-ml%2C-5-count.product.100640811.html
Browser Steps:
Check element: #edd-check-buttonClick EnterAny suggestions on how to fix or how to troubleshot?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions