🤬
  • ■ ■ ■ ■ ■ ■
    changedetectionio/update_worker.py
    skipped 182 lines
    183 183   process_changedetection_results = False
    184 184   
    185 185   except FilterNotFoundInResponse as e:
     186 + if not self.datastore.data['watching'].get(uuid):
     187 + continue
     188 + 
    186 189   err_text = "Warning, filter '{}' not found".format(str(e))
    187 190   self.datastore.update_watch(uuid=uuid, update_obj={'last_error': err_text,
    188 191   # So that we get a trigger when the content is added again
    skipped 110 lines
Please wait...
Page is in error, reload to recover