-
Notifications
You must be signed in to change notification settings - Fork 109
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
Stuck at Loading 0.0 MBps when downloading webdav backup #241
Comments
Same here, stuck at downloading when trying to restore. Server is running Apache, but I have no access to the server logs. In the local log from JKSV I do only see the following after uploading a save game and trying to restore it from webdav:
Edit: The handling seems also a little bit weird: The locally created savegame is named |
Hello, I can confirm the same behaviour using synology webdav server: the name is now correct, but trying to restore a cloud save leads to system hanging indefinitely. I can press A which seems to download a zip save, but attempting to restore that save leads to "ZIP file is empty !" message |
I can confirm what on my Setup: WebDav using Apache Server on my Windows 11 workstation now I can see the full name of the backups and upload gamesaves having special characters on the name, but I can not download from the WebDav Server to the console to restore them. They got stuck at 0%. @rado0x54, I don't know if worth fixing it now or wait for the full rewrite code. |
Not sure if related but I am seeing this behavior right now and, according to the server logs, the origin path I set in
edit: removing the |
Thanks for your input, with your post I tried my setup, I am using Apache on Windows and on the Access.log I see:
so when the file is uploaded the file name is: But when I press [Y] to restore the same file the Apache server is asked for (in my case There are some differences, the for me the path never get duplicated folders this is my
|
The "JKSV" is automatically appended to any path. |
Yes, I meant the |
Thanks, that's very helpful analysis. That should help me to figure out the issue. |
@rado0x54 |
I've attempted to analyze the cause of this issue, and it appears to be related to the multi-threaded downloading process, which may result in an empty file. I've made some modifications to the code, but since I removed the original author's multi-threading functionality, I did not submit a pull request. Instead, I have uploaded a version I compiled. If you're experiencing this issue, you may try my modified version, and wait for rewrite version of @J-D-K |
Should my actions have caused any inconvenience to the original author @J-D-K , please feel free to contact me, and I will remove it immediately. |
I'm pretty hands off for this stuff. It's fine. I'm going to finish rewriting the remote storage with the rewrite and we'll see how it goes then. Before I threaded it and wrote directly to the SD, Google Drive was ungodly slow. That's why it's like that. |
I was simply looking for a way to wirelessly sync my saves between my Switch and Switch Lite, but it seems quite difficult to find an effective solution. That is, until I came across your JKSV, which allows data synchronization via WebDAV. I have a Synology NAS that can provide high-speed WebDAV services, and it works very conveniently, even with single-threaded downloads, which remain quite fast. Unfortunately, it seems there is an issue with the WebDAV download functionality. As a result, I downloaded and analyzed the code. I sincerely appreciate the software you’ve developed and the work you’ve put into it—it’s truly excellent! @J-D-K |
Thanks for the recent update. It fixed the filenames of the uploaded saves for me. I can't download the backups though, both from Select(A Button) and Restore(Y button) when highlighting a webdav backup enty.
I'm using Nextcloud webdav.
The text was updated successfully, but these errors were encountered: