It is currently March 29th, 2024, 6:23 am

Webparser download image from HTTPS failed

Share and get help with Plugins and Addons
lroman24
Posts: 2
Joined: June 29th, 2017, 12:29 pm

Webparser download image from HTTPS failed

Post by lroman24 »

Hello, even if this is a repeated topic I need your wisdom since I'm facing this problem: written a skin that simple shows an image from certain HTTPS URL but fails to download!!
SKIN Code:

Code: Select all

[Rainmeter]
Update=1000
BackgroundMode=2
SolidColor=80,80,80,180
DynamicWindowSize=1

[MeasureImage]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=https://yts.ag/assets/images/movies/their_finest_2016/medium-cover.jpg
Download=1
DownloadFile="image1.jpg"
UpdateDivider=-1

[MeterImage]
Meter=IMAGE
MeasureName=MeasureImage
X=0
Y=0
DynamicVariables=1
Error I'm always getting:

Code: Select all

NOTE (14:15:28.176) RSS\DownloadImage.ini: Refreshing skin
DBUG (14:15:28.177) : Reading file: C:\Users\lroman\AppData\Roaming\Rainmeter\Rainmeter.ini
DBUG (14:15:28.195) RSS\DownloadImage.ini: Reading file: C:\Users\lroman\Documents\Rainmeter\Skins\RSS\DownloadImage.ini
DBUG (14:15:28.204) RSS\DownloadImage.ini - [MeasureImage]: Downloading url 'https://yts.ag/assets/images/movies/their_finest_2016/medium-cover.jpg' to: C:\Users\lroman\Documents\Rainmeter\Skins\RSS\DownloadFile\image1.jpg
ERRO (14:15:28.493) RSS\DownloadImage.ini - [MeasureImage]: Download failed (res=0x800C0008, COM=0x00000000): https://yts.ag/assets/images/movies/their_finest_2016/medium-cover.jpg
NOTE (14:24:54.378) RSS\DownloadImage.ini: Refreshing skin
DBUG (14:24:54.380) : Reading file: C:\Users\lroman\AppData\Roaming\Rainmeter\Rainmeter.ini
DBUG (14:24:54.381) RSS\DownloadImage.ini: Reading file: C:\Users\lroman\Documents\Rainmeter\Skins\RSS\DownloadImage.ini
DBUG (14:24:54.385) RSS\DownloadImage.ini - [MeasureImage]: Downloading url 'https://yts.ag/assets/images/movies/their_finest_2016/medium-cover.jpg' to: C:\Users\lroman\Documents\Rainmeter\Skins\RSS\DownloadFile\image1.jpg
[b]ERRO (14:24:54.685) RSS\DownloadImage.ini - [MeasureImage]: Download failed (res=0x800C0008, COM=0x00000000): https://yts.ag/assets/images/movies/their_finest_2016/medium-cover.jpg[/b]
What's wrong and how to fix it?
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Webparser download image from HTTPS failed

Post by jsmorley »

Dunno... Works perfectly fine for me exactly as it is.
1.png
You might try restarting Rainmeter to ensure that WebParser didn't get hung during your testing.
You do not have the required permissions to view the files attached to this post.
lroman24
Posts: 2
Joined: June 29th, 2017, 12:29 pm

Re: Webparser download image from HTTPS failed

Post by lroman24 »

Thanks jsmorley
It worked after PC's reboot