I am getting "Invalid parameters" errors recently (maybe due to chrome update?)
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?
Kindly share a minimum reproducible example with minimum code that causes error ideally a single python file I can run that causes error + chrome version which causes this error, + complete log.