HI, I’m new to Speckle and have encountered some issues. ![]()
- I deployed a Speckle server myself and it’s running fine, but the deployed version doesn’t have the “workspace” feature. However, some of the latest connectors (e.g., Grasshopper, Blender) require selecting a “workspace” to work properly. In this case, does it mean I can only use Connectors v2?
- When I use Connector v2 to perform a send operation, I get the error “Version string portion was too short or too long.” I tried following the steps from other posts and queried
/graphqlwithServerInfo { serverInfo { version } }, which returned “custom.” In the connector, it shows the send failed, but in the project I can still see the new model. This feels a bit strange
.
Connector logs:
TIME[FTL] SendCommand failed - Version string portion was too short or too long.
System.ArgumentException: Version string portion was too short or too long.
System.Version.VersionResult.SetFailure(ParseFailureKind failure, String argument)
System.Version.TryParseVersion(String version, VersionResult& result)
System.Version.Parse(String input)
System.Version..ctor(String version)
Speckle.Core.Api.GraphQL.GraphQLHttpClientExtensions.<GetServerVersion>d__0.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Speckle.Core.Api.Client.<GetWorkspaceId>d__55.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
DesktopUI2.ViewModels.StreamViewModel.<SendCommand>d__217.MoveNext()