Deep Bot - Twitch Streamer Assistant

Deep Bot => Help/Support => Topic started by: gotschy on April 30, 2014, 01:28:51 AM

Title: crash while trying to connect
Post by: gotschy on April 30, 2014, 01:28:51 AM
hi there,

i have isntalled deepbot like the tutorial video shows and now i'm becoming a crash report everytime i try to connect the bot.

tried it on win7 64bit and win 8 64 bit with the same result.

i looked in the search for the problem but didn't find any resolution...

this is the error log for my last try on win8:
Quote
29 Apr 19:22:14,824 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
29 Apr 19:22:14,824 - 0.4.1.0: Crashed    bei Google.GData.Client.GDataRequest.Execute()
   bei Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   bei Google.GData.Client.GDataGAuthRequest.Execute()
   bei Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   bei Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   bei GDataDB.DatabaseClient.CreateDatabase(String name)
   bei DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   bei System.Windows.Forms.Control.OnClick(EventArgs e)
   bei System.Windows.Forms.Button.OnClick(EventArgs e)
   bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   bei PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
   bei System.Windows.Forms.Button.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


i hope you can help me... can't wait to test the bot in my stream =)

thx for youre time,
greetings gotschy

oh and sry for my bad english >.<
Title: Re: crash while trying to connect
Post by: swey on April 30, 2014, 01:40:56 AM
I'm also having this same problem.

Code: [Select]
29 Apr 12:31:32,661 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
29 Apr 12:31:32,663 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Title: Re: crash while trying to connect
Post by: Lowenbehold on April 30, 2014, 09:13:55 AM
I believe I am also having the same problem. Here is my error log :)

29 Apr 19:06:49,012 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
29 Apr 19:06:49,018 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Title: Re: crash while trying to connect
Post by: tangentgaming on April 30, 2014, 11:51:44 AM
Not sure if mine is the same, but here is my error log -

29 Apr 23:27:06,427 - 0.3.21: Crashed Method not found: 'System.String ChannelMessages.ChanMsg.getCommandMessage(System.String)'.
29 Apr 23:27:06,661 - 0.3.21: Crashed    at DeepBot.ChatParser.parseChat(Main mainForm, String name, String msg, Boolean data)
   at DeepBot.Main.recvMessageQueue()
   at DeepBot.Main.EnqueueChanMessage(String chan, String name, String message, Boolean parse, Boolean red)
   at DeepBot.Main.<>c__DisplayClass15.<InvokeRecievedChanMessage>b__14()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
29 Apr 23:28:07,049 - 0.3.21: Crashed Method not found: 'System.String ChannelMessages.ChanMsg.getCommandMessage(System.String)'.
29 Apr 23:28:07,049 - 0.3.21: Crashed    at DeepBot.ChatParser.parseChat(Main mainForm, String name, String msg, Boolean data)
   at DeepBot.Main.recvMessageQueue()
   at DeepBot.Main.EnqueueChanMessage(String chan, String name, String message, Boolean parse, Boolean red)
   at DeepBot.Main.<>c__DisplayClass15.<InvokeRecievedChanMessage>b__14()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
29 Apr 23:29:39,744 - 0.3.21: Crashed Method not found: 'System.String ChannelMessages.ChanMsg.getCommandMessage(System.String)'.
29 Apr 23:29:39,744 - 0.3.21: Crashed    at DeepBot.ChatParser.parseChat(Main mainForm, String name, String msg, Boolean data)
   at DeepBot.Main.recvMessageQueue()
   at DeepBot.Main.EnqueueChanMessage(String chan, String name, String message, Boolean parse, Boolean red)
   at DeepBot.Main.<>c__DisplayClass15.<InvokeRecievedChanMessage>b__14()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
29 Apr 23:29:59,447 - 0.3.21: Crashed Method not found: 'System.String ChannelMessages.ChanMsg.getCommandMessage(System.String)'.
29 Apr 23:29:59,447 - 0.3.21: Crashed    at DeepBot.ChatParser.parseChat(Main mainForm, String name, String msg, Boolean data)
   at DeepBot.Main.recvMessageQueue()
   at DeepBot.Main.EnqueueChanMessage(String chan, String name, String message, Boolean parse, Boolean red)
   at DeepBot.Main.<>c__DisplayClass15.<InvokeRecievedChanMessage>b__14()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
