-
Notifications
You must be signed in to change notification settings - Fork 48
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
Transfer stops in the middle #31
Comments
Yes, I am running a reverse proxy through Cloudflare and Nginx! |
It's not related directly to Ownfoil, but depending on how you run Nginx settings can be in different places. You should add those lines to the nginx.conf that's used by Nginx. |
Got it, thanks for the help! Looking forward to giving v2 a go. |
@velvetpants1975 btw, I had the same issue. It wasn't an issue with file size setting for me though it did happen only for bigger files. What clued me in was checking my NextCloud configuration. Add this to your ownfoil configuration in nginx:
|
Thanks! Ill give this a go as well. I added these settings referenced in #33 and it seems to have solved it... proxy_set_header Host $host; |
Hi :),
First, great work!!! thank you very much!
I will try to contribute to this great work very soon (I'm an android dev)
So, I'm running the shop and everything is great, I can see the games, I can see "New Games", "DLC" sections, (I can't see UPDATE section yet, but maybe it's my issue related..)
When I'm trying to install a game, xci or other, it's stops in the middle of the downloading and I can't install it because it's not fully downloading it. there is no logs for that container on that operation. First, I though it was cutting 2GB+ but it occures also for 16GB files somewhere in the middle of it.
Is there anything I can do in order to solve this?
Thanks !
The text was updated successfully, but these errors were encountered: