Andrew Lapp

Results 205 comments of Andrew Lapp

thanks @AllanSCosta Are you using selenium-wire==1.1.2? It appears I'm using a dated version (0.7.0), as I was able to reproduce this problem by upgrading to 1.1.2.

Please try now, I have pegged selenium-wire to 1.0.1

@AllanSCosta Yes, version >=1.0.2 of selenium-wire doesn't do conversion from gzip bytes -> python object.

thanks for testing @barabelha ! To run with my changes, you must add the `--javascript` argument. To use my branch you must `git remote add upstream lapp0` and `git fetch...

@bamboozooled #304 is in `origin/master` which fixes the legacy issue for now. It isn't on pip though. For now you need to git clone and `python3 setup.py install` This PR...

@Michelpayan 1. Install git 2. run the commands ``` git clone https://github.com/lapp0/twitterscraper.git git checkout origin/selenium ``` change directories `twitterscraper`, then run `python3 setup.py install` along with the other install instructions...

Try this twitter API https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-users-search

Please post your full traceback and command.

What command are you running to get this traceback?