Search found 3 matches

by 13apples
Fri Mar 17, 2017 11:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Passing username and password through updater.update()?
Replies: 4
Views: 656

Re: Passing username and password through updater.update()?

I commented out the offending print statement and it appears to work just fine now. Thank you for your help!
by 13apples
Fri Mar 17, 2017 11:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Passing username and password through updater.update()?
Replies: 4
Views: 656

Re: Passing username and password through updater.update()?

It seems to still be giving me the error. I know that it works on the server when there is no password in place, but some people have already gotten into it so it is preferable to have it secured. The code I'm using for the updater is: updater.Update(url="http://user:pass@domain/update/updates....
by 13apples
Fri Mar 17, 2017 10:30 pm
Forum: Ren'Py Questions and Announcements
Topic: Passing username and password through updater.update()?
Replies: 4
Views: 656

Passing username and password through updater.update()?

The server that I am hosting my update files on is secured with a username and password to keep an element of privacy with the other files that we're keeping on there related to the game, and so that only the game itself can access the files on the server. But now when I try the updater it returns a...