No pictures - selective - icanhas.cheezburger.com Topic is solved

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
Mom-Kat

No pictures - selective - icanhas.cheezburger.com

Unread post by Mom-Kat » 2017-10-12, 21:55

Just today I noticed that the main pictures do not display on icanhas.cheezburger.com. I thought it was the update and rolled back to 27.5 but it's still an issue.
no_pics.png
Note that some pics show, just not the center ones.
This is in safe mode:
no_pics_safe_mode.png
I tried adding a useragent string but that didn't do anything. The pictures show on Chrome.

Ideas?

I'm running Win 7 64 bit
64 bit Pale Moon 27.5 / and the update.
You do not have the required permissions to view the files attached to this post.

Mom-Kat

Re: No pictures - selective - icanhas.cheezburger.com

Unread post by Mom-Kat » 2017-10-12, 22:03

I also discovered that clicking on where the picture is supposed to be and selecting "Copy Image Location" yields this in Pale Moon: data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEAAAAALAAAAAABAAEAAAI=

But for the same picture I get this in Chrome:
https://i.chzbgr.com/full/9082127360/hE5CE981A/

I don't know if that helps or not. I'm sure it's something the site messed up, as I could see them fine yesterday.

megaman

Re: No pictures - selective - icanhas.cheezburger.com

Unread post by megaman » 2017-10-12, 22:07

I only use a Clean Profile, and if I use the browser, I try it again.
It shows the middle image on my end.

Please, clean your cache. As it might be a start.

Edit: Looking at the image, I also get the same link you posted with the Chromium-based browser.
https://i.chzbgr.com/thumbnail720/3644421/h18E6A7C4/

Edit2: I stand corrected on the link I pasted but it is the same as the image in the page.

Edit3: Okay, yes, other images are not displaying. They do show up in Firefox and Basilik, odd.

Status: Confirmed.
Last edited by megaman on 2017-10-12, 22:18, edited 1 time in total.

Mom-Kat

Re: No pictures - selective - icanhas.cheezburger.com

Unread post by Mom-Kat » 2017-10-12, 22:17

I'm sorry - the pictures are from the page http://icanhas.cheezburger.com/lolcats.
Is that the page you went to? Because if I go to the main page at http://icanhas.cheezburger.com/ I see this:
main_icanhas.png
Which does show a center picture.
BUT if you go lower the picture no longer show:
main_icanhas_lower.png
And yes, I cleared my cache - several times.
And I can see that picture, too - but no other ones in the center.

UPDATE:
Apparently videos will also show:
main_icanhas_video.png
You do not have the required permissions to view the files attached to this post.
Last edited by Mom-Kat on 2017-10-12, 22:32, edited 1 time in total.

megaman

Re: No pictures - selective - icanhas.cheezburger.com

Unread post by megaman » 2017-10-12, 22:27

Okay, I am seeing errors:
Timestamp: 10/12/2017 5:19:56 PM
Warning: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://googleads.g.doubleclick.net/pag ... ed=timeout. (Reason: CORS request failed).
Timestamp: 10/12/2017 5:20:40 PM
Error: ums.adtechus.com : server does not support RFC 5746, see CVE-2009-3555
Timestamp: 10/12/2017 5:20:40 PM
Error: ums.adtechus.com : server does not support RFC 5746, see CVE-2009-3555
Timestamp: 10/12/2017 5:20:43 PM
Error: ums.adtechus.com : server does not support RFC 5746, see CVE-2009-3555
RFC be danged.

Mom-Kat

Re: No pictures - selective - icanhas.cheezburger.com

Unread post by Mom-Kat » 2017-10-13, 00:08

So, is this a security issue? Or is it another case of sloppy site coding that other browsers ignore but Pale Moon catches??

More important - can you give me some technical info I can pass on when I message the site over the problem??

megaman

Re: No pictures - selective - icanhas.cheezburger.com

Unread post by megaman » 2017-10-13, 17:56

Mom-Kat wrote:More important - can you give me some technical info I can pass on when I message the site over the problem??
Okay, I filed the report to the GitHub, since it might get more exposure from the people that understand it better than I do.
If there is a problem happening, they'll give their input on it and anything that you can report to the website in question.
https://github.com/MoonchildProductions ... ssues/1409

User avatar
badnick
Astronaut
Astronaut
Posts: 670
Joined: 2017-03-23, 19:56

Re: No pictures - selective - icanhas.cheezburger.com

Unread post by badnick » 2017-10-13, 18:12

Same to me, no pictures in the indicated link(s)
Windows 10 pro /64 (version 1809)
PM last/64

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35648
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: No pictures - selective - icanhas.cheezburger.com

Unread post by Moonchild » 2017-10-13, 19:02

Images are lazy-loaded by page scripts (unnecessary for desktop browser clients!). The problem is that it requires JS to do so, and best I can tell is that there's an issue with this because it throws an error "20:56:50.026 TypeError: n.replaceWith is not a function1 main-moist.js:4:23353" -- obviously minified, so impossible to debug/troubleshoot from our end.

MSIE, which they are supposed to officially support, also doesn't display images, so there's definitely something amiss there they need to fix. I sent them an e-mail.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Mom-Kat

Re: No pictures - selective - icanhas.cheezburger.com

Unread post by Mom-Kat » 2017-10-14, 09:39

Wonderful. Hopefully they'll do something soon. I'll post back when it's fixed.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35648
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: No pictures - selective - icanhas.cheezburger.com

Unread post by Moonchild » 2017-10-14, 10:02

Looks like they're implicitly using a function from the whatwg DOM specification without checking for support. These methods aren't part of the W3C TR DOM4 spec, either.

(compare https://www.w3.org/TR/dom/#childnode with https://dom.spec.whatwg.org/#interface-childnode)
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Mom-Kat

Re: No pictures - selective - icanhas.cheezburger.com

Unread post by Mom-Kat » 2017-10-15, 06:08

Thank you, to Megaman and Moonchild for the tech stuff. The pictures are now working again. :D LOVE MY PALE MOON!!!!