2013-06-26, 05:19
Tried it with the server asleep....same thing, previous version worked fine.
21:54:38 M: 22978560 NOTICE: -->Python Initialized<--
21:54:39 M: 20340736 NOTICE: script.advanced.wol: Starting WOL script
21:54:39 M: 20168704 NOTICE: script.advanced.wol: WakeOnLan signal sent to MAC-Address XX:XX:XX:XX:XX:XX (MAC-Address is hidden)
21:54:39 M: 20148224 ERROR: CNetwork::WakeOnLan - Unable to create socket (No error)[/quote][/quote]
(2013-06-26, 05:01)Ghostdivision Wrote: Hmm im having errors with this latest version i did not previously have. My small server is awake currently when im testing but it was never an issue with the prior version, but its throwing out script failed or script error.
20:30:20 T:1224 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: cannot concatenate 'str' and 'float' objects
Traceback (most recent call last):
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\xbmc-script.advanced.wol-master\autostart.py", line 25, in <module>
print "script.advanced.wol: Start WOL script after return from standby (Standby took "+time.time()-previousTime+" sec.)"
TypeError: cannot concatenate 'str' and 'float' objects
-->End of Python script error report<--
(2013-08-11, 21:31)thorin33 Wrote: I installed the 1.2.4 from the latest post and it shows version 1.2.3 in the Programs listing. Just wondering if this I have the correct version.hmm, strange. the version from here should definitely read 1.2.4. please be sure to extract all files situated in the subfolter "xbmc-script.advanced.wol-master" inside the downloaded archive into your "<XBMC-profile-dir>\addons\script.advanced.wol" directory, replacing everything inside.
(2013-08-12, 07:19)thorin33 Wrote: Can I not install from a zip file from within XBMC? I am using Openelec so not sure where the directory resides to manually copy the files.
(2013-08-12, 10:38)TRaSH Wrote: does this script use "update library" or "scan for new content" ?it executes XBMC's build-in "UpdateLibrary" command.
(2013-08-12, 21:28)mandark Wrote:(2013-08-12, 07:19)thorin33 Wrote: Can I not install from a zip file from within XBMC? I am using Openelec so not sure where the directory resides to manually copy the files.
ah, ok. then i think i know, what the problem is. in the zip-file downloaded from GITHUB, the addon resides in a folder called "xbmc-script.advanced.wol-master", and XBMC also installs it in a folder called that. so, when you already have the addon installed normally via the XBMC-repository ina folder called "script.advanced.wol", the old version does not get overwritten.
i would suggest uninstalling the previous version via the addons-section within XBMC, and then reinstalling the new version from ZIP file. this should work.