0 Members and 1 Guest are viewing this topic.
5/22/2015 9:52:35 AM 373 Action: Scrape - http://192.168.11.205:7770/hibernate5/22/2015 9:52:35 AM 373 [action] Scrape:http://192.168.11.205:7770/hibernate5/22/2015 9:54:15 AM 386 [error] Scrape: unexpected error5/22/2015 9:54:15 AM 387 unexpected error in action: ScrapeSystem.NullReferenceException: Object reference not set to an instance of an object. at eval_.eval_ᜂ(String[] A_0) at eval_d.eval_ᜃ(macroElement A_0, List`1 A_1, Int32 A_2) at eval_d.eval_ᜂ(macroElement A_0, List`1 A_1, Int32 A_2)
I'm trying a program (sleep on lan) on my plex server that will let me hibernate or sleep the server from a remote computer via http. I setup a macro to scrape the url and it pauses VC for a couple of minutes then throws an error and continues with the macro. Putting the same url in chrome or ie on the VC machine works fine.
<?xml version="1.0" encoding="utf-16"?><!--VoxCommando 2.1.4.6--><command id="786" name="sleep on lan python" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description=""> <action> <cmdType>PY.ExecString</cmdType> <params> <param>import urllib; urllib.urlopen('http://192.168.0.107:7760/suspend')</param> </params> <cmdRepeat>1</cmdRepeat> </action></command>