geteduroam / windows-app

Windows application for geteduroam
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Debug API URL returns ERR_NAME_NOT_RESOLVED #28

Closed JamesFromIT closed 3 years ago

JamesFromIT commented 3 years ago

When I try to run the app in debugging mode, I get an InternetConnectionException from the DownloadDiscoveryApi method in the IdentityProviderDownloader class.

If I navigate to the URL stored in the ProviderApiUrl variable, I get ERR_NAME_NOT_RESOLVED in my browser.

jornane commented 3 years ago

Hi @JamesFromIT

I've done a pretty big overhaul of the discovery downloading mechanism; fd3569b0d28a278ccf2bf7436d1fbfcfef57c5eb

I didn't see the specific error you've encountered, but maybe it's also fixed by this change?

JamesFromIT commented 3 years ago

Hi @jornane,

I just downloaded the files from that commit and no exception was thrown. I think the 724cf39 commit which was commited on 8th March may have fixed this as the ProviderApiUrl variable was updated then.