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
Hi, i try to run this program, i use this command to start the program
python luftsachsen.py --data-dir data/ --git False
But i get this error:
C:\Users\Julius\Documents\GitHub\Luftqualitaet-src>python luftsachsen.py --data-dir data/ --git False
Traceback (most recent call last):
File "luftsachsen.py", line 96, in
use_git = options.use_git)
File "luftsachsen.py", line 33, in main
out_dir = raw_dir, basedir = basedir)
File "C:\Users\Julius\Documents\GitHub\Luftqualitaet-src\AirImport\importer.py", line 188, in main
h.get_live_data(periods())
File "C:\Users\Julius\Documents\GitHub\Luftqualitaet-src\AirImport\importer.py", line 52, in get_live_data
self.read_stations()
File "C:\Users\Julius\Documents\GitHub\Luftqualitaet-src\AirImport\importer.py", line 71, in read_stations
for i in stations.find_all('option'):
AttributeError: 'NoneType' object has no attribute 'find_all'
I don't know what to do, i'm using Python 3.4 and i have installed all the requirements.
The text was updated successfully, but these errors were encountered:
Hi, i try to run this program, i use this command to start the program
python luftsachsen.py --data-dir data/ --git False
But i get this error:
C:\Users\Julius\Documents\GitHub\Luftqualitaet-src>python luftsachsen.py --data-dir data/ --git False
Traceback (most recent call last):
File "luftsachsen.py", line 96, in
use_git = options.use_git)
File "luftsachsen.py", line 33, in main
out_dir = raw_dir, basedir = basedir)
File "C:\Users\Julius\Documents\GitHub\Luftqualitaet-src\AirImport\importer.py", line 188, in main
h.get_live_data(periods())
File "C:\Users\Julius\Documents\GitHub\Luftqualitaet-src\AirImport\importer.py", line 52, in get_live_data
self.read_stations()
File "C:\Users\Julius\Documents\GitHub\Luftqualitaet-src\AirImport\importer.py", line 71, in read_stations
for i in stations.find_all('option'):
AttributeError: 'NoneType' object has no attribute 'find_all'
I don't know what to do, i'm using Python 3.4 and i have installed all the requirements.
The text was updated successfully, but these errors were encountered: