Fetching pages - Custom browser endpoints should not have default proxy info added

This commit is contained in:
dgtlmoon
2024-02-12 19:05:10 +01:00
parent 4163030805
commit ccb42bcb12
4 changed files with 37 additions and 13 deletions

View File

@@ -369,6 +369,12 @@ class update_worker(threading.Thread):
}
)
process_changedetection_results = False
except content_fetchers.exceptions.BrowserFetchTimedOut as e:
self.datastore.update_watch(uuid=uuid,
update_obj={'last_error': e.msg
}
)
process_changedetection_results = False
except content_fetchers.exceptions.BrowserStepsStepException as e:
if not self.datastore.data['watching'].get(uuid):