Kodi Community Forum
v18 enigma2 pvr nightly - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: Enigma (Dreambox/Vu+) (https://forum.kodi.tv/forumdisplay.php?fid=226)
+---- Thread: v18 enigma2 pvr nightly (/showthread.php?tid=336866)

Pages: 1 2


RE: enigma2 pvr nightly - gorgone - 2019-02-06

still not working
u need to modify the request for distroversion
it dosnt exist on multiple distributions ... just make it optional

i run this to fix my box
sed -i -e 's@</e2devicename>@</e2devicename><e2distroversion>newnigma2</e2distroversion>@g' /usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web/deviceinfo.xml


RE: enigma2 pvr nightly - phunkyfish - 2019-02-07

This was fixed on November 24th in version 3.15.2 https://github.com/kodi-pvr/pvr.vuplus/commit/87ba00a555978161a7a02d363bcc88a20eae386c

What version are you running?


RE: enigma2 pvr nightly - gorgone - 2019-02-07

final 18.0 installed today
best is to parse image version in about
there is always the developer
blackhole/openatv/openpli/newnigma2

xml:
20:54:57.419 T:2148  NOTICE: Starting Kodi (18.0 Git:20190128-d81c34c465). Platform: Windows NT x86 64-bit
20:54:57.419 T:2148  NOTICE: Using Release Kodi x64 build
20:54:57.419 T:2148  NOTICE: Kodi compiled 2019-01-28 by MSVC 191627026 for Windows NT x86 64-bit version 10.0 (0x0A000006)
20:54:57.419 T:2148  NOTICE: Running on Windows 10, kernel: Windows NT x86 64-bit version 10.0.17763
20:54:57.419 T:2148  NOTICE: FFmpeg version/source: 4.0.3-Kodi
20:54:57.419 T:2148  NOTICE: Host CPU: AMD Ryzen 7 1700X Eight-Core Processor, 16 cores available
20:54:57.419 T:2148  NOTICE: Desktop Resolution: 2560x1440 32Bit at 120Hz

i have also alot of crashes

here also the alternative tuner info signal strength IP/web/signal
its missing on some skins
xml:
<e2frontendstatus>
<e2snrdb> N/A </e2snrdb>
<e2snr> N/A </e2snr>
<e2ber> N/A </e2ber>
<e2acg> N/A </e2acg>
</e2frontendstatus>


if u want i can send u the web directory as zip


RE: enigma2 pvr nightly - phunkyfish - 2019-02-07

Just a debug log please


RE: enigma2 pvr nightly - phunkyfish - 2019-02-07

3.17.0 is just release you should be able to update the addon to that version in the next 24 hours once the update get's into the addon repos. Not sure if it will help but please give it a try.


RE: enigma2 pvr nightly - gorgone - 2019-02-07

log
xml:
9:49:14.993 T:6436  NOTICE: AddOnLog: Enigma2 Client: pvr.vuplus - Enigma2::Open - VU+ Addon Configuration options
19:49:14.993 T:6436  NOTICE: AddOnLog: Enigma2 Client: pvr.vuplus - Enigma2::Open - Hostname: '10.223.8.10'
19:49:14.993 T:6436  NOTICE: AddOnLog: Enigma2 Client: pvr.vuplus - Enigma2::Open - WebPort: '80'
19:49:14.993 T:6436  NOTICE: AddOnLog: Enigma2 Client: pvr.vuplus - Enigma2::Open - StreamPort: '8001'
19:49:14.993 T:6436  NOTICE: AddOnLog: Enigma2 Client: pvr.vuplus - Enigma2::Open Use HTTPS: 'false'
19:49:15.126 T:6436   ERROR: AddOnLog: Enigma2 Client: pvr.vuplus - enigma2::Admin::LoadDeviceInfo Unable to parse XML: Error reading end tag. at line 245
19:49:15.126 T:6436   ERROR: AddOnLog: Enigma2 Client: pvr.vuplus - Enigma2::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
19:49:15.126 T:6436   ERROR: ADDON: Dll Enigma2 Client - Client returned bad status (1) from Create and is not usable
19:49:20.921 T:6044 WARNING: CGUIWindowManager - CGUIWindowManager::HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
19:49:21.089 T:6436 WARNING: Previous line repeats 19 times.
19:49:21.089 T:6436   ERROR: PVR::CPVRClients::UpdateAddons: Failed to create add-on Enigma2 Client, status = 1
19:49:26.534 T:9312   ERROR: XFILE::CDirectory::GetDirectory - Error getting
19:49:51.166 T:6044   ERROR: Previous line repeats 2 times.
19:49:51.166 T:6044 WARNING: CGUIWindowManager - CGUIWindowManager::HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
19:49:58.670 T:6044 WARNING: Previous line repeats 17 times.



RE: enigma2 pvr nightly - phunkyfish - 2019-02-07

That is not a debug log. Can you post a full log using paste.kodi.tv please?

It’s very hard to help you if I don’t know the detail of the issue and what components are running and which versions they are.

Can you also post the output of http://<your-ip>/web/deviceinfo


RE: enigma2 pvr nightly - gorgone - 2019-02-08

thanks a lot for your efforts the new .17 version works fine i post the xml tonight


RE: enigma2 pvr nightly - djnata - 2019-02-08

(2019-02-08, 08:55)gorgone Wrote: thanks a lot for your efforts the new .17 version works fine i post the xml tonight
 How you get the new 17 version?


RE: enigma2 pvr nightly - phunkyfish - 2019-02-08

Just go to My addons->PVR Clients->Enigma2 and hit update I think.

If you restart it may just auto update.


RE: enigma2 pvr nightly - djnata - 2019-02-08

(2019-02-08, 09:15)phunkyfish Wrote: Just go to My addons->PVR Clients->Enigma2 and hit update I think.

If you restart it may just auto update.
 Strange,only have 3.16.2 here...


RE: enigma2 pvr nightly - phunkyfish - 2019-02-08

(2019-02-08, 11:58)djnata Wrote:
(2019-02-08, 09:15)phunkyfish Wrote: Just go to My addons->PVR Clients->Enigma2 and hit update I think.

If you restart it may just auto update.
 Strange,only have 3.16.2 here...  

You appear to be running the same version as @gorgone -  v18.0 final. @gorgone could you provide the steps you performed to update the addon?


RE: enigma2 pvr nightly - gorgone - 2019-02-18

18.1 all fine with 3.17
can u take a look @ IP/web/signal
its supported on multiple skins


RE: enigma2 pvr nightly - phunkyfish - 2019-02-18

(2019-02-18, 10:02)gorgone Wrote: 18.1 all fine with 3.17
can u take a look @ IP/web/signal
its supported on multiple skins

How is this different to IP/web/tunersignal?

Can you post the output of both URLs?


RE: enigma2 pvr nightly - phunkyfish - 2019-02-18

As /web/signal works on OpenWebIf too I've switched it to support DreamOS: https://github.com/kodi-pvr/pvr.vuplus/pull/182

Note that currently it only supports the channel currently on view on the STB.

Seeing on the output of /web/signal on your box would still be useful to ensure it works correctly.