Summary: | SmugMug API access fails after SmugMug relaunch [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Gary Edberg <ginslo> |
Component: | Plugin-WebService-SmugMug | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, doug, rharrison, tim |
Priority: | NOR | ||
Version: | 3.5.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kipi-plugins/091d605f4a6b4524a6985db2301c314a90e3604c | Version Fixed In: | 4.0.0 |
Sentry Crash Report: | |||
Attachments: |
Patch to smug kipi-plugin that fixes this bug.
Updated patch, which addresses Christoph's comments. |
Description
Gary Edberg
2013-08-02 19:33:14 UTC
I'm also seeing the same issue on Fedora 18. $ rpm -qa | grep kipi kipi-plugins-3.3.0-1.fc18.x86_64 kipi-plugins-doc-3.3.0-1.fc18.noarch kipi-plugins-libs-3.3.0-1.fc18.x86_64 libkipi-4.10.5-1.fc18.x86_64 I'll see if I can get any information from SmugMug support. Thanks Russell. The response I got from SmugMug was that they were overwhelmed with support issues during the launch aftermath. Perhaps things have settled down a little by now. Also, fyi, I've got essentially the same packages other than mine being fc19 $ rpm -qa | grep kipi kipi-plugins-doc-3.3.0-1.fc19.noarch libkipi-4.10.5-1.fc19.x86_64 kipi-plugins-3.3.0-1.fc19.x86_64 kipi-plugins-libs-3.3.0-1.fc19.x86_64 Created attachment 82531 [details]
Patch to smug kipi-plugin that fixes this bug.
This version works for me, using kphotoalbum 4.4 and KDE Development Platform 4.10.5.
Thanks Tim for the patch. Please explain why you added "<<<" to the window titles. Also, please remove the spaces around the brackets in the added qSort call. The <<< was for my debugging (so I could confirm that my plugin was actually being run). I've removed it. I also fixed the qSort( ) formatting like you asked. I'll update the attached patch. Thanks for reviewing! Tim Created attachment 82683 [details]
Updated patch, which addresses Christoph's comments.
Git commit 091d605f4a6b4524a6985db2301c314a90e3604c by Gilles Caulier. Committed on 29/10/2013 at 17:45. Pushed by cgilles into branch 'master'. Apply patch #82683 from Tim Newsome about to make smug export work with smugmug's new interface. Changed most http_post() calls to get() calls. Apparently POST doesn't work with the new interface albums. Upgraded the interface we use from 1.2.0 to 1.2.2, since that's the latest version in the 1.2 train. Sort the list of albums that we receive from smugmug before presenting it to the user. FIXES-IN: 4.0.0 M +5 -0 smug/smugitem.h M +14 -20 smug/smugtalker.cpp http://commits.kde.org/kipi-plugins/091d605f4a6b4524a6985db2301c314a90e3604c *** Bug 343263 has been marked as a duplicate of this bug. *** |