When Flickr user has a dash, that generates the URL of the album is incorrect and the widget does not work.
Example (user name rah-mon):
Album url:
http://www.flickr.com/photos/rah-mon/sets/72157629101121852/
Incorrect generate URL:
page_show_url=%2Fphotos%2F75306513%40N07%2Fsets%2F72157629101121852%2Fshow%2F
Ideal (corrected):
page_show_url=%2Fphotos%2Frah-mon%2Fsets%2F72157629101121852%2Fshow%2F

Thanks!

Comments

ballester’s picture

It is possible that the error is generated at that point?
File: media_flickr.theme.inc
Line 29:
$variables['user_id'] = drupal_encode_path($parts['u']);

steinmb’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (cannot reproduce)

Tested on latest 7.x-2.x. Seems OK to me