View Single Post
Old 05-10-2025, 11:59 AM   #10741
Elseria
Junior Member
Elseria began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2025
Device: none
Quote:
Originally Posted by JimmXinu View Post
I was able to download the images in that story. I would suspect it's an issue with the image hosting blocking.
Thank you for verifying.
I had initially dropped that idea since my VPNs were also not working.

I dug a bit deeper and for some reason or another, what ended up being the problem for me was it was unable to handle image URLs with leading forward slashes (src="//46613.mitemin.net/.../"), which resulted in a request with extra forward slashes after the https (https:////46613.mitemin.net/.../).

I added a line in the plugin code to replace "https:////" with "https://" and that fixed this for me.

Not sure why this only affected my end; I'm guessing some sort of windows setting on my machine that causes it to be a problem, but I'm not gonna worry about it.
Elseria is offline   Reply With Quote