MycroftAI / skill-weather

Mycroft AI official Weather Skill, providing weather conditions and forecasts.
https://mycroft.ai/skills
Apache License 2.0
19 stars 59 forks source link

Closing screen hangs on kde #193

Open semiexperienced opened 2 years ago

semiexperienced commented 2 years ago

Describe the bug Mycroft tells the weather just fine but then hangs at "closing screen in 30 seconds ". This renders the screen unusable without hitting ALT+F4.

Expected behavior A clear and concise description of what you expected to happen.

Log files If possible, add log files from /var/log/mycroft/ to help explain your problem. [skills.log](https://github.com/MycroftAI/skill-weather/files/7652197/skills.log) [enclosure.log](https://github.com/MycroftAI/skill-weather/files/7652198/enclosure.log) [bus.log](https://github.com/MycroftAI/skill-weather/files/7652200/bus.log) [audio.log](https://github.com/MycroftAI/skill-weather/files/7652202/audio.log) [voice.log](https://github.com/MycroftAI/skill-weather/files/7652203/voice.log) You may also include screenshots, however screenshots of log files are often difficult to read and parse.

If you are running Mycroft, the Support Skill helps to automate gathering this information. Simply say "Create a support ticket" and the Skill will put together a support package and email it to you.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

Please think carefully about whether you have modified anything in Mycroft's code or configuration files. If so, can you reproduce this on a clean installation of Mycroft? Many "bugs" turn out to be non-standard configuration errors.

krisgesling commented 2 years ago

Hey there, thanks for logging a bug report.

Can I check if you're using the latest version of the Skill from the default branch (21.02) or the version currently in the Marketplace?

If you're not sure, please try updating to the latest beta version and see if you still get the same issue. You can either say something like:

"Hey Mycroft, install the beta version of the weather Skill"

Or SSH into your device and run:

cd /opt/mycroft/skills/mycroft-weather.mycroftai
git pull