Jabbot
Jabbot copied to clipboard
ERROR: The remote server returned an error: (500) Internal Server Error.
Cloning the repository and firing up the console host gives this display in the console:
ERROR: The remote server returned an error: (500) Internal Server Error.
Using fiddler I was able to capture the following response from jabbr:
'JabbR.Chat' hub could not be resolved.
[InvalidOperationException: 'JabbR.Chat' hub could not be resolved.]
SignalR.Hubs.HubDispatcher.GetSignals(ClientHubInfo hubInfo, String connectionId) +357
System.Linq.<SelectManyIterator>d__142.MoveNext() +267 System.Linq.<ConcatIterator>d__71
1.MoveNext() +344
System.Collections.Generic.HashSet1.UnionWith(IEnumerable
1 other) +184
System.Collections.Generic.HashSet1..ctor(IEnumerable
1 collection, IEqualityComparer1 comparer) +165 SignalR.Connection..ctor(IMessageBus messageBus, IJsonSerializer jsonSerializer, String baseSignal, String connectionId, IEnumerable
1 signals, IEnumerable1 groups, ITraceManager traceManager) +149 SignalR.Hubs.HubDispatcher.CreateConnection(String connectionId, IEnumerable
1 groups, IRequest request) +497
SignalR.PersistentConnection.ProcessRequestAsync(HostContext context) +396
SignalR.Hosting.AspNet.AspNetHandler.ProcessRequestAsync(HttpContextBase context) +706
SignalR.Hosting.AspNet.HttpTaskAsyncHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +97
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +405
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375
Ok I updated to the latest SignalR release and made a couple edits to Bot.cs. Am now getting the same error.