Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The installer does not seem to handle .NET Core installation correctly. #8

Closed
sleevezipper opened this issue Jan 5, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@sleevezipper
Copy link
Owner

This needs more investigation, but several users reported that, even after installing the runtime, the app still won't work.

@sleevezipper sleevezipper added the bug Something isn't working label Jan 5, 2021
@sleevezipper
Copy link
Owner Author

A kind user on the Home Assistant Forums provided this screenshot.
afbeelding

@sleevezipper
Copy link
Owner Author

sleevezipper commented Jan 5, 2021

I figured out why this is happening. The app depends on Microsoft.Extensions.Hosting to start itself. To provide that, ASP.NET Core Hosting Bundle is required.

While this is a fine workaround for most, it does need elevated access to install and I don't want that.

Edit: It could also be this which I will try to figure out later.

@Eeeeeediot
Copy link

I figured out why this is happening. The app depends on Microsoft.Extensions.Hosting to start itself. To provide that, ASP.NET Core Hosting Bundle is required.

Installed this and all is working!

sleevezipper added a commit that referenced this issue Jan 8, 2021
sleevezipper added a commit that referenced this issue Jan 8, 2021
@sleevezipper
Copy link
Owner Author

This dependency won't be needed in future releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants