[wp-meta] [Making WordPress.org] #7192: Images on the WordPress Planet site are not being displayed due to the absence of the URL attribute.

Making WordPress.org noreply at wordpress.org
Thu Aug 10 03:11:53 UTC 2023


#7192: Images on the WordPress Planet site are not being displayed due to the
absence of the URL attribute.
--------------------------------+-----------------------
 Reporter:  utsav72640          |       Owner:  (none)
     Type:  defect (bug)        |      Status:  assigned
 Priority:  lowest              |   Milestone:
Component:  WordPress.org Site  |  Resolution:
 Keywords:                      |
--------------------------------+-----------------------
Changes (by dd32):

 * owner:  dd32 => (none)
 * priority:  normal => lowest
 * status:  accepted => assigned


Comment:

 This appears to be an issue in the `planet` python app, it looks like it's
 choking on the large `<img` generated by current WordPress versions.

 Eg, `<img />` for a tavern article is generated from this:
 {{{
 <img decoding="async" fetchpriority="high" width="1856" height="388" data-
 attachment-id="147652" data-permalink="https://wptavern.com/wordpress-
 plugin-review-team-addresses-backlog-of-900-plugins-implements-strategies-
 to-improve-approval-process/screen-shot-2023-08-09-at-5-24-43-pm" data-
 orig-file="https://149611589.v2.pressablecdn.com/wp-
 content/uploads/2023/08/Screen-Shot-2023-08-09-at-5.24.43-PM.png" data-
 orig-size="1856,388" data-comments-opened="0" data-image-
 meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}"
 data-image-title="Screen-Shot-2023-08-09-at-5.24.43-PM" data-image-
 description="" data-image-caption="" data-medium-
 file="https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08
 /Screen-Shot-2023-08-09-at-5.24.43-PM-300x63.png" data-large-
 file="https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08
 /Screen-Shot-2023-08-09-at-5.24.43-PM-500x105.png"
 src="https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08
 /Screen-Shot-2023-08-09-at-5.24.43-PM.png" alt="" class="wp-image-147652"
 srcset="https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08
 /Screen-Shot-2023-08-09-at-5.24.43-PM.png 1856w ,
 https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/Screen-
 Shot-2023-08-09-at-5.24.43-PM-300x63.png 300w ,
 https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/Screen-
 Shot-2023-08-09-at-5.24.43-PM-500x105.png 500w ,
 https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/Screen-
 Shot-2023-08-09-at-5.24.43-PM-768x161.png 768w ,
 https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/Screen-
 Shot-2023-08-09-at-5.24.43-PM-1536x321.png 1536w " sizes="(max-width:
 1856px) 100vw, 1856px" />
 }}}


 The most recent code I can locate for the app is this:
 https://github.com/python/planet/tree/master/code  (9-14 years old) as the
 website is down. Looking closer, that's probably the canonical source for
 the code, and I think we might be running an older version than that.

 Marking this as lowest-priority and unassigning myself, as this probably
 requires far more delving into python than I have time for today.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7192#comment:5>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list