I just wanted to see if any issues were known about Flickr and onebox working correctly. I had previously been able to post a url to a flickr photo page, and onebox would correctly grab the image:
As of now it doesn’t do anything other than turn it into a link. Production logs show:
Processing by OneboxController#show as HTML
Parameters: {"url"=>"https://www.flickr.com/photos/patdavid/16548303178/", "refresh"=>"false"}
Rendered text template (0.0ms)
Completed 404 Not Found in 262ms (Views: 1.3ms | ActiveRecord: 16.3ms)
I can confirm that it does still work for Flickr profiles:
As well as for 500px image pages:
Could it be related to?
https://github.com/discourse/onebox/pull/282