←  [EN] Test Feedback

Forums

»

Positioner setup crash

@str01974's Photo @str01974 6 Oct 2021

It must work. Problem is, that ui.py there is missing => is not created ui.pyo

Yeah my bad ! i retested it this morning and it works !  once again, thanks!

Quote

WanWizard's Photo WanWizard 6 Oct 2021

Tried now (H7S) - in release 8.1 <= 30.09., because fixed was 28.9. and image build started 27.9.

 

There is currently a new build running, started this morning, so it should be part of that.

 

Btw - enigma2 is not pinned in release 8.1 reporef.conf ?

 

Not needed, as it builds from the release-8.1 branch, not from develop, so we already have full control.


 

Quote

pluto62's Photo pluto62 7 Oct 2021

Hi
decoder updated, and now problem solved  
Thank you very much
Quote

Ekselance's Photo Ekselance 5 Sep 2023

Hello everyone,

 

I'm reviving old thread now. Yes, this annoying problem is persisting  at using phyton3 types OpenPli images for sf8008.

 

when I go to Setup, Tuner & Scanning, and click to Positioner setup than the receiver is freezing and after crash.

 

If you need crash logs, I can send it but you sure that the problem and it's resources same at this threads. I'm waiting your kind helps and solution. 

 

thank you and best regards.

Quote

ims's Photo ims 5 Sep 2023

log, pls

Quote

ims's Photo ims 5 Sep 2023

? Do you know, where it crashed ? My positioner does not crashing

Quote

Ekselance's Photo Ekselance 5 Sep 2023

Dear Sir,
 
The crash log is here

Attached Files

Quote

ims's Photo ims 6 Sep 2023

it is not in positioner, but there


Edited by ims, 6 September 2023 - 05:44.
Quote

Dimitrij's Photo Dimitrij 6 Sep 2023

it is not in positioner, but there

Please create PR

Quote

littlesat's Photo littlesat 6 Sep 2023

This merge request needs some finetuning…. Or force to int or only do // in that second changed line.
Quote

ims's Photo ims 6 Sep 2023

there could be, imho
 

return int(val * 100 / 65535)

instead

return val * 100 / 65535

 

Quote

WanWizard's Photo WanWizard 6 Sep 2023

+1.

 

By casting you make the intention absolutely clear.

Quote

Ekselance's Photo Ekselance 6 Sep 2023

@Dimitrij

@ims

@littlesat

@WanWizard

 

thank you so much for your effort. I confim that problem is solved with this file;

 

best regards.

Attached Files


Edited by Ekselance, 6 September 2023 - 18:13.
Quote