update-station will not start after update 11-17-24

Share your ideas, questions or suggestions with us here.
Post Reply
tsesani
Posts: 7
Joined: Thu Feb 01, 2024 3:00 pm

update-station will not start after update 11-17-24

Post by tsesani »

Traceback (most recent call last):
File "/usr/local/bin/update-station", line 14, in <module>
from update_station.notification import UpdateNotifier, TrayIcon
ModuleNotFoundError: No module named 'update_station'
q-pa
Posts: 12
Joined: Mon Nov 22, 2021 5:35 am

Re: update-station will not start after update 11-17-24

Post by q-pa »

I already created a bug report: https://github.com/ghostbsd/issues/issues/190
RodMyers
Posts: 87
Joined: Sat Nov 27, 2021 8:16 pm

Re: update-station will not start after update 11-17-24

Post by RodMyers »

taken from Telegram

I fixed the package. Everyone that has upgraded to 24.10.1 you must run sudo pkg upgrade -f update-station.
User avatar
ericbsd
Developer
Posts: 2116
Joined: Mon Nov 19, 2012 7:54 pm

Re: update-station will not start after update 11-17-24

Post by ericbsd »

I am sorry for that issue. I created a bad plist, and the library was missing from the package. I fixed the issue.

@tsesani and @q-pa to fix the issue on your end, you have to run this command line:

Code: Select all

sudo pkg upgrade -f update-station
tsesani
Posts: 7
Joined: Thu Feb 01, 2024 3:00 pm

Re: update-station will not start after update 11-17-24

Post by tsesani »

Worked for me. Thanks for quick fix.
mameko
Posts: 9
Joined: Tue Oct 15, 2024 6:04 am

Re: update-station will not start after update 11-17-24

Post by mameko »

As well here. Works now again as expected. Thank you.
Robin
Posts: 15
Joined: Tue Nov 05, 2024 4:44 pm

Re: update-station will not start after update 11-17-24

Post by Robin »

That was quick! Thanks!
Post Reply