atareao / my-weather-indicator

A Weather Indicator for Linux Desktop (Plasma, GNOME, MATE, XFCE,...)
https://www.atareao.es/aplicacion/my-weather-indicator-para-ubuntu/
MIT License
100 stars 20 forks source link

crashes after last update #101

Closed Liimp closed 1 year ago

Liimp commented 1 year ago

After last update: /opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator Traceback (most recent call last): File "/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator", line 35, in from myweatherindicator import main File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py", line 51, in import preferences File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/preferences.py", line 38, in import mipaddress File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/mipaddress.py", line 87 if ans and (data := re.compile(r'(\d+.\d+.\d+.\d+)').search(ans)): ^ SyntaxError: invalid syntax

Ubuntu 18.04 :(

atareao commented 1 year ago

Fixed in my-weather-indicator - 0.10.1-0extras23.04.00

Liimp commented 1 year ago

Didn't fix for me :(

Traceback (most recent call last): File "/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator", line 35, in from myweatherindicator import main File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py", line 61, in from forecastw import FC File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/forecastw.py", line 60 if image_name and (image := load_image(image_file)):

atareao commented 1 year ago

I fix this 🪲... 🙏 Thanks for your help

atareao commented 1 year ago

Fixed on my-weather-indicator - 0.10.2-0extras23.04.00