LicenseService.GetLicenseInfo Timed Out

I’m receiving a timed-out error in Revit 2024.3 using Pollination 2.283.6.0. I’m not receiving this error in Revit 2025. See attached log.


Debug.log (150.7 KB)

Hi @mdouglass, this is caused because of a dependency issue with some other add-ins that you have installed.

2025-08-29 16:44:28.7535|ERROR|ServiceHub|Error processing received message|System.TypeLoadException: Could not load type 'System.Text.Json.Nodes.JsonNode' from assembly 'System.Text.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
   at System.Signature.GetSignature(Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
   at System.Reflection.RuntimeMethodInfo.FetchNonReturnParameters()
   at System.Reflection.RuntimeMethodInfo.GetParametersNoCopy()
   at System.Reflection.RuntimePropertyInfo.GetIndexParametersNoCopy()
   at System.Reflection.RuntimePropertyInfo.GetIndexParameters()
   at System.Text.Json.JsonClassInfo..ctor(Type type, JsonSerializerOptions options)
   at System.Text.Json.JsonSerializerOptions.GetOrAddClass(Type classType)
   at System.Text.Json.JsonSerializer.ReadCore(Type returnType, JsonSerializerOptions options, Utf8JsonReader& reader)
   at System.Text.Json.JsonSerializer.ParseCore(String json, Type returnType, JsonSerializerOptions options)
   at System.Text.Json.JsonSerializer.Deserialize[TValue](String json, JsonSerializerOptions options)
   at Pollination.BrowserMessageHandler.ServiceHub.<HandleWebMessageReceived>d__30.MoveNext()

We recently removed the dependency to System.Text.Json since this is becoming too common of a problem. Here is the version that should resolve this issue:

[Linked Removed]

If you can’t install the new version of the plugin, then try to unload other dependencies, and that should resolve the problem.

P.S. I just want to say how much I appreciate you documenting the issues carefully, and providing us with the additional documents. Thank you for uploading the logs to this post. :slight_smile: :folded_hands:

Installing 2.284.5.0 resolved the issue. Thanks!