Hi All,

I’m trying to get the smugmug export plugin to work. When i put in my credentials to the dialog, the login succeeds, but the album list fails with an Invalid API Key error. Upon looking around this error may mean that cookies are not being preserved between the login and other actions. The log from the terminal is below.
Any suggestions?

Thanks,
 - brad

digikam(63394)/KIPI (general) KIPISmugPlugin::SmugTalker::parseResponseLogin:
Parse Login response:
"<?xml version="1.0" encoding="utf-8"?>
<rsp stat="ok">
  <method>smugmug.login.withPassword</method>
  <Login
PasswordHash="684444e2e488ed5eeff48f3191782ad8a838bdf55d2ffda66de08365143b29a4"
AccountType="Standard" FileSizeLimit="52428800" SmugVault="0">
    <Session id="be1506ef1f8df09741a350d05a95cab0"/>
    <User id="1464050" NickName="ithryn" DisplayName="ithryn"/>
  </Login>
</rsp>
"
digikam(63394)/KIPI (general) KIPISmugPlugin::SmugTalker::errorToText:
errorToText:  0 :  ""
digikam(63394)/KIPI (general)
KIPISmugPlugin::SmugTalker::parseResponseListAlbums: Parse Albums response:
"<?xml version="1.0" encoding="utf-8"?>
<rsp stat="fail">
  <err code="18" msg="invalid API key"/>
</rsp>
"