Anyone tried Browser Steps on the latest Browserless? #1222
Replies: 1 comment
-
Similar error i'm experiencing ERROR:changedetectionio:Exception on /browser-steps/browsersteps_update [GET] |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
ERROR:changedetectionio:Exception on /browser-steps/browsersteps_update [GET]
Traceback (most recent call last):
File "/usr/local/flask/app.py", line 2073, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/flask/app.py", line 1519, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/flask_restful/init.py", line 271, in error_router
return original_handler(e)
File "/usr/local/flask/app.py", line 1517, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/flask/app.py", line 1503, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/app/changedetectionio/blueprint/browser_steps/init.py", line 180, in browsersteps_ui_update
browsersteps_live_ui_o[browsersteps_session_id] = browser_steps.browsersteps_live_ui(
File "/app/changedetectionio/blueprint/browser_steps/browser_steps.py", line 182, in init
self.connect(proxy=proxy)
File "/app/changedetectionio/blueprint/browser_steps/browser_steps.py", line 191, in connect
self.context = self.playwright_browser.new_context(
AttributeError: 'NoneType' object has no attribute 'new_context'
10.200.200.1 - - [12/Dec/2022 17:01:02] "GET /browser-steps/browsersteps_update?uuid=58bb10f1-2f0b-48c1-bdd0-272fda4c64c6&browsersteps_session_id=1670864462396 HTTP/1.0" 500 468 0.001079
got this on every URL. anyone else with this error?
Beta Was this translation helpful? Give feedback.
All reactions