-
Notifications
You must be signed in to change notification settings - Fork 781
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
an exception occured during a WebClient request #141
Comments
@AlaHamad Can you give me URL of your XML file? |
Same happends to me when I specify the location for downloading the .zip file using The path When I don't specify the download path the behaviour is different, but also in error. The auto-updater is capable of downloading the .zip file, but an error window pops up showing a System.UnauthorizedAcessException with message:
update: The error occurs in function
Regards |
@VLorz It works when you specify the path using AutoUpdater.DownloadPath? |
@ravibpatel, I've added an update to my previous comment. |
@ravibpatel, I've traced down the One possibly appropriated point for ensuring that the download path exits is in file DownloadUpdateDialog.cs, before the call to if (!Directory.Exists( Path.GetDirectoryName( _tempFile ) ))
Directory.CreateDirectory( Path.GetDirectoryName( _tempFile ) ); Regards |
…ied using DownloadPath property doesn't exist.
I get an error after it downloads the update zip file
The text was updated successfully, but these errors were encountered: