-
Notifications
You must be signed in to change notification settings - Fork 7
Description
./run_tracker.sh: line 8: bin/activate: No such file or directory
***** Restarting OverPutney 2022-06-08 12:04:29.572539427+00:00
will crop
Traceback (most recent call last):
File "/usr/lib/python3.9/configparser.py", line 789, in get
value = d[option]
File "/usr/lib/python3.9/collections/init.py", line 941, in getitem
return self.missing(key) # support subclasses that define missing
File "/usr/lib/python3.9/collections/init.py", line 933, in missing
raise KeyError(key)
KeyError: 'map_parameters'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/pi/twitter/adsb/OverLuqa/tracker.py", line 19, in
import datasource
File "/home/pi/twitter/adsb/OverLuqa/datasource.py", line 48, in
g_map_parameters = parser.get('abovetustin', 'map_parameters')
File "/usr/lib/python3.9/configparser.py", line 792, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'map_parameters' in section: 'abovetustin'
***** OverPutney exited 2022-06-08 12:04:30.299146711+00:00