HASS.Agent
HASS.Agent copied to clipboard
Bug: Error in Windows Event Log after Uninstall
Please make sure your bug isn't already listed on HASS.Agent's issue tracker:
https://lab02research.youtrack.cloud/
There's a list of open bugs & features on the right. On the left you can see what's being worked on, what's planned and what's ready for the next release.
If you're not sure, don't worry, just go ahead and we'll discuss :)
Describe the bug On reboot after uninstall, I see the following error in the Windows System log:
The HASS.Agent Satellite Service service failed to start due to the following error:
The system cannot find the file specified.
To Reproduce Steps to reproduce the behavior:
- Uninstall hass.agent
- Reboot
- Check Event Viewer
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Misc info (please complete the following information):
- Windows build (ideally screenshot/info of
winver.exe
output): - Windows' UI language:
- HASS.Agent version:
Please check what's applicable (multiple answers possible):
- [x] Installed via installer
- [ ] Installed manually
- [x] Problem occurs in HASS.Agent
- [ ] Problem occurs in Satellite Service
Additional context I wasn't using the satellite service.
Logs
If possible, please provide the logs of HASS.Agent and - if applicable - the Satellite Service. You can find HASS.Agent's logs by going to the main window, then Configuration
-> Logging
-> open logs folder
. The Satellite Service's logs are in the same window, but the Satellite Service
tab -> open service logs folder
. If you want, you can mail them to [email protected]
I've uninstalled hass.agent but the satellite services still shows in my services console.
Hello, this'll need to be reproduced/confirmed but for now you can input following commands in elevated cmd to remove the service:
sc delete "HASS.Agent Satellite Service"
Thanks - that did indeed work.