Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebDAV problem - file with spaces in the name is not available #182

Closed
DaMaNic2022 opened this issue Mar 31, 2023 · 3 comments
Closed

WebDAV problem - file with spaces in the name is not available #182

DaMaNic2022 opened this issue Mar 31, 2023 · 3 comments

Comments

@DaMaNic2022
Copy link

The "Bullet Train.mkv" torrent has been added to the program. As a Webdav resource is visible, when you try to download an error, in the logs you can see that there was an attempt to download the file "Bullet"

@ajnavarro
Copy link
Member

Hi @DaMaNic2022 thanks for the heads up!

I'll have a look into it as soon I have some time.

@pataquets
Copy link
Contributor

pataquets commented Feb 2, 2024

Gettin' familiar with the code here. In case anyone else wants to give it a stab at troubleshooting this, I'm dropping an example torrent entry for the config YAML which contains spaces:

  - name: demo
    torrents:
     - magnet_uri: "magnet:?xt=urn:btih:c9e15763f722f23e98a29decdfae341b98d53056&dn=Cosmos+Laundromat"

Don't worry about licensing and MPAA issues, Cosmos Laundromat is an "open movie".

However, using Nautilus' built-in WebDAV client, I've succeeded at downloading the MP4 file to my desktop. @DaMaNic2022: Can you test it to rule out some client-side issue? Which client are you using?

Also, accessing http://localhost:4444/fs/demo/Cosmos%20Laundromat/Cosmos%20Laundromat.mp4 with the above torrent works, too.

@ajnavarro
Copy link
Member

Doing the same steps as @pataquets and I wasn't able to reproduce the error.

@DaMaNic2022 feel free to comment on this issue if you are still having the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants