Posts: 44
Joined: Jan 2010
Reputation:
0
Gotcha - sorry. Sadly I don't have that log to paste anymore.
Posts: 2,082
Joined: Nov 2012
Reputation:
178
enen92
Team-Kodi Member
Posts: 2,082
Unfortunately to make it work for leia a few changes were required in the code which makes it incompatible with the helix version. As it is impossible for me to keep updates in two branches:
- Helix version was marked as broken (it will continue to work though, but no updates will be provided anymore)
- Moved the addon to the krypton repository
PS: Tagged
Posts: 2,082
Joined: Nov 2012
Reputation:
178
enen92
Team-Kodi Member
Posts: 2,082
2018-04-08, 16:03
(This post was last modified: 2018-04-08, 16:03 by enen92.)
v1.5.1 8/4/2018:
- Adds spanish translation (tks roliverosc)
- Removed hardcoded strings from settings.xml
(tagged on github)
Posts: 14
Joined: Sep 2015
Reputation:
0
Platform: 17.6 Windows
Downloading files works fine the first time. Each time I download after I get the error in Kodi "Aerial Error, check the log for more information"
Log only shows:
08:47:16.942 T:8 ERROR: EXCEPTION: Unknown exception thrown from the call "read"
08:47:16.947 T:8 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.RuntimeError'>
Error Contents: Unknown exception thrown from the call "read"
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Roaming\Kodi\addons\screensaver.atv4\entrypointscript.py", line 26, in <module>
atv.run(bool(len(sys.argv)>1))
File "C:\Users\Administrator\AppData\Roaming\Kodi\addons\screensaver.atv4\resources\lib\atv.py", line 164, in run
off.offline()
File "C:\Users\Administrator\AppData\Roaming\Kodi\addons\screensaver.atv4\resources\lib\offline.py", line 43, in offline
down.downloadall(download_list)
File "C:\Users\Administrator\AppData\Roaming\Kodi\addons\screensaver.atv4\resources\lib\downloader.py", line 53, in downloadall
file_checksum = hashlib.md5(f.read()).hexdigest()
RuntimeError: Unknown exception thrown from the call "read"
-->End of Python script error report<--
<settings>
<setting id="check-dpms" value="0" />
<setting id="download-folder" value="E:\Screensaver\" />
<setting id="dpms-action" value="0" />
<setting id="enable-checksums" value="true" />
<setting id="enable-china" value="true" />
<setting id="enable-dubai" value="true" />
<setting id="enable-greenland" value="true" />
<setting id="enable-hawaii" value="true" />
<setting id="enable-hongkong" value="true" />
<setting id="enable-liwa" value="true" />
<setting id="enable-london" value="true" />
<setting id="enable-losangeles" value="true" />
<setting id="enable-newyorkcity" value="true" />
<setting id="enable-sanfrancisco" value="true" />
<setting id="is_locked" value="false" />
<setting id="manual-dpms" value="5" />
<setting id="refuse-stream" value="false" />
<setting id="show-notifications" value="false" />
<setting id="show-previewwindow" value="false" />
<setting id="time-of-day" value="3" />
<setting id="toggle-cecoff" value="false" />
<setting id="toggle-displayoff" value="false" />
</settings>
To fix, I just delete all the files in the download directory...and it will run once.
Just an FYI, no rush due to workaround.
Posts: 10
Joined: Sep 2010
Reputation:
0
Somehow today I was able to control the screensaver video while it played, jumping back and forth in time. Usually when I press any key it exits the screensaver. I stopped it by pressing back on the remote. The next time the screensaver started it stopped with any key press. Did I press a remote button that allowed me to control the video? I would actually find this useful when I want to point out something to someone else that misses it. Thanks
Posts: 95
Joined: Feb 2016
Reputation:
0
I'll just note that Aerial works very well for me on the latest Kodi run under LibreElec on a Minix U1. Thanks!
Posts: 77
Joined: Apr 2014
Reputation:
3
Really love this screensaver. Only one thing miss for me, hour on the screen and location of the video.
Could We Hope à futur update ?
Posts: 143
Joined: Nov 2015
Reputation:
4
2018-07-10, 15:03
(This post was last modified: 2018-07-10, 15:04 by effe.rnr.)
yes, on Kodi 18 there is also a problem. Everytime when the screensaver is starting, only a black screen appears and I can't stop/close it. But Kodi isn't freezed. The only thing to get back to normal screen is to restart Kodi via App/Webinterface.
LE9 on RPi3 with latest Milhouse Builts
(videos are saved/played offline)
Posts: 2,082
Joined: Nov 2012
Reputation:
178
enen92
Team-Kodi Member
Posts: 2,082
Thanks for reporting, i am updating the addon for leia when Kodi is closer to final release.