-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModebugUh oh... Something needs to be fixedUh oh... Something needs to be fixed
Description
post_message(message) is causing duplicate posts in CDP Mode.
Eg. sb.post_message("SeleniumBase wasn't detected")
| sb.post_message("SeleniumBase wasn't detected", duration=4) |
Appears to be caused by TypeError: cannot unpack non-iterable NoneType object.
Since the message succeeds (even with TypeError) the error could possibly be ignored.
Metadata
Metadata
Assignees
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModebugUh oh... Something needs to be fixedUh oh... Something needs to be fixed