Closed teegh closed 9 years ago
Looks like this needs an additional check in https://github.com/Pomax/node-flickrapi/blob/master/src/utils.js#L140 so that a bad response lead to an early return, with https://github.com/Pomax/node-flickrapi/blob/ce6d7a55e2a00d51eb85984da42f380d4cbce9a8/src/auth/request.js#L34 then catching that return and calling the right downstream code. I'll mark this as bug and will try to work on it when I have some time, thanks for letting me know.
This should be fixed as as v0.3.34
Thank you for your help despite how busy you are :D
Hi, I am very grateful to flickrapi. I have some questions. Flickr might not be able to occasionally connect to the api. So, I wanted handling connection error. Therefore, I have tried in the errors that occur offline. But I can't handling error when offline.
I'm sorry, Please tell me how to handle that error .
This is an error that occurred in node-webkit (nwjs). I can't catch the connect error.