Coder Social home page Coder Social logo

Comments (17)

floydpink avatar floydpink commented on May 30, 2024

What is your OS?

If it is Linux, you could run the program from Terminal and see the error messages. And when you can see the errors, please check to see if it is similar to #5?

from flickr-downloadr-gtk.

 avatar commented on May 30, 2024

Hi there--thanks for the quick reply floydpink. I'm on OS X Yosemite (10.10.1). I'll start the app from the terminal to see what I get. Out of curiosity, when are you prompted to enter flickr credentials?

PP

from flickr-downloadr-gtk.

 avatar commented on May 30, 2024

When running the OS X app from the command line is there a switch to output log messages to the terminal? I noticed there is a .log file in the bin dir of the application bundle...do you want any output from that file?

thx
PP

from flickr-downloadr-gtk.

floydpink avatar floydpink commented on May 30, 2024

Starting the app the very first time, you should see a window like this:
screen shot 2014-12-21 at 6 11 44 pm
Clicking on the Login button there should open your default web browser and take you to flickr authentication page.

And yes - please provide anything that is there in log file in the /bin directory. Also, please see if there is a Logs folder within /Users/<username>/.config/flickr-downloadr/ and if there is, the contents of that too.

from flickr-downloadr-gtk.

 avatar commented on May 30, 2024

thanks floydpink--

When I click the button my default browser doesn't appear to get called--just the unhanded exception.

Here's the contents of the log file in the bin dir:

<log4j:event logger="FloydPink.Flickr.Downloadr.UI.MainClass" timestamp="1419224182943" level="INFO" thread="1"><log4j:message>Application Start.</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:locationInfo class="FloydPink.Flickr.Downloadr.UI.MainClass" method="Main" file="" line="0" /></log4j:event>
<log4j:event logger="DotNetOpenAuth" timestamp="1419224183603" level="INFO" thread="1"><log4j:message>DotNetOpenAuth, Version=4.3.4.13329, Culture=neutral, PublicKeyToken=2780ccd10d57b246 (official)</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:locationInfo class="DotNetOpenAuth.Loggers.Log4NetLogger" method="Info" file="" line="0" /></log4j:event>
<log4j:event logger="DotNetOpenAuth" timestamp="1419224183607" level="INFO" thread="1"><log4j:message>Reporting will use isolated storage with scope: User, Domain, Assembly</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:locationInfo class="DotNetOpenAuth.Loggers.Log4NetLogger" method="InfoFormat" file="" line="0" /></log4j:event>
<log4j:event logger="DotNetOpenAuth.Messaging.Channel" timestamp="1419224185138" level="INFO" thread="1"><log4j:message>Prepared outgoing UnauthorizedTokenRequest (1.0.1) message for http://www.flickr.com/services/oauth/request_token: 
    oauth_callback: http://localhost:17304/
    oauth_consumer_key: d122cedb03d705b5642433c54c6a327f
    oauth_nonce: E2btXlnN
    oauth_signature_method: HMAC-SHA1
    oauth_signature: 43mRbwMBFaXXB25TUjHFjLsA8fI=
    oauth_version: 1.0
    oauth_timestamp: 1419224185
</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:locationInfo class="DotNetOpenAuth.Loggers.Log4NetLogger" method="InfoFormat" file="" line="0" /></log4j:event>
<log4j:event logger="DotNetOpenAuth.Http" timestamp="1419224185224" level="ERROR" thread="1"><log4j:message>http://www.flickr.com/services/oauth/request_token returned 417 ExpectationFailed: Expectation failed</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:locationInfo class="DotNetOpenAuth.Loggers.Log4NetLogger" method="ErrorFormat" file="" line="0" /></log4j:event>
<log4j:event logger="FloydPink.Flickr.Downloadr.UI.MainClass" timestamp="1419224185228" level="FATAL" thread="1"><log4j:message>Unhandled Exception.</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:throwable><![CDATA[System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> DotNetOpenAuth.Messaging.ProtocolException: Error occurred while sending a direct message or getting the response. ---> System.Net.WebException: The remote server returned an error: (417) Expectation failed.
  at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] in <filename unknown>:0 
  at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at DotNetOpenAuth.Messaging.StandardWebRequestHandler.GetResponse (System.Net.HttpWebRequest request, DirectWebRequestOptions options) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.Messaging.StandardWebRequestHandler.GetResponse (System.Net.HttpWebRequest request) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.Messaging.Channel.GetDirectResponse (System.Net.HttpWebRequest webRequest) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.Messaging.Channel.RequestCore (IDirectedProtocolMessage request) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.Messaging.Channel.Request (IDirectedProtocolMessage requestMessage) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.Messaging.Channel.Request[UnauthorizedTokenResponse] (IDirectedProtocolMessage requestMessage) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.OAuth.ConsumerBase.PrepareRequestUserAuthorization (System.Uri callback, IDictionary2 requestParameters, IDictionary2 redirectParameters, System.String& requestToken) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.OAuth.DesktopConsumer.RequestUserAuthorization (IDictionary2 requestParameters, IDictionary2 redirectParameters, System.String& requestToken) [0x00000] in <filename unknown>:0 
  at FloydPink.Flickr.Downloadr.OAuth.OAuthManager.BeginAuthorization () [0x00000] in <filename unknown>:0 
  at FloydPink.Flickr.Downloadr.Logic.LoginLogic.Login (System.Action1 applyUser) [0x00000] in <filename unknown>:0 
  at FloydPink.Flickr.Downloadr.Presentation.LoginPresenter.Login () [0x00000] in <filename unknown>:0 
  at FloydPink.Flickr.Downloadr.UI.Windows.LoginWindow.buttonLoginClick (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <filename unknown>:0 
  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 
  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in <filename unknown>:0 ]]></log4j:throwable><log4j:locationInfo class="FloydPink.Flickr.Downloadr.UI.MainClass" method="OnUnhandledException" file="" line="0" /></log4j:event>'

And here's the contents of the .config/flickr-downloadr/flickrdownloadr.log4net:

<?xml version="1.0" encoding="utf-8"?>

<log4net debug="false">
  <appender name="XmlSchemaFileAppender" type="log4net.Appender.FileAppender">
    <file type="log4net.Util.PatternString" value="flickrdownloadr.log" />
    <appendToFile value="false" />
    <lockingModel type="log4net.Appender.FileAppender+MinimalLock" />
    <layout type="log4net.Layout.XmlLayoutSchemaLog4j">
      <locationInfo value="true" />
    </layout>
  </appender>

  <root>
    <level value="INFO" />
   <appender-ref ref="XmlSchemaFileAppender" />
  </root>
</log4net>

FYI: I don't have the app installed at /Applications

thx!
PP

from flickr-downloadr-gtk.

floydpink avatar floydpink commented on May 30, 2024

Looks like you have the same issue as discussed in #5.

And as mentioned there, running this command from Terminal should resolve it:

mozroots --import --ask-remove

from flickr-downloadr-gtk.

 avatar commented on May 30, 2024

Hi floydpink--

I ran mozroots and still see the same behavior...unhandled exception then exit.

Out of curiosity, after running mozroots the console says 140 new root certs were added to my trust store; do you know the path the trust store on os x?

Any more suggestions?

thx
PP

from flickr-downloadr-gtk.

floydpink avatar floydpink commented on May 30, 2024

On closer look, you seems to be getting the error discussed here - but not sure why only you are getting it.

Could you please let me know the version of Mono on your system? You could run mono -V on a Terminal to figure this out.

Also, since you mentioned the app is not in /Applications folder, could you tell me how you have installed the app and the options you chose when installing it?

from flickr-downloadr-gtk.

 avatar commented on May 30, 2024

The version of mono is 3.4.0. I noticed the latest release is 3.10.0; do you require 3.4.0 or should I install the latest?

Re the installation:
I just chose a different install path; I installed to:
/Applications/_Installed/

I also tried moving the app to /Applications but it didn't make any difference.

thx
PP

from flickr-downloadr-gtk.

 avatar commented on May 30, 2024

FWIW I uninstalled mono 3.4.0 and installed 3.10.0 and there was no change...

should I use mozroots with the --machine option?

thx
PP

from flickr-downloadr-gtk.

floydpink avatar floydpink commented on May 30, 2024

Can you please paste the log file after you installed Mono 3.10.0?

And no, it is not related to the root certificates (mozroots) - but I am still not sure how come your installation alone has this issue.

from flickr-downloadr-gtk.

 avatar commented on May 30, 2024

Hm. So what happens when I click the login button? You mentioned that I would be asked to login to flickr via the web browser...and it seems to be failing at calling a new tab and establishing a connection. I've got wireshark on hand...should I see if there's an outbound request?

Here is the log (install dir bin log, not .config):

<log4j:event logger="FloydPink.Flickr.Downloadr.UI.MainClass" timestamp="1419296806367" level="INFO" thread="1"><log4j:message>Application Start.</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:locationInfo class="FloydPink.Flickr.Downloadr.UI.MainClass" method="Main" file="" line="0" /></log4j:event>
<log4j:event logger="DotNetOpenAuth" timestamp="1419296806804" level="INFO" thread="1"><log4j:message>DotNetOpenAuth, Version=4.3.4.13329, Culture=neutral, PublicKeyToken=2780ccd10d57b246 (official)</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:locationInfo class="DotNetOpenAuth.Loggers.Log4NetLogger" method="Info" file="" line="0" /></log4j:event>
<log4j:event logger="DotNetOpenAuth" timestamp="1419296806814" level="INFO" thread="1"><log4j:message>Reporting will use isolated storage with scope: User, Domain, Assembly</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:locationInfo class="DotNetOpenAuth.Loggers.Log4NetLogger" method="InfoFormat" file="" line="0" /></log4j:event>
<log4j:event logger="DotNetOpenAuth.Messaging.Channel" timestamp="1419296808519" level="INFO" thread="1"><log4j:message>Prepared outgoing UnauthorizedTokenRequest (1.0.1) message for http://www.flickr.com/services/oauth/request_token: 
    oauth_callback: http://localhost:27597/
    oauth_consumer_key: d122cedb03d705b5642433c54c6a327f
    oauth_nonce: LBSOiGyG
    oauth_signature_method: HMAC-SHA1
    oauth_signature: In1tVUQw38/905wB7t44zZO05Dk=
    oauth_version: 1.0
    oauth_timestamp: 1419296808
</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:locationInfo class="DotNetOpenAuth.Loggers.Log4NetLogger" method="InfoFormat" file="" line="0" /></log4j:event>
<log4j:event logger="DotNetOpenAuth.Http" timestamp="1419296808581" level="ERROR" thread="1"><log4j:message>http://www.flickr.com/services/oauth/request_token returned 417 ExpectationFailed: Expectation failed</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:locationInfo class="DotNetOpenAuth.Loggers.Log4NetLogger" method="ErrorFormat" file="" line="0" /></log4j:event>
<log4j:event logger="FloydPink.Flickr.Downloadr.UI.MainClass" timestamp="1419296808584" level="FATAL" thread="1"><log4j:message>Unhandled Exception.</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:throwable><![CDATA[System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> DotNetOpenAuth.Messaging.ProtocolException: Error occurred while sending a direct message or getting the response. ---> System.Net.WebException: The remote server returned an error: (417) Expectation failed.
  at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] in <filename unknown>:0 
  at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at DotNetOpenAuth.Messaging.StandardWebRequestHandler.GetResponse (System.Net.HttpWebRequest request, DirectWebRequestOptions options) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.Messaging.StandardWebRequestHandler.GetResponse (System.Net.HttpWebRequest request) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.Messaging.Channel.GetDirectResponse (System.Net.HttpWebRequest webRequest) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.Messaging.Channel.RequestCore (IDirectedProtocolMessage request) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.Messaging.Channel.Request (IDirectedProtocolMessage requestMessage) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.Messaging.Channel.Request[UnauthorizedTokenResponse] (IDirectedProtocolMessage requestMessage) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.OAuth.ConsumerBase.PrepareRequestUserAuthorization (System.Uri callback, IDictionary`2 requestParameters, IDictionary`2 redirectParameters, System.String& requestToken) [0x00000] in <filename unknown>:0 
  at DotNetOpenAuth.OAuth.DesktopConsumer.RequestUserAuthorization (IDictionary`2 requestParameters, IDictionary`2 redirectParameters, System.String& requestToken) [0x00000] in <filename unknown>:0 
  at FloydPink.Flickr.Downloadr.OAuth.OAuthManager.BeginAuthorization () [0x00000] in <filename unknown>:0 
  at FloydPink.Flickr.Downloadr.Logic.LoginLogic.Login (System.Action`1 applyUser) [0x00000] in <filename unknown>:0 
  at FloydPink.Flickr.Downloadr.Presentation.LoginPresenter.Login () [0x00000] in <filename unknown>:0 
  at FloydPink.Flickr.Downloadr.UI.Windows.LoginWindow.buttonLoginClick (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <filename unknown>:0 
  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 
  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in <filename unknown>:0 ]]></log4j:throwable><log4j:locationInfo class="FloydPink.Flickr.Downloadr.UI.MainClass" method="OnUnhandledException" file="" line="0" /></log4j:event>

from flickr-downloadr-gtk.

floydpink avatar floydpink commented on May 30, 2024

Sure - please post the wireshark capture if you could.

But the error message in the log (BTW, I updated your comment above to give it XML formatting) still makes me think a code change as seen here will be necessary to fix this issue.

Will research more into this - but unfortunately that will have to wait until the weekend.

If you have another Windows/Linux machine handy, you could install the app there to try and get it to work.

from flickr-downloadr-gtk.

floydpink avatar floydpink commented on May 30, 2024

@ppmax Could you please try the latest version (1.0.4.1) and see if that resolves the issue?

from flickr-downloadr-gtk.

 avatar commented on May 30, 2024

Happy new year floydpink. I hope you had some time off from the daily grind.

I grabbed the new installer, uninstalled the previous version, but am still getting the unhanded exception error.

I dug through the flickrdownloadr.log located in the app bundle and found the URI for the UnauthorizedTokenRequest:
http://www.flickr.com/services/oauth/request_token

I can reach this no problem via my browser; the log also shows:

<log4j:event logger="DotNetOpenAuth.Http" timestamp="1420338479585" level="ERROR" thread="1"><log4j:message>http://www.flickr.com/services/oauth/request_token returned 417 ExpectationFailed: Expectation failed</log4j:message><log4j:properties><log4j:data name="log4japp" value="flickr-downloadr.exe" /><log4j:data name="log4net:Identity" value="" /><log4j:data name="log4net:HostName" value="mydevmachine.ppnet.loc" /><log4j:data name="log4jmachinename" value="mydevmachine.ppnet.loc" /><log4j:data name="log4net:UserName" value="paul" /></log4j:properties><log4j:locationInfo class="DotNetOpenAuth.Loggers.Log4NetLogger" method="ErrorFormat" file="" line="0" /></log4j:event>

So it appears the server is rejecting the token request?

thx
PP

from flickr-downloadr-gtk.

floydpink avatar floydpink commented on May 30, 2024

Happy New Year! :)

Your assessment is right, it looks like the server is treating one of the requests a little differently in your case - what is intriguing is that I am not able to reproduce the error on my Mac.

I have attempted to fix it one more time - when you get time, could you kindly install and run the latest version (1.1.0.2) and post the updates?

from flickr-downloadr-gtk.

floydpink avatar floydpink commented on May 30, 2024

@ppmax Please reopen this issue if you're still getting the same error.

from flickr-downloadr-gtk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.