Linux Academic Earth failed in scraper.py, line 56
#1
Hello,
I'm quite new on Raspberry Pi Openelec. I tried to use the academinc earth addon but I get an error .I'm stuck.
Could you help me ?
I've a raspberry Pi B 512M with OpenElec on an USB key. I've a FreeNAS 3.0-BETA2-X64 (R12317M) that host music, videos and images files. Freenas file system is ZFS.
OpenElec : Linux 3.8.7#1 PREEMPT Sat Apr 20 14:47:33 CEST 2013 / XBMC 12.2-PRE Git:f1106fc (Compiled: Apr 20 2013)
vendor OpenGL: Broadcom
version OpenGL: OpenGL ES 2.0
CPU: ARMV6-compatible processor rev 7 (v61)
BogoMips:2.00
Hardware BCM2708
Revision : 000e

I got the plugin from superRepo zip file, I activated it.
Then I've been in Videos => extensions videos, I clicked on Academic Earth icon
and I got a kind of stack (PythonToCppException) in the log :
Code:
error type exceptions.attributeError
error Contents; NoneType object has no attribute 'div'
    addon.py, line 128 in module plugin.run()
    plugin.py line 332, in run items=self.dispatch(self.request.path)
    plugin.py line 306 in dispatch listitems = viex_func(**items)
    addon.py line 43 in show_universities unis = ae.get_universities()
    api.py line 27 in scraper.Universit.get_universities_partial()
    scraper.py line 56 parent = html.find('div', class': 'lectureVideosIndex')).div
AttributeError; 'NoneType object has no attribute 'div'
Could you help me in resolving this issue and configuring the plugin. I need to set a userid/password. Not sure about the one I need to set. (I set my wiki userid)

regards.
Isagarran
Reply

Logout Mark Read Team Forum Stats Members Help
Academic Earth failed in scraper.py, line 560