You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: