Jump to content


Photo

OpenPLi-py3


  • Please log in to reply
1139 replies to this topic

Re: OpenPLi-py3 #881 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 7 March 2023 - 08:10

With the latest develop changes to Network, when I exit Adapter Settings screen,
the next time I open it, it shows a blank network name (SSID) encryption and key configuration.
I have to restart Enigma2 to see this data again. I am using a wlan connection.

 
I noticed that once it shows me a blank network name, but I didn't pay attention to it.
If you are sure it was caused by the last change then I will check it.
I changed some instance variables to local, because they weren't used globally.
Maybe I missed something in python specific behavior.



Re: OpenPLi-py3 #882 Amai

  • Senior Member
  • 616 posts

+26
Good

Posted 7 March 2023 - 11:55

@Taapat
 
Thanks for your reply
When I use NetworkSetup.py  from March 5, 2023 it works.
No empty network configuration settings after exiting the screen.
 
The issue in Network configuration started after March 5
with this NetworkSetup.py commit

Edited by Amai, 7 March 2023 - 12:01.


Re: OpenPLi-py3 #883 Dimitrij

  • PLi® Core member
  • 10,190 posts

+346
Excellent

Posted 7 March 2023 - 12:45

And maybe this:


			dns = []
			if self.primaryDNS.value != [0, 0, 0, 0]:
				dns.append(self.primaryDNS.value)
			if self.secondaryDNS.value != [0, 0, 0, 0] and self.secondaryDNS.value not in dns:
				dns.append(self.secondaryDNS.value)
		        iNetwork.setAdapterAttribute(self.iface, "dns-nameservers", dns)

 


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: OpenPLi-py3 #884 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 7 March 2023 - 13:15

And maybe this:

What do you mean by maybe this?

Re: OpenPLi-py3 #885 Dimitrij

  • PLi® Core member
  • 10,190 posts

+346
Excellent

Posted 7 March 2023 - 13:50

 

And maybe this:

What do you mean by maybe this?

 

And how are you going to remove the unnecessary and not add the same dns(dns1=dns2)?
 


Edited by Dimitrij, 7 March 2023 - 13:50.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: OpenPLi-py3 #886 Dimitrij

  • PLi® Core member
  • 10,190 posts

+346
Excellent

Posted 7 March 2023 - 14:52

yep, sorry

forgot this

Allows to delete nameservers in AdapterSetup (


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: OpenPLi-py3 #887 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 7 March 2023 - 21:54

Amai, Dimitrij check this  https://github.com/O...ebaa0c663ae277f



Re: OpenPLi-py3 #888 Amai

  • Senior Member
  • 616 posts

+26
Good

Posted 7 March 2023 - 22:46

Thanks for the fix. It works now.



Re: OpenPLi-py3 #889 Dimitrij

  • PLi® Core member
  • 10,190 posts

+346
Excellent

Posted 8 March 2023 - 06:35

Taapat

maybe add key blue(clear DNS)?


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: OpenPLi-py3 #890 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 8 March 2023 - 14:42

Why?
At least one namesrever is required.
There are only two entries to correct.
 
The AdapterSetup screen is intended for setting the adapter, not just the nameservers.
Creating a separate button to 1 of 100 people can use it to clear nameservers once in a lifetime is not reasonable in my opinion.
I'm sure it's better that the blue button remains unused and the interface is cleaner than give to the quick call button a very rarely used option.


Re: OpenPLi-py3 #891 WanWizard

  • PLi® Core member
  • 69,913 posts

+1,788
Excellent

Posted 8 March 2023 - 14:43

Sorry I haven't been around very often anymore.

 

Taapat, Dimitrij, thanks for picking this up !


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: OpenPLi-py3 #892 Mr.Yoshi!

  • Senior Member
  • 226 posts

+1
Neutral

Posted 13 March 2023 - 12:31

since the last changes you can't build anymore unfortunately error with kernel oe_runmake and with makefiles with some ! kernel 4.10.12 also makes mistakes! all currently depends on Ubuntu 22.10 - Kernel source and more ! dtc fail !

Edited by Mr.Yoshi!, 13 March 2023 - 12:32.


Re: OpenPLi-py3 #893 Mr.Yoshi!

  • Senior Member
  • 226 posts

+1
Neutral

Posted 13 March 2023 - 12:57

yyloc.patch is fail the dtc with Kernel 4.10.12 in Developer

Re: OpenPLi-py3 #894 Mr.Yoshi!

  • Senior Member
  • 226 posts

+1
Neutral

Posted 13 March 2023 - 16:26

OK works on Ubuntu 18.04 New build i Test later Ubuntu 22.10 New build ! Mmhh ! Mfg kittybua Yoshi

Re: OpenPLi-py3 #895 Mr.Yoshi!

  • Senior Member
  • 226 posts

+1
Neutral

Posted 13 March 2023 - 18:58

All perfect ready build Finish :)

Edited by Mr.Yoshi!, 13 March 2023 - 18:58.


Re: OpenPLi-py3 #896 Mr.Yoshi!

  • Senior Member
  • 226 posts

+1
Neutral

Posted 14 March 2023 - 12:41

Taapat
maybe add key blue(clear DNS)?

hey what is the addons pager for what's the point? Kind regards

Attached Files


Edited by Mr.Yoshi!, 14 March 2023 - 12:42.


Re: OpenPLi-py3 #897 Huevos

  • PLi® Contributor
  • 4,593 posts

+160
Excellent

Posted 14 March 2023 - 12:51

 

Taapat
maybe add key blue(clear DNS)?

hey what is the addons pager for what's the point? Kind regards

 

Please read: https://forums.openp...n/#entry1519143

 

This is work in progress.



Re: OpenPLi-py3 #898 Mr.Yoshi!

  • Senior Member
  • 226 posts

+1
Neutral

Posted 14 March 2023 - 15:43

OK thank you ! ok that's not for me so ok! dns and I don't really need that, I'd rather have a tuxbox neutrino skin! thanks anyway now i know for what! Thanks ! P.s. Good Job !

Edited by Mr.Yoshi!, 14 March 2023 - 15:44.


Re: OpenPLi-py3 #899 spartak73

  • Senior Member
  • 25 posts

0
Neutral

Posted 16 March 2023 - 09:59

After today's update, I get a crash when I call the menu about the channel. IPTV channel with two audio tracks. If there is only one track, then there is no crash.

  File "/usr/lib/enigma2/python/Screens/Screen.py", line 81, in execBegin
  File "/usr/lib/enigma2/python/Screens/ServiceInfo.py", line 161, in ShowServiceInformation
  File "/usr/lib/enigma2/python/Screens/ServiceInfo.py", line 239, in toggle_pid_button
KeyError: 'key_yellow'
[ePyObject] (CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap object at 0xa38ddd18>>,('OkCancelActions', 'ok')) failed)

Attached File  4097_0_1_B254_521_D_0_0_0_0_20230316094610.jpg   167.24KB   2 downloads

 

 

Attached Files


Octagon SF8008 4K Twin, Formuler F3, Vu+ Duo² Toroidal T-90 14°W -- 42°E


Re: OpenPLi-py3 #900 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 16 March 2023 - 13:37

I'm sorry.
I move toggle_pid_button before IPTV check and it throws GSOD.
I was already wondering why IPTV is supposed to display only the current audio track. Is there really no several audio track or subtitles on IPTV?
In your screenshot I see that it is.
 
I think I will introduce extended info also for IPTV.



4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users