-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hello, I am running latest OS on raspberry Pi but getting fowling error
pi@raspberrypi:~/GT06ScannerClient $ python runClient.py
pygame 2.1.0 (SDL 2.0.14, Python 3.9.2)
Hello from the pygame community. https://www.pygame.org/contribute.html
Namespace(config='config.xml', id=None, server_address=None, server_port=None, update_delay=None, gps_port=None, gps_baud=None, maps_url=None, magnification=None, zoom=None)
Traceback (most recent call last):
File "/home/pi/GT06ScannerClient/runClient.py", line 68, in <module>
scanner = GT06ScannerClient.GT06ScannerClient(
File "/home/pi/GT06ScannerClient/GT06ScannerClient.py", line 43, in __init__
mapsMagnification = int(self.configReader.getMapsMagnification())
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Metadata
Metadata
Assignees
Labels
No labels