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'
update-station will not start after update 11-17-24
Re: update-station will not start after update 11-17-24
I already created a bug report: https://github.com/ghostbsd/issues/issues/190
Re: update-station will not start after update 11-17-24
taken from Telegram
I fixed the package. Everyone that has upgraded to 24.10.1 you must run sudo pkg upgrade -f update-station.
I fixed the package. Everyone that has upgraded to 24.10.1 you must run sudo pkg upgrade -f update-station.
Re: update-station will not start after update 11-17-24
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:
@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
Re: update-station will not start after update 11-17-24
Worked for me. Thanks for quick fix.
Re: update-station will not start after update 11-17-24
As well here. Works now again as expected. Thank you.
Re: update-station will not start after update 11-17-24
That was quick! Thanks!