It is currently May 1st, 2024, 8:29 am

WebParser problems, not sure where I'm going wrong

Get help with creating, editing & fixing problems with skins
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: WebParser problems, not sure where I'm going wrong

Post by jsmorley »

Yeah, I'm betting that you are not able to connect to the site in an authenticated way with WebParser. Sorry, I meant to say Debug=2 not Debug=1. Try that, and I bet you get some kind of "Resistance is futile" error in the HTML returned.
mistawac
Posts: 14
Joined: August 19th, 2012, 8:05 pm

Re: WebParser problems, not sure where I'm going wrong

Post by mistawac »

Two things:

1) Debug=2 worked. WebParserDump.txt located.
2) PISS, you were right:

Code: Select all

<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested.  Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
<hr>
Any chance there's a way to supply a username/password?
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: WebParser problems, not sure where I'm going wrong

Post by jsmorley »

mistawac wrote:Two things:

1) Debug=2 worked. WebParserDump.txt located.
2) PISS, you were right:

Code: Select all

<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested.  Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
<hr>
Any chance there's a way to supply a username/password?
Absolutely not, sorry. :confused:
mistawac
Posts: 14
Joined: August 19th, 2012, 8:05 pm

Re: WebParser problems, not sure where I'm going wrong

Post by mistawac »

Last question, can Rainmeter skins be configured to run powershell scripts on a regular basis?