[wp-trac] [WordPress Trac] #27237: Instagram embeds returning bad URL

WordPress Trac noreply at wordpress.org
Fri Feb 28 16:11:00 UTC 2014


#27237: Instagram embeds returning bad URL
--------------------------+-----------------------------
 Reporter:  pbearne       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Embeds        |    Version:  3.8.1
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Hi Guys

 This may well be at Instagram's end

 if you drop URL into e.g. http://instagram.com/p/k8CUjHsOw2/

 the rendered code is


 {{{
 <a href="http://instagram.com/p/k8CUjHsOw2/">
 <img
 src="http://distilleryimage6.ak.instagram.com/3e80da02a00711e387350e22d49cfb46_7.jpg"
 alt="Sundowner cocktail action with @NamibiaHorizons at @CrushWineBarTO"
 width="612" height="612">
 </a>
 }}}

 the problem is that
 http://distilleryimage6.ak.instagram.com/3e80da02a00711e387350e22d49cfb46_7.jpg
 is bad URL it's returning


 {{{
 <Error>
 <Code>AccessDenied</Code>
 <Message>Access Denied</Message>
 <RequestId>13510DFDA42D15E4</RequestId>
 <HostId>
 mvTT1/qnBJUSX6Wl/Cwgp9it6jB2lIFtCFWqDLNKq2dmeDxP/FFqYHENQNsxLuki
 </HostId>
 </Error>
 }}}

 a URL that works is

 http://distilleryimage6.ak.instagram.com/3e80da02a00711e387350e22d49cfb46_8.jpg

 note. the _7 is now  _8 at the end of the file name

 I have poked around bit and goggled but not come up with a fix

 so I am logging it here for ref and in case we need to fix it our end.

 Paul

--
Ticket URL: <https://core.trac.wordpress.org/ticket/27237>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list