hdus / SRTM-Downloader

GNU General Public License v3.0
28 stars 5 forks source link

TypeError when attempting to download map data. #20

Closed AbrarSL closed 3 years ago

AbrarSL commented 3 years ago

2021-04-26T11:26:47 WARNING Traceback (most recent call last): File "C:/Users/Fuwad/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\SRTM-Downloader\download.py", line 105, in reply_finished (dir, file) = os.path.split(out_image) File "C:\PROGRA~1\QGIS3~1.18\apps\Python37\lib\ntpath.py", line 183, in split p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType

AbrarSL commented 3 years ago

It seems like this was the result of a server issue and not an issue with the plugin. Closing. Sorry about any trouble.

bstrombergHUD commented 3 years ago

This doesn't seem resolved. I just installed this a few minutes ago and I'm getting the same error when I try to use it. Is there something I can do on the user's side to get it to work?