PDA

View Full Version : Bug in 3.0.632 - Web api /web/deviceinfo



slasktrat
17-03-13, 19:23
Hi

I have a Vu+ Duo, running ViX 3.0 and several HTPCs with xbmc and vu+ addon to view tv in other rooms.

After I upgraded to 3.0.632 the xbmc vu+ addon does no longer work. The reason is that http://vuplus:80/web/deviceinfo now throws an error:


web.Server Traceback (most recent call last):
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'getEnigmaVersionString'

/usr/lib/python2.7/site-packages/twisted/web/server.py, line 132 in process
130
131
132
133
/usr/lib/python2.7/site-packages/twisted/web/server.py, line 167 in render
165
166
167
168
/home/vix/oe-alliance/builds/openvix/vuduo/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-openwebif-0.1+git2+c88e2b157eef41be75161faf7c3d2c4d9f15023a-r19.72/git/plugin/controllers/base.py, line 77 in render
75
76
77
78
/home/vix/oe-alliance/builds/openvix/vuduo/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-openwebif-0.1+git2+c88e2b157eef41be75161faf7c3d2c4d9f15023a-r19.72/git/plugin/controllers/web.py, line 535 in P_deviceinfo
533
534
535
536
/home/vix/oe-alliance/builds/openvix/vuduo/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-openwebif-0.1+git2+c88e2b157eef41be75161faf7c3d2c4d9f15023a-r19.72/git/plugin/controllers/models/info.py, line 174 in getInfo
172
173
174
175
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'getEnigmaVersionString'

dwarf
17-03-13, 22:59
Yup I have the same issue

heka
19-03-13, 22:18
I have also this issue...

judge
19-03-13, 23:48
Try in the next online update & report back if it's still an issue.
https://github.com/oe-alliance/enigma2-plugins/commit/aa2ff9fb107694ac0cdc905313a78db9a39e46b3

slasktrat
20-03-13, 16:06
Ok, thanks! Any idea when to expect a new release?

judge
20-03-13, 16:49
when it's ready...

slasktrat
20-03-13, 17:49
He he, I see :)

Larry-G
20-03-13, 17:55
He he, I see :)

There are a few major changes coming for the EPG and once there ready and tested we'll push the new build. Dont worry it will get there.

Sent from my GT-I9300 using Tapatalk 2

slasktrat
20-03-13, 19:16
Hi.

Thank you for your answer. :)

And don't take this as nagging, because i really appreciate all the great work you guys do. But as i now, until this bug is fixed, only have TV signal in one of four rooms, i'm thinking of downgrading to an older version. But since i don't know any quick way to do that, i'm trying to figure out the time-perspective we are talking about before a new version is released. Do you think we are talking a few days, many days or weeks? (i know you cannot give exact answer)

Larry-G
20-03-13, 19:20
I dont have a exact time frame on the next build but i do know that andy is working full pelt with skaman from team sif on the upcoming EPG enhancements.

judge
20-03-13, 19:26
Hi.

Thank you for your answer. :)

And don't take this as nagging, because i really appreciate all the great work you guys do. But as i now, until this bug is fixed, only have TV signal in one of four rooms, i'm thinking of downgrading to an older version. But since i don't know any quick way to do that, i'm trying to figure out the time-perspective we are talking about before a new version is released. Do you think we are talking a few days, many days or weeks? (i know you cannot give exact answer)

It really is impossible to answer that, but it shouldn't be long...

Make a settings back-up & download a recent image from here (http://www.world-of-satellite.com/enigma2/openvix/), you should then be up and running in no time again.

No.Trace
20-03-13, 20:41
Hi there ...

I had the same prob with my et9000 and et4000 ... now i installed build 627 than
the webif and the deviceinfo are working fine ;)
Let us see when the new build will fix it ...

the vix image are great ... thanks for that ... no.trace

slasktrat
26-03-13, 16:46
I fixed the problem (thanks to LraiZer and this post (http://www.world-of-satellite.com/showthread.php?20220-UKCvS-AutoBouquets-E2-by-LraiZer-BETA&p=203649&viewfull=1#post203649))

1. FTP to the box
2. Change directory to /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models
3. Rename info.pyo to e.g. info.old
4. Upload this file (https://raw.github.com/oe-alliance/e2openplugin-OpenWebif/fdbfa020b0d7db2d6cae7c395657718f71226571/plugin/controllers/models/info.py)
5. Restart enigma2

andyblac
27-03-13, 12:06
i would not add .py's to a vix image it will break future updates.

slasktrat
27-03-13, 12:46
Oh, ok. Thanks for the heads up! I will remember to remove the .py before upgrading then.

garyblas
27-03-13, 13:46
Hi

I have a Vu+ Duo, running ViX 3.0 and several HTPCs with xbmc and vu+ addon to view tv in other rooms.

After I upgraded to 3.0.632 the xbmc vu+ addon does no longer work. The reason is that http://vuplus:80/web/deviceinfo now throws an error:


web.Server Traceback (most recent call last):
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'getEnigmaVersionString'

/usr/lib/python2.7/site-packages/twisted/web/server.py, line 132 in process
130
131
132
133
/usr/lib/python2.7/site-packages/twisted/web/server.py, line 167 in render
165
166
167
168
/home/vix/oe-alliance/builds/openvix/vuduo/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-openwebif-0.1+git2+c88e2b157eef41be75161faf7c3d2c4d9f15023a-r19.72/git/plugin/controllers/base.py, line 77 in render
75
76
77
78
/home/vix/oe-alliance/builds/openvix/vuduo/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-openwebif-0.1+git2+c88e2b157eef41be75161faf7c3d2c4d9f15023a-r19.72/git/plugin/controllers/web.py, line 535 in P_deviceinfo
533
534
535
536
/home/vix/oe-alliance/builds/openvix/vuduo/tmp/work/mips32el-oe-linux/enigma2-plugin-extensions-openwebif-0.1+git2+c88e2b157eef41be75161faf7c3d2c4d9f15023a-r19.72/git/plugin/controllers/models/info.py, line 174 in getInfo
172
173
174
175
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'getEnigmaVersionString'

I have several TV's running off my Duo, I simply push signal through a RF modulator and then use a standard booster to all other TV's.
Didnt know you could do it another way .. What is the setup you use and is it better than RF mod ?

pacha2
27-03-13, 14:19
RF Mod provides the worst possible signal.

Streaming the recording or broadcast over your network provides identical quality to the source.

So if you have a DLNA TV you *may* be able to hook directly up to your Satellite box and receive HD/SD. If you don't have a DLNA TV that works properly then you can have a 2nd cheaper box or media streamer such as the popcorn Hour A100 or A110 or a HTPC instead.

The difference in picture quality is worth a small(ish) investment.

garyblas
27-03-13, 14:30
RF Mod provides the worst possible signal.

Streaming the recording or broadcast over your network provides identical quality to the source.

So if you have a DLNA TV you *may* be able to hook directly up to your Satellite box and receive HD/SD. If you don't have a DLNA TV that works properly then you can have a 2nd cheaper box or media streamer such as the popcorn Hour A100 or A110 or a HTPC instead.

The difference in picture quality is worth a small(ish) investment.

Ok thanks, I'm lucky my RF mod does give a v good signal ( Not HD granted ) but good enough, Saves buying several boxes for each TV I guess.. LOL

tickett
22-05-13, 21:40
I fixed the problem (thanks to LraiZer and this post (http://www.world-of-satellite.com/showthread.php?20220-UKCvS-AutoBouquets-E2-by-LraiZer-BETA&p=203649&viewfull=1#post203649))

1. FTP to the box
2. Change directory to /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models
3. Rename info.pyo to e.g. info.old
4. Upload this file (https://raw.github.com/oe-alliance/e2openplugin-OpenWebif/fdbfa020b0d7db2d6cae7c395657718f71226571/plugin/controllers/models/info.py)
5. Restart enigma2
Thanks! Worked perfectly on my Gigablue Quad HD on the latest Vix (I was trying to use the enigma2 pvr plugin in XBMC but it was failing because /web/deviceinfo was producing an error)