Jabbot icon indicating copy to clipboard operation
Jabbot copied to clipboard

ERROR: The remote server returned an error: (500) Internal Server Error.

Open NotMyself opened this issue 12 years ago • 1 comments

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__711.MoveNext() +344 System.Collections.Generic.HashSet1.UnionWith(IEnumerable1 other) +184 System.Collections.Generic.HashSet1..ctor(IEnumerable1 collection, IEqualityComparer1 comparer) +165 SignalR.Connection..ctor(IMessageBus messageBus, IJsonSerializer jsonSerializer, String baseSignal, String connectionId, IEnumerable1 signals, IEnumerable1 groups, ITraceManager traceManager) +149 SignalR.Hubs.HubDispatcher.CreateConnection(String connectionId, IEnumerable1 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


NotMyself avatar Jul 20 '12 17:07 NotMyself

Ok I updated to the latest SignalR release and made a couple edits to Bot.cs. Am now getting the same error.

NotMyself avatar Jul 20 '12 18:07 NotMyself