Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no longer working #8

Open
random128451 opened this issue Nov 4, 2022 · 0 comments
Open

no longer working #8

random128451 opened this issue Nov 4, 2022 · 0 comments

Comments

@random128451
Copy link

it just downloads a blank csv file. was working fine a few days ago

Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\airscraper\airscraper.py", line 67, in update_params
r"(viw[a-zA-Z0-9]+)", str(script)).group(1)
AttributeError: 'NoneType' object has no attribute 'group'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\Scripts\airscraper.exe_main
.py", line 7, in
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\airscraper\airscraper.py", line 141, in main
client = AirScraper(args.view_url, locale=args.locale, tz=args.timezone, password=args.password)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\airscraper\airscraper.py", line 26, in init
self.update_params()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\airscraper\airscraper.py", line 75, in update_params
raise ConnectionError(
ConnectionError: Unauthorized Access, please try again by providing password, i.e. Airscraper(url,password=password)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant