|
I can't get the server started, an attempt to manually start it with - python3 Adeept_PiCar-B/server/server.py returns the following anyone have a solution?
File "Adeept_PiCar-B/server/server.py", line 103, in <module>
vtr_mid = num_import_int('E_C1:')
File "Adeept_PiCar-B/server/server.py", line 94, in num_import_int
with open("//etc/set.txt") as f:
FileNotFoundError: [Errno 2] No such file or directory: '//etc/set.txt'
|
|