Connection timeout with Speckle Server

Rhino crash report:

[ERROR] FATAL UNHANDLED EXCEPTION: System.AggregateException: One or more errors occurred. —> SpeckleCore.SpeckleException: Connection timeout with Speckle Server
at SpeckleCore.SpeckleApiClient.d__47.MoveNext()
— End of inner exception stack trace —
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at SpeckleGrasshopper.GhReceiverClient.UpdateGlobal() in C:\projects\specklerhino\SpeckleGrasshopper\BaseComponents\GhReceiverCoreClient.cs:line 302
at SpeckleGrasshopper.GhReceiverClient.b__22_2(Object sender, EventArgs e) in C:\projects\specklerhino\SpeckleGrasshopper\BaseComponents\GhReceiverCoreClient.cs:line 213
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
—> (Inner Exception #0) SpeckleCore.SpeckleException: Connection timeout with Speckle Server
at SpeckleCore.SpeckleApiClient.d__47.MoveNext()<—

[END ERROR]

I have tried Speckle on both Grasshopper and Unity platforms but every time got the connection timeout error.

Hello @Ilker_Karadag! Which version of speckle are you using, and with which server?

PS: Welcome to the forum :wave:

Hi, I have downloaded the latest version today and for the first time I have been using Speckle. I am using the default server, didn’t deploy my own one.

you mean the hestia server? is it possible that your company network is blocking the connection at all? See if you can get any json data by following this link in your browser:

https://hestia.speckle.works/api/streams/LHuCcwxD6h

Yes, it is Hestia Server, I got the reply below from the server with the link you provided.

{“success”:true,“message”:“Delivered stream.”,“resource”:{"_id":“5e6261fb94b68f7709785bf3”,“private”:false,“canRead”:[],“canWrite”:[“5dea30d5f398367693a95e02”],“anonymousComments”:false,“comments”:[],“name”:“Rhinitio”,“description”:“This is a simple speckle stream.”,“tags”:[],“isComputedResult”:false,“objects”:[{“type”:“Placeholder”,"_id":“5e6261fe94b68f7709785bf4”},{“type”:“Placeholder”,"_id":“5e6261fe94b68f7709785bf5”},{“type”:“Placeholder”,"_id":“5e6261fe94b68f7709785bf6”},{“type”:“Placeholder”,“id":“5e6261fe94b68f7709785bf7”}],“layers”:[{“name”:“Layer 1”,“guid”:“bb75c042-5780-43b6-85fd-7e5083944450”,“orderIndex”:0,“startIndex”:0,“objectCount”:1,“topology”:"0-1 ",“properties”:{“color”:{“a”:1,“hex”:“Black”}}},{“name”:“Layer 2”,“guid”:“3e1a7e5d-e7df-436b-951d-ba15ece7eaf9”,“orderIndex”:1,“startIndex”:1,“objectCount”:1,“topology”:"0-1 ",“properties”:{“color”:{“a”:1,“hex”:“Black”}}},{“name”:“Layer 1::Layer 1.1”,“guid”:“74d8851e-881a-47ef-b7b9-6ad12b97d769”,“orderIndex”:2,“startIndex”:2,“objectCount”:2,“topology”:"0-2 ",“properties”:{“color”:{“a”:1,“hex”:“Black”}}}],“viewerLayers”:[],“parent”:null,“children”:["x-xHxi_RL”],“ancestors”:[],“deleted”:false,“onlineEditable”:false,“jobNumber”:"",“owner”:“5d5290d83bdc8f3939743fb8”,“streamId”:“LHuCcwxD6h”,“createdAt”:“2020-03-06T14:45:15.874Z”,“updatedAt”:“2020-03-06T14:45:35.504Z”,"__v":3,“baseProperties”:{“units”:“Millimeters”,“tolerance”:0.001,“angleTolerance”:0.017453292519943295},“globalMeasures”:{}}}

So that was a public stream that I had lying around on hestia. The fact that you can access it means it isn’t a network issue. From there, my next guess would be an authentication issue. @dimitrie any ideas?