You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
[X ] I have verified that I am running the latest version of Nancy
[ X] I have verified if the problem exist in both DEBUG and RELEASE mode
[X ] I have searched open and closed issues to ensure it has not already been reported
Description
I have this stack trace. It was working fine 5 days ago, today stopped i have no idea why. at System.Net.HttpListener..ctor() at Nancy.Hosting.Self.NancyHost.TryStartListener() at Nancy.Hosting.Self.NancyHost.StartListener() at Nancy.Hosting.Self.NancyHost.Start() at .Rest.RestServer..ctor(String port, ConnectionType connectionType, String address) in C:\Users\kamil\source\repos\\Rest\RestAPI.cs:line 253 at .Program.Main(String[] args) in C:\Users\kamil\source\repos\\Program.cs:line 36
Steps to Reproduce
var host = new NancyHost(new Uri($"{address}:{port}"));
host.Start();
System Configuration
Dotnet Framework 4.7.2, Windows 10
Nancy version: 2.0.0
Nancy host
Nancy.Hosting.Aspnet
[X ] Nancy.Hosting.Self
Other:
Other Nancy packages and versions:
Environment (Operating system, version and so on):
.NET Framework version: 4.7.2
Additional information:
Exception exist every time i try to use host.Start();
The text was updated successfully, but these errors were encountered:
Doesnt changed anything. I have 2 network cards, and i cleaned my pc, so it is possible that i connected rj45 to second card, but now it is tested on both cards. Still the same error.
Okay in my case it was http service problem, but it was deeper. I had to go to Registry and Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\SslBindingInfo\ , then i found that ine of binded service is set on my old local ip 192.168.1.54, when i restarted my network i had a new ip address, and i had to delete old service from registry.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
DEBUG
andRELEASE
modeDescription
I have this stack trace. It was working fine 5 days ago, today stopped i have no idea why.
at System.Net.HttpListener..ctor() at Nancy.Hosting.Self.NancyHost.TryStartListener() at Nancy.Hosting.Self.NancyHost.StartListener() at Nancy.Hosting.Self.NancyHost.Start() at .Rest.RestServer..ctor(String port, ConnectionType connectionType, String address) in C:\Users\kamil\source\repos\\Rest\RestAPI.cs:line 253 at .Program.Main(String[] args) in C:\Users\kamil\source\repos\\Program.cs:line 36
Steps to Reproduce
System Configuration
Dotnet Framework 4.7.2, Windows 10
Nancy.Hosting.Aspnet
[X ] Nancy.Hosting.Self
Other:
Exception exist every time i try to use host.Start();
The text was updated successfully, but these errors were encountered: