Skip to content

I am getting "Invalid parameters" errors recently (maybe due to chrome update?) #240

Open
@roozbehid

Description

@roozbehid

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions