Open
Description
In my Btowser code recently I started experiency some problems, then it was suggested to run
python -m pip install bota botasaurus botasaurus-api botasaurus-requests botasaurus-driver botasaurus-proxy-authentication botasaurus-server botasaurus-humancursor --upgrade
Then after that my browser parsing code fails with
ChromeException({'code': -32602, 'message': 'Invalid parameters', 'data': 'Failed to deserialize params - CBOR: map start expected at position 7'})
special variables
function variables
args =
({'code': -32602, 'message': 'Invalid parameters', 'data': 'Failed to deserialize params - CBOR: map start expected at position 7'},)
special variables
function variables
0 =
{'code': -32602, 'message': 'Invalid parameters', 'data': 'Failed to deserialize params - CBOR: map start expected at position 7'}
len() =
1
code =
-32602
message =
'Invalid parameters'
The problem recently appeared in my local development and as it works on my server side which I fixed chrome version I assume it has something to do with latest chrome version?
Metadata
Metadata
Assignees
Labels
No labels