29 Apr 23:30:04,205 - 0.3.21: Crashed Method not found: 'System.String ChannelMessages.ChanMsg.getCommandMessage(System.String)'.
29 Apr 23:30:04,205 - 0.3.21: Crashed    at DeepBot.ChatParser.parseChat(Main mainForm, String name, String msg, Boolean data)
   at DeepBot.Main.recvMessageQueue()
   at DeepBot.Main.EnqueueChanMessage(String chan, String name, String message, Boolean parse, Boolean red)
   at DeepBot.Main.<>c__DisplayClass15.<InvokeRecievedChanMessage>b__14()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
29 Apr 23:30:13,643 - 0.3.21: Crashed Method not found: 'System.String ChannelMessages.ChanMsg.getCommandMessage(System.String)'.
29 Apr 23:30:13,643 - 0.3.21: Crashed    at DeepBot.ChatParser.parseChat(Main mainForm, String name, String msg, Boolean data)
   at DeepBot.Main.recvMessageQueue()
   at DeepBot.Main.EnqueueChanMessage(String chan, String name, String message, Boolean parse, Boolean red)
   at DeepBot.Main.<>c__DisplayClass15.<InvokeRecievedChanMessage>b__14()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
29 Apr 23:31:23,968 - 0.3.21: Crashed Method not found: 'System.String ChannelMessages.ChanMsg.getCommandMessage(System.String)'.
29 Apr 23:31:23,968 - 0.3.21: Crashed    at DeepBot.ChatParser.parseChat(Main mainForm, String name, String msg, Boolean data)
   at DeepBot.Main.recvMessageQueue()
   at DeepBot.Main.EnqueueChanMessage(String chan, String name, String message, Boolean parse, Boolean red)
   at DeepBot.Main.<>c__DisplayClass15.<InvokeRecievedChanMessage>b__14()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
29 Apr 23:31:28,539 - 0.3.21: Crashed Method not found: 'System.String ChannelMessages.ChanMsg.getCommandMessage(System.String)'.
29 Apr 23:31:28,539 - 0.3.21: Crashed    at DeepBot.ChatParser.parseChat(Main mainForm, String name, String msg, Boolean data)
   at DeepBot.Main.recvMessageQueue()
   at DeepBot.Main.EnqueueChanMessage(String chan, String name, String message, Boolean parse, Boolean red)
   at DeepBot.Main.<>c__DisplayClass15.<InvokeRecievedChanMessage>b__14()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
Title: Re: crash while trying to connect
Post by: jimzy702 on May 01, 2014, 12:05:22 AM
Bump. Looks like the same issue..

**Even ran as admin**

30 Apr 08:52:21,438 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
30 Apr 08:52:44,308 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
30 Apr 08:52:44,310 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
30 Apr 08:53:46,320 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
30 Apr 08:53:46,320 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
30 Apr 08:54:08,102 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
30 Apr 08:54:08,103 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
30 Apr 08:55:55,288 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
30 Apr 08:55:55,288 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
30 Apr 08:56:50,011 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
30 Apr 08:56:50,012 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
30 Apr 08:56:55,479 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
30 Apr 08:56:55,479 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
30 Apr 08:57:11,900 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
30 Apr 08:57:11,900 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
30 Apr 08:58:13,725 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
30 Apr 08:58:13,725 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
30 Apr 08:58:55,128 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
30 Apr 08:58:55,128 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
30 Apr 09:04:06,103 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
30 Apr 09:04:06,105 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Title: Re: crash while trying to connect
Post by: ExpertsOnline on May 01, 2014, 12:51:08 AM
Seems to be a connectivity issue with Google services.
Am moving some load to the Europe DeepBot servers, so this should improve.

Please try again after some time.

Title: Re: crash while trying to connect
Post by: tangentgaming on May 01, 2014, 01:35:56 AM
Still not working. Whenever somebody posts a chat command, it crashes instantly.

30 Apr 13:32:43,734 - 0.3.21: Crashed Method not found: 'System.String ChannelMessages.ChanMsg.getCommandMessage(System.String)'.
30 Apr 13:32:43,734 - 0.3.21: Crashed    at DeepBot.ChatParser.parseChat(Main mainForm, String name, String msg, Boolean data)
   at DeepBot.Main.recvMessageQueue()
   at DeepBot.Main.EnqueueChanMessage(String chan, String name, String message, Boolean parse, Boolean red)
   at DeepBot.Main.<>c__DisplayClass15.<InvokeRecievedChanMessage>b__14()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
