yes..
try with debug and put here log
yes..
try with debug and put here log
try with this xml
crash
[#0044] Components/ActionMap.py action -> WizardActions ok
19:17:44.836 [e2-python] 2025-11-11 19:17:44,835 - OAWeather - INFO - OAWeatherPlugin initialized
19:17:44.836 [e2-python] 2025-11-11 19:17:44,835 - OAWeather - INFO - OAWeatherPlugin initialized
19:17:44.909 [e2-python] Traceback (most recent call last):
19:17:44.910 [e2-python] File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
19:17:44.910 [e2-python] res = self.actions[action]()
19:17:44.910 [e2-python] File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 231, in keyOk
19:17:44.910 [e2-python] self.save()
19:17:44.910 [e2-python] File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 142, in save
19:17:44.911 [e2-python] self.run()
19:17:44.911 [e2-python] File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 146, in run
19:17:44.911 [e2-python] plugin(session=self.session)
19:17:44.911 [e2-python] File "/usr/lib/enigma2/python/Plugins/Extensions/OAWeather/plugin.py", line 984, in main
19:17:44.912 [e2-python] session.open(OAWeatherPlugin)
19:17:44.912 [e2-python] File "/usr/lib/enigma2/python/mytest.py", line 353, in open
19:17:44.912 [e2-python] dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
19:17:44.912 [e2-python] File "/usr/lib/enigma2/python/mytest.py", line 288, in instantiateDialog
19:17:44.912 [e2-python] return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
19:17:44.913 [e2-python] File "/usr/lib/enigma2/python/mytest.py", line 313, in doInstantiateDialog
19:17:44.913 [e2-python] readSkin(dlg, None, dlg.skinName, desktop)
19:17:44.913 [e2-python] File "/usr/lib/enigma2/python/skin.py", line 1303, in readSkin
19:17:44.914 [e2-python] process_screen(myscreen, context)
19:17:44.914 [e2-python] File "/usr/lib/enigma2/python/skin.py", line 1256, in process_screen
19:17:44.914 [e2-python] process_widget(w, context)
19:17:44.915 [e2-python] File "/usr/lib/enigma2/python/skin.py", line 1190, in process_widget
19:17:44.915 [e2-python] converter_class = my_import('.'.join(("Components", "Converter", ctype))).__dict__.get(ctype)
19:17:44.915 [e2-python] File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import
19:17:44.915 [e2-python] mod = __import__(name)
19:17:44.916 [e2-python] File "/usr/lib/enigma2/python/Components/Converter/OAWeather.py", line 42
19:17:44.916 [e2-python] def __init__(self, type: str):
19:17:44.916 [e2-python] ^
19:17:44.916 [e2-python] SyntaxError: invalid syntax
19:17:55.080 [e2-python] [WARNING !!!] <BLOCKING CALL IN MAIN THREAD>
19:17:55.558 [e2-python] [#0034] Components/InputHotplug.py connectionLost?[Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion: Connection lost.
Display More
converter
/usr/lib/enigma2/python/Components/Converter/
Well, it's more difficult here... let's see... I think it takes longer... I have to go out for a moment.
no
File "/usr/lib/enigma2/python/skin.py", line 1208, in process_widget
renderer_class = my_import('.'.join(("Components", "Renderer", wrender))).__dict__.get(wrender)
File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import
mod = __import__(name)
File "/usr/lib/enigma2/python/Components/Renderer/OAWeatherPixmap.py", line 17, in <module>
from enigma import ePixmap, BT_SCALE, BT_HALIGN_CENTER, BT_VALIGN_CENTER # BT_KEEP_ASPECT_RATIO
ImportError: cannot import name BT_HALIGN_CENTER
(PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x947200a8>>,('WizardActions', 'ok')) failed)
]]>
renderer.. : stop :)
crash
File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
res = self.actions[action]()
File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 231, in keyOk
self.save()
File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 142, in save
self.run()
File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 146, in run
plugin(session=self.session)
File "/usr/lib/enigma2/python/Plugins/Extensions/OAWeather/plugin.py", line 984, in main
session.open(OAWeatherPlugin)
File "/usr/lib/enigma2/python/mytest.py", line 353, in open
dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
File "/usr/lib/enigma2/python/mytest.py", line 288, in instantiateDialog
return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
File "/usr/lib/enigma2/python/mytest.py", line 313, in doInstantiateDialog
readSkin(dlg, None, dlg.skinName, desktop)
File "/usr/lib/enigma2/python/skin.py", line 1303, in readSkin
process_screen(myscreen, context)
File "/usr/lib/enigma2/python/skin.py", line 1256, in process_screen
process_widget(w, context)
File "/usr/lib/enigma2/python/skin.py", line 1208, in process_widget
renderer_class = my_import('.'.join(("Components", "Renderer", wrender))).__dict__.get(wrender)
File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import
mod = __import__(name)
File "/usr/lib/enigma2/python/Components/Renderer/OAWeatherPixmap.py", line 37
SyntaxError: Non-ASCII character '\xe2' in file /usr/lib/enigma2/python/Components/Renderer/OAWeatherPixmap.py on line 37, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
(PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x948843a0>>,('WizardActions', 'ok')) failed)
]]>
Display More
Tag me tomorrow if you still got issues with this Lululla.
I got VTI on one of my boxes at the moment. Don't think I got much to do tomorrow.
renderer.. : stop :)
Dear DeveloperHello,I tried to modify the weather of OAWeather,the dynamic weather also succeeded,someone added more parameters,it is the second page,the weather details can not be displayed,I do not know if you can provide help,thank you for your contribution to the E2,salute!
4097_0_1_8BDA_8B7B_E632_0_0_0_0_20251112085445.jpg4097_0_1_8BDA_8B7B_E632_0_0_0_0_20251112085505.jpg4097_0_1_8BDA_8B7B_E632_0_0_0_0_20251112085519.jpg
Tag me tomorrow if you still got issues with this Lululla.
I got VTI on one of my boxes at the moment. Don't think I got much to do tomorrow.
well.. KiddaC
vielleicht ware ein neues foreca in py2 /py3 einfacher?
nobody can build it for VTI?
Hello, is it normal that it only shows the wind speed and not the north, south, or west direction?
I have had a stab at making this code python 2.7 and python 3 compatible.
I haven't tested it. But it should be in a better place.
This is using the files that were posted on #204
So haven't included any later amends.
invalid syntax plugin.py, line 1120
fixed
I think we should leave it at that.
thank you for our work.
I skinned MSN Weather as a replacement in VTI, but without the 24-hour display.