-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Android WebDAV sync broken #17462
Comments
Yes, this is broken for me too. Would love for a fix please, thank you |
Did you use HTTPs by any chance? Currently, only plain HTTP works on Android. We're aware of this in #16847 |
Attempted to use HTTP but still did not work. I tried just putting HTTP in the url instead of HTTPS and it caused retroarch to crash when opened. On another app using the same server, changing it to http worked fine. |
This is the complete log file for when I use it via HTTP (not HTTPS) Using old --libretro behavior. Setting libretro_directory to "/data/user/0/com.retroarch/cores/" instead. After that it crashes |
It's trying to redirect you to using ssl. That's not going to work for multiple reasons. |
How do I fix it? |
That is a good question that I don't know the answer to exactly. The "easiest" way would be to change your server's configuration so it doesn't try to force ssl. If you can't do that, it will require both changing the android build to support ssl, and the http library to support redirects. |
Oh god. I'm using a service called koofr that is basically like Google drive or something except it supports WebDAV. I have no way of changing how the servers are connected. As for the other stuff you said, I have no idea what that would even mean or how I could do it. Is there any plans to enable SSL in the near future or should I start looking for another server? |
I've created a PR, #17482 , to handle HTTP redirects properly, but that's only half the problem. I haven't looked at the android build basically ever, so I'm not sure what the outlook for ssl there will be. |
Many users (including me) have had problems with the WebDAV cloud saves on android. For me, it always gives me a cloud save failed pop-up, even when the configuration is the exact same as on my PC, that uses the WebDAV sync perfectly fine. Please fix soon if you can.
The text was updated successfully, but these errors were encountered: