Skip to content
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

Unhandled exception due to non-existing dns-entry #109

Open
Isegrimm opened this issue Dec 20, 2019 · 4 comments
Open

Unhandled exception due to non-existing dns-entry #109

Isegrimm opened this issue Dec 20, 2019 · 4 comments

Comments

@Isegrimm
Copy link

Hi,
When I start Flickr-downloadr and log in, the app crashes with an unhandled exception error.
In the logfile this error is found:
System.Net.WebException: The external name cannot be resolved: 'farm0.staticflickr.com'

This is correct, because this dns-entry does not exist (anymore?). Is it possible for users to instruct the program to use a different URL? Or can the URL be fixed in the code?

@cutedaffodil
Copy link
Member

Sorry for the really late response on this - were you able to get past this error?

@Isegrimm
Copy link
Author

Isegrimm commented Apr 5, 2020 via email

@lhkjacky
Copy link

lhkjacky commented Oct 15, 2020

I have the same problem

<log4j:throwable><![CDATA[System.Net.WebException: 未能解析此远程名称: 'farm0.staticflickr.com' 在 FloydPink.Flickr.Downloadr.UI.Windows.BaseWindow.<>c__DisplayClass3_0.<HandleException>b__0(Object <p0>, EventArgs <p1>) 在 Gtk.Application.InvokeCB.Invoke() 在 GLib.Timeout.TimeoutProxy.Handler()]]></log4j:throwable><log4j:locationInfo class="FloydPink.Flickr.Downloadr.UI.MainClass" method="OnUnhandledException" file="" line="0" /></log4j:event>

@cutedaffodil
Copy link
Member

@lhkjacky - assuming you're running Windows, can you please try these steps to resolve this issue?

  1. Ensure flickr downloadr is not running
  2. Open Command Prompt - press Start key and type Command Prompt and select Command Prompt app
  3. On the terminal, type rmdir /S %USERPROFILE%\AppData\Roaming\flickr-downloadrand typeYwhen it promptsAre you sure (Y/N)?`

This removes all the existing data and you will need to sign in again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants