You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using ChangeDetection to watch if a website is online or not, so that I can perform maintenance if it goes offline. This is a local site, not public. ChangeDetection successfully has access to the URL when the page is online, however when the page is offline (due to the docker container that hosts that page is offline), ChangeDetection provides an Exception and then does not notify me using the saved and tested notification method.
Exception: HTTPConnectionPool(host='browser-chrome', port=4444):
Max retries exceeded with url: /wd/hub/session
(Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7e1deeb39d10>:
Failed to establish a new connection: [Errno -2] Name or service not known'))
Version
v0.46.04
To Reproduce
Steps to reproduce the behavior:
Watch a localhost URL that is accessible, then take that page down and Recheck in CD.
1b. If that's not possible, watch a website that does not exist, for instance: http://doesnotexist.com. I believe this will suffice as providing the same test environment.
Notice that the notifications do not send to a destination.
Expected behavior
I believe ChangeDetection should send a notification when the page cannot be accessed. If this is not yet a feature, then it should be added, as this is a valid need for an app that detections changes.
Desktop (please complete the following information):
OS: Docker container
Browser: Basic Plaintext/HTTP client
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using ChangeDetection to watch if a website is online or not, so that I can perform maintenance if it goes offline. This is a local site, not public. ChangeDetection successfully has access to the URL when the page is online, however when the page is offline (due to the docker container that hosts that page is offline), ChangeDetection provides an Exception and then does not notify me using the saved and tested notification method.
Version
v0.46.04
To Reproduce
Steps to reproduce the behavior:
1b. If that's not possible, watch a website that does not exist, for instance: http://doesnotexist.com. I believe this will suffice as providing the same test environment.
Expected behavior
I believe ChangeDetection should send a notification when the page cannot be accessed. If this is not yet a feature, then it should be added, as this is a valid need for an app that detections changes.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: