jeremybrooks / SuprSetr

Automated photoset management for your Flickr photos.
http://jeremybrooks.net/suprsetr
GNU General Public License v3.0
12 stars 2 forks source link

Unable to Authorize #12

Closed MattGHarvey closed 4 years ago

MattGHarvey commented 4 years ago

Windows 10: Clicking the "Authorize" button gives "There was an error while attempting to authorize." message.

jeremybrooks commented 4 years ago

Thanks for the report. This duplicates issue #9. The root cause is in the library used to perform OAuth requests in the underlying flickr library (jinx). I'm in the process of fixing jinx, then will update suprsetr to use the newer stuff.

MattGHarvey commented 4 years ago

Any updates on this?

jeremybrooks commented 4 years ago

I have the library working for auth and for GET requests, working on making POST requests work. The way requests are signed changed pretty drastically in the scribe library (which is what I'm using to handle OAuth).

MattGHarvey commented 4 years ago

Awesome...looking forward to the new version...I have a bunch of albums that need updating!

jeremybrooks commented 4 years ago

Fixed in version 3.0.0. Available via maven.

jeremybrooks commented 4 years ago

That is, fixed in version 3.0.0 of Jinx; SuprSetr version 3.4.0 is available with the fixed library.