Jump to content


betacentauri

Member Since 3 Dec 2011
Offline Last Active 05 Feb 2024 17:22
*****

#1216202 Problem with the weather plugin. Can’t add any location.

Posted by betacentauri on 9 June 2020 - 18:13

You can try this, but I think you need to use twisted Agent to workaround it

import ssl
try:
  _create_unverified_https_context = ssl._create_unverified_context
except AttributeError:
  pass
else:
  ssl._create_default_https_context = _create_unverified_https_context



#1208002 Sorry but Mediaportal problem

Posted by betacentauri on 23 May 2020 - 09:39

https://forums.openp...dpost&p=1206862
;)


#1202858 Test new qtwebbrowser.

Posted by betacentauri on 12 May 2020 - 21:25

I’m not sure whether it is already fixed. But we have to be sure that it is. Otherwise users will “kill” us.


#1198454 solo4k sdl

Posted by betacentauri on 4 May 2020 - 21:05

You can also try this
https://github.com/E...ugin/ui.py#L364
I mean the self.onShown.append(...)


#1194898 merge requests for PLi's git

Posted by betacentauri on 29 April 2020 - 17:28

Mixing (one file spaces, other tabs) I don't really prefer. Maybe only if we want to move slowly to spaces. (Mixing in one file is bad and shouldn't be done).

 

I really prefer tabs. I don't understand why spaces are the standard. Doesn't make sense for me. For me as long as tabs are allowed we should use them.




#1191534 Cutting a recording is impossible

Posted by betacentauri on 22 April 2020 - 19:22

You can always use tab to complete the commands/filenames.
So you can say /media/hdd/202 <tab>
then you see most likely
/media/hdd/2020
With another tab all files matching 2020 should be displayed. Then enter eg 0422 <tab> and you should see the files for the 20200422. I hope you understand what I mean.


#1190942 Cutting a recording is impossible

Posted by betacentauri on 21 April 2020 - 18:08

Please try this ddrescue. This time self build. It's a static binary, so no libs are needed. It's quite large as it's static and not stripped.

Attached Files




#1186324 Octagon SF8008 OpenPli Support

Posted by betacentauri on 8 April 2020 - 06:49

At the moment there is no public image available afaik.


#1179212 Foreca plugin EN and PL

Posted by betacentauri on 20 March 2020 - 18:23

Or see here:

https://bbpress.org/...modify-mo-file/




#1177956 Octagon SF8008 OpenPli Support

Posted by betacentauri on 16 March 2020 - 20:55

It's the problem that the virtual keyboard disappears for a tens of a second when you move the cursor to another character. You can see it only on the TV and not via webif.




#1169188 Octagon SF8008 OpenPli Support

Posted by betacentauri on 25 February 2020 - 14:18

Afaik blindscan issue is now fixed in RC.


#1155051 Update rootfs on Vu+ Solo 4K

Posted by betacentauri on 21 January 2020 - 17:29

From your PM I see:

Found mountpoint for rootfs file: /mnt/usb/sda1

The empty cmdline is also not ok and not normal.

Both imply that some kind of multiboot mechanism was installed by the user. I heard that that was available for solo4k, but I never used or really saw it.

 

If the user has detached the USB stick / HDD(/mnt/usb/sda1), he should attach it again. If root is still present on that stick/hdd, box should work properly again.

 

If that's not possible, please post output of "mount". Is the /dev/mmcblk0p4 used for rootfs?

Please don't do it yet. My idea would be to flash a proper kernel (from OpenPLi). The kernel will use /dev/mmcblk0p4 as rootfs. It works if really a rootfs is available on /dev/mmcblk0p4. If not, we might have a bigger problem than before. So better wait and think twice before bricking the box.

But maybe with proper kernel, USB flashing works again....




#1141817 HD51 stürzt neuerdings ständig ab

Posted by betacentauri on 23 December 2019 - 17:38

Du könntest mal probieren ob ein Neustart einmal am Tag das Problem behebt. Wenn ja, geht der Box vielleicht der Speicher(RAM) aus. Ist aber nur geraten.


#1134815 CommonInterfaceAssignement Plugin, with or without, no difference

Posted by betacentauri on 8 December 2019 - 10:26

On a quad4k you can watch the recording.




#1124460 [eDVBPESReader] ERROR reading PES

Posted by betacentauri on 10 November 2019 - 12:53

I don’t think the “ERROR reading PES” errors are related. I already saw these messages without a crash.
The crash seems to be in libavcodec, but it can be that the calling part already delivers bad data. So this backtrace doesn’t really help.
If you have the knowledge disable the signal handler in e2. Then a core dump is created during next crash. And this core can be analyzed with gdb.
Or add tons of debug messages to find out where it crashes.