radarku / px4-sitl-docker

Docker container for PX4 Software-in-the-Loop Simulator
5 stars 1 forks source link

SRTM issue at startup #1

Open radarku opened 5 years ago

radarku commented 5 years ago
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/MAVProxy/modules/mavproxy_map/srtm.py", line 103, in loadFileList
    data = open(self.filelist_file, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/root/.tilecache/SRTM/filelist_python'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
    self.run()
  File "/usr/lib/python3.5/multiprocessing/process.py", line 93, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.5/dist-packages/MAVProxy/modules/mavproxy_map/srtm.py", line 173, in createFileListHTTP
    parser.feed(data)
  File "/usr/lib/python3.5/html/parser.py", line 110, in feed
    self.rawdata = self.rawdata + data
TypeError: Can't convert 'bytes' object to str implicitly
bteich-bbn commented 5 years ago

Possibly related to https://github.com/ArduPilot/MAVProxy/issues/680 ?