PDA

View Full Version : [VU+ Solo4K] Xe 3.1.1



craig1979
19-06-22, 10:20
Good morning

Having just installed the latest build on my vu solo 4k and installing xeev enigma plugin, the epg downloads fine but does not display.
the log says (XE) *** IMPORTEVENTS EXCEPTION BUILT-IN FUNCTION eEPGCACHE_ IMPORTEVENTS > returned a result with an exception set .

I have raised a ticket with XEEV and await there response.

I have reverted back to 6.0.004 and all is fine.

regards

twol
19-06-22, 18:01
Good morning

Having just installed the latest build on my vu solo 4k and installing xeev enigma plugin, the epg downloads fine but does not display.
the log says (XE) *** IMPORTEVENTS EXCEPTION BUILT-IN FUNCTION eEPGCACHE_ IMPORTEVENTS > returned a result with an exception set .

I have raised a ticket with XEEV and await there response.

I have reverted back to 6.0.004 and all is fine.

regards

Means epgcache has been called with invalid input

chris.darling
20-06-22, 16:03
I have the same issue.

6.2 is not supported - I just raised a call. Was told 6.1 will be supported in a few days time (developer is doing some work).

vuesolo
21-06-22, 13:16
I look to be having the same issue with my Solo2 and latest Openvix build 6.2.005.

Gone back to 6.0.001 for now, EPG populates fine on that

craig1979
21-06-22, 18:30
good evening

I've just had a response from my ticket,

New version 3.1.2 has just been released

we should be all good to go now.

vuesolo
22-06-22, 00:35
Great stuff. How do you install 3.1.2?

vuesolo
22-06-22, 15:03
Great stuff. How do you install 3.1.2?

managed to install XE 3.1.2 via Telnet: wget -O /tmp/install.sh "http://xeev.net/files/ipk/install3.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

Happy to say openvix 6.2.005 working perfectly now with Xtream Editor 3.1.2, including EPG populating as well :)

spevs
23-06-22, 12:06
Hi Guys, has anyone managed to get XE 3.1.2 to work with 6.0.005 including XEVPN. If I use previous settings my box crashes when I try to go into XEVpn settings. I have now cleared all previous XE setting and I'm waiting for my line to be linked........?

spevs
23-06-22, 12:12
I've been getting Some Plugins are not available: Extensions/XE (bad magic number in Plugins.extensions.XE':b'o') on Vix build 6.0.008 only been happening for last few days.

vuesolo
23-06-22, 14:11
I had the same problem, you need to upgrade to openvix 6.2.005

Then install XE 3.1.2 via Telnet: wget -O /tmp/install.sh "http://xeev.net/files/ipk/install3.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

spevs
23-06-22, 15:14
Hi Vuesolo, i have done that today and installed a fresh version of XE 3.1.2 via Telnet and most of it works, but when I go into XEVpn within Plugins menu once I launch it my box crashes, can you try this on yours and let me know........:confused:64035 64036 64037

twol
23-06-22, 17:47
Hi Vuesolo, i have done that today and installed a fresh version of XE 3.1.2 via Telnet and most of it works, but when I go into XEVpn within Plugins menu once I launch it my box crashes, can you try this on yours and let me know........:confused:64035 64036 64037
Crash logs default location is in /home/logs …. Find the crash log and post it here

vuesolo
24-06-22, 00:12
Hiya I don’t use the XE VPN. Because in the past I also had issues like box crashing etc.

Try to use XE without the VPN and see how it performs

spevs
24-06-22, 09:20
Hi Twol, latest crash log 64040

spevs
24-06-22, 09:23
Hi Vuesolo, can you try just once for me and go into XE VPN from Plugins Menu to see if you box behaves the same as mine...............Spevs

twol
24-06-22, 14:09
Hi Twol, latest crash log 64040

Thanks, cannot give you a fix as only pyc files in ipk.
Fault is here...
< 62414.5303> 09:14:36.7734 File "/usr/lib/enigma2/python/Components/Console.py", line 50, in finishedCB
< 62414.5309> 09:14:36.7740 File "XE-DIST/XEVpnMain.py", line 205, in checkNetworkState
< 62414.5313> 09:14:36.7744 TypeError: 'in <string>' requires string as left operand, not bytes
< 62414.5314> 09:14:36.7745 [ePyObject] (CallObject(<traceback object at 0xaf8efbe8>,(0,)) failed)

Most images OpenViX, OpenPli & OpenATV now return a string not bytes from the console command.
So the XE people need to change the left operand to a string OR use a call to Console with binary=True

leave you guys to talk to XE

spevs
24-06-22, 16:03
Twol, I have raised the following directly with XE:-

" Xtream Editor 3.1.2 accessing VPN Setup causing crashes on VIX 6.2.005 and other images
24/06/22 17:01You
Hi since VIX went to Python 3 there seems to be frequent issues with XE, on Python 2 XE 3.0.9 worked perfectly. Then VIX 6.0.XXX came out and XE was upgraded to 3.1.1 it worked fine until the latest upgrade to VIX 6.2.005, however since the upgrade XE 3.1.2 causes the box to crash when launching XE VPN Setup, all other aspects of XE work fine apart from the VPN bit. I have raised this with VIX people and they have come back with the following.



" Fault is here...
< 62414.5303> 09:14:36.7734 File "/usr/lib/enigma2/python/Components/Console.py", line 50, in finishedCB
< 62414.5309> 09:14:36.7740 File "XE-DIST/XEVpnMain.py", line 205, in checkNetworkState
< 62414.5313> 09:14:36.7744 TypeError: 'in <string>' requires string as left operand, not bytes
< 62414.5314> 09:14:36.7745 [ePyObject] (CallObject(<traceback object at 0xaf8efbe8>,(0,)) failed)

Most images OpenViX, OpenPli & OpenATV now return a string not bytes from the console command.
So the XE people need to change the left operand to a string OR use a call to Console with binary=True

leave you guys to talk to XE"



Is this something you can help with......................Please.

spevs
24-06-22, 20:50
XE have advised they will adjust their plugin over the next few days.............. Will keep you posted...........Spevs

spevs
25-06-22, 10:12
XE fix applied, XE VPN Setup using 6.2.005 & XE 3.1.2 now does not cause box to crash................ Big thanks to Twol again for getting to the root of the issue............:thumbsup:

spevs
25-06-22, 11:25
Correction to above post - XE 3.1.3 is required

vuesolo
26-06-22, 00:01
Is XE 3.1.3 available yet?

spevs
26-06-22, 09:29
Is XE 3.1.3 available yet?

Yes, you can upgrade it from within the XE Menu or install it via Putty "wget -O /tmp/install.sh "http://xeev.net/files/ipk/install3.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh"