flickr-downloadr / flickr-downloadr-gtk

A cross-platform desktop app, written in Mono that would download (all or selected) photos from your photostream in their selected size along with their description, title and tags.
https://flickrdownloadr.com/
MIT License
177 stars 41 forks source link

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

Open Isegrimm opened 4 years ago

Isegrimm commented 4 years ago

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 commented 4 years ago

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

Isegrimm commented 4 years ago

No, I ended up using a paid tool to do this.

On Sun, Apr 5, 2020, at 01:11, Sindhu Vijayan wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flickr-downloadr/flickr-downloadr-gtk/issues/109#issuecomment-609102272, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALKNUCYMHXK6XDGOAAT7GDRK65D3ANCNFSM4J56YMPA.

lhkjacky commented 3 years ago

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 commented 3 years ago

@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.