30 Apr 13:33:49,350 - 0.3.21: Crashed Method not found: 'System.String ChannelMessages.ChanMsg.getCommandMessage(System.String)'.
30 Apr 13:33:49,350 - 0.3.21: Crashed    at DeepBot.ChatParser.parseChat(Main mainForm, String name, String msg, Boolean data)
   at DeepBot.Main.recvMessageQueue()
   at DeepBot.Main.EnqueueChanMessage(String chan, String name, String message, Boolean parse, Boolean red)
   at DeepBot.Main.<>c__DisplayClass15.<InvokeRecievedChanMessage>b__14()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
Title: Re: crash while trying to connect
Post by: Youkay on May 01, 2014, 02:10:12 AM
Hi, cross posted from the bug reports forum since similar issue!

Quote
30 Apr 11:08:21,735 - 0.4.1.0: Crashed Execution of request failed: https://docs.google.com/feeds/default/private/full
30 Apr 11:08:21,745 - 0.4.1.0: Crashed    at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
   at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
   at GDataDB.DatabaseClient.CreateDatabase(String name)
   at DeepBot.Main.btnConnect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Title: Re: crash while trying to connect
Post by: ExpertsOnline on May 01, 2014, 10:57:14 AM
Apologies all - I believe I have now identified the root cause of this issue.

There is an infrastructure limitation (which I was unfortunately not aware of) that may be preventing new streams to be added to the DeepBot network.
So although the servers have capacity to on board new streams (what we generally check before processing applications), this limitation now needs to be looked at.

Unfortunately, this may take 24-48hrs to resolve and would most likely also need an updated client release to be pushed.

Apologies for the inconvenience and delays. Rest assured that this is being prioritised and I will keep everyone updated through the forums on progress.

Regards,
Experts
Title: Re: crash while trying to connect
Post by: gotschy on May 01, 2014, 11:51:52 AM
ok, thank you for those informations. great work you are doing here!

regards,
gotschy
Title: Re: crash while trying to connect
Post by: Lowenbehold on May 01, 2014, 11:53:59 AM
Thanks!!!
Title: Re: crash while trying to connect
Post by: tangentgaming on May 01, 2014, 12:11:36 PM
Thank you :)
Title: Re: crash while trying to connect
Post by: swey on May 01, 2014, 11:28:30 PM
This is good news to hear, meaning if you pushed out a full client release it wouldn't be able to handle many users?
I'm glad it's being worked on and hope to hear positive things soon!
Title: Re: crash while trying to connect
Post by: kornyx on May 02, 2014, 01:54:09 AM
Thank you! I have tried various computers and all trouble shooting possibilities! Woahhh!
Title: Re: crash while trying to connect
Post by: Youkay on May 02, 2014, 02:01:19 AM
excited to get this bot going on my chan! Thanks for your hard work on this, will be checking back frequently in anticipation!!
Title: Re: crash while trying to connect
Post by: ExpertsOnline on May 02, 2014, 04:47:15 AM
All - I have just released a new client and also moving services to new servers. I believe this issue should now be resolved.

Could you please try and let me know if you continue to face issues?

Thanks,
Experts
Title: Re: crash while trying to connect
Post by: Youkay on May 02, 2014, 05:46:26 AM
it's working swimmingly!! thank you SO much for this, i can't tell you how excited i am!!!
Title: Re: crash while trying to connect
Post by: Youkay on May 02, 2014, 06:26:57 AM
currently having a couple of small issues but im not sure if they are to do with twitch chat / service being slow or down or the bot.

when i fired it up yesterday (the old client) it had all my 1000+ followers in the database, today it only shows 113 - my chat is empty besides my youkaybot. im trying get everything configured but i cant even seem to pull up a viewer list on the main twitch UI, so im hoping all the issues are currently on their end.

**edit** seemed to be twitch chat / servers - all is fine again!!
Title: Re: crash while trying to connect
Post by: gotschy on May 02, 2014, 07:36:01 AM
Updated and until yet everything is working fine! thank you!
Title: Re: crash while trying to connect
Post by: Lowenbehold on May 02, 2014, 11:17:11 AM
Also updated and everything is working great!!!! THANK YOU!!!