You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi. I have set the following: as you can see the path is set to ".", so it should refer to the download directory /media/backup/downloading that I set in the settings. But when I try to download I get an error. investigating better I saw in the logs what your app does and I see that it does a wrong union of the paths; in fact in the logs I see that it tries to download from: smb://mysmb/myshare//media/backup/downloading instead of smb://mysmb/myshare/.
How can I fix it?
The text was updated successfully, but these errors were encountered:
hi. I have set the following: as you can see the path is set to ".", so it should refer to the download directory
/media/backup/downloading
that I set in the settings. But when I try to download I get an error. investigating better I saw in the logs what your app does and I see that it does a wrong union of the paths; in fact in the logs I see that it tries to download from:smb://mysmb/myshare//media/backup/downloading
instead ofsmb://mysmb/myshare/.
How can I fix it?
The text was updated successfully, but these errors were encountered: