HttpListenerException error
See original GitHub issueDescribe the bug When enabling the web clock with remote apps enabled the app is crashing (or vice-versa).
To Reproduce Steps to reproduce the behavior:
- Go to settings and enable remote apps
- Attempt to enable web clock
- Application stops responding and exits
Note that if I disable remote apps I can enable web clock, but then the app crashes if I try to enable remote apps. I was able to enable both by modifying options.json
and setting both options to true
before starting the app.
Expected behavior Should be able to enable both.
Screenshots N/A
Desktop (please complete the following information):
- Windows version: Windows Server 2019 Standard
- IIS is also running on same server
Log file attached.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
HttpListenerException Class (System.Net)
This exception is thrown by the HttpListener class and its associated classes when an error occurs during the initialization of the HttpListener or...
Read more >HttpListenerException.ErrorCode Property (System.Net)
This property returns the Windows error code associated with this exception. Applies to. Product, Versions .NET, Core 2.0, Core 2.1, Core 2.2, Core ......
Read more >How to fix httplistener after an exception happens
I have this HttpListener that receives multiple requests , the problem is that every time an exception happens the listener stops working I ......
Read more >System.Net.HttpListenerException (0x80004005): Failed to ...
How to clear the error message 'Error System.Net.HttpListenerException (0x80004005): Failed to listen on prefix' from your sync app.
Read more >System.Net.HttpListenerException: The I/O operation has ...
A few of my users are recieving this error after a while: System.Net.HttpListenerException (0x80004005): The I/O operation has been aborted ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
#416 I found that you need to enter a remote Access Code first. Then close/re-open OnlyT. After that, you can enable Remote Apps. If you try to enable Remote Apps without having an access code entered, OnlyT will crash.
Fixed original bug report