Download & Extend

Flickr error 1: Photoset not found - on every admin page

Project:Flickr
Version:6.x-1.1
Component:flickr (main module)
Category:support request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)

Issue Summary

Tried to enable the various flickr blocks and despite entering in what appears to be a correct flickr photo set ID -- I'm now receiving the error message, even though all the blocks have been disabled:

Flickr error 1: Photoset not found

on every page when logged in as admin.

Finally disabled the module to make it go away.

??

Drupal 6.10.

Comments

#1

Did you manage to resolve your problems ?

Best, Paul

#2

Priority:critical» normal
Status:active» postponed (maintainer needs more info)

Feel free to reopen if you're still experiencing this problem. I believe Paul fixed a related bug a while back.

#3

FYI, I found a bug that may be related to this case. It occurs when I use
flickr_request('flickr.photos.getInfo', array('photo_id' => 999))

then it return error 1 : photo not found

But if I use function
flickr_photo_get_info(999)

it works. I can't figure what is problem even the code is the same.