You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message definitions containing fields of type LmcpObject as below
<!-- DownloadReply
Response to DownloadRequest. -->
<Struct Name="DownloadReply" >
<!-- Array of response data, empty if not satisfied. -->
<Field Name="Contents" Type="LmcpObject" />
</Struct>
cause the following exception to be thrown during generation of Python bindings
Method calling exception. Trying to access method name: build_reference_messages for file: GenRefMsgs.py
Error writing file: GenRefMsgs.py using method build_message_options
Exception in thread "main" java.lang.IllegalArgumentException: java.lang.Exception: Error writing file: GenRefMsgs.py using method import_all_messages_and_enums
at avtas.lmcp.lmcpgen.LmcpGen.main(LmcpGen.java:368)
at avtas.lmcp.lmcpgen.LmcpGenGUI.main(LmcpGenGUI.java:214)
Caused by: java.lang.Exception: Error writing file: GenRefMsgs.py using method import_all_messages_and_enums
at avtas.lmcp.lmcpgen.LmcpGen.replaceTags(LmcpGen.java:225)
at avtas.lmcp.lmcpgen.LmcpGen.makePackage(LmcpGen.java:72)
at avtas.lmcp.lmcpgen.LmcpGen.main(LmcpGen.java:365)
... 1 more
The same also occurs if the type is an array of LmcpObject (Type="LmcpObject[]").
The text was updated successfully, but these errors were encountered:
Message definitions containing fields of type LmcpObject as below
cause the following exception to be thrown during generation of Python bindings
The same also occurs if the type is an array of LmcpObject (Type="LmcpObject[]").
The text was updated successfully, but these errors were encountered: