I have been playing around with flickr.rb for the photos section of my
website, and it''s been going well except for one hitch. Whenever I
try to grab the photos from my flickr acount by tag, and there is only
one photo associated with that tag, I get a "Can''t convert String
to
Int" exception.
The code is as follows:
@photo_test = @user.tag(''tag_with_one_photo'')
When I query with a tag for which there is only one photo, I get the
exception. Otherwise, it works just fine. The exceptions are
happening on line 103 of flickr.rb, so I think this may be a bug. If
anyone knows anything about this or can help me out I would greatly
appreciate it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---