-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tutorial_aasx.py: Unable to find AASX origin. #185
Comments
Alright, thank you very much, for the referencing @LukasBenner Edit (2024-03-14, @s-heppner): |
The following workaround worked for me. By changing the relationship type before calling the See Python code below.
|
That's true, but please see also my reply to aasx-package-explorer#666. The problem is that the Package Explorer creates files that are non-conforming to the specification. We'll have lots of interoperability problems down the line, if implementations decide not to be specification-conformant. Edit (2024-03-14, @s-heppner): |
Yes, I agree. |
Hi,
I get the following error when trying to open the AASX file MyAASXPackage.aasx created with tutorial_aasx.py in the AASX Package Explorer V3.0 (v2023-09-12). basyx-python-sdk version 1.0.0
In AASX Package Explorer V3.0:
Auto-load main package at application start from C:\xxx\MyAASXPackage.aasx into container
Trying to guess package container for C:\xxx\MyAASXPackage.aasx
Error: When auto-loading main from: C:\xxx\MyAASXPackage.aasx: While opening aasx C:\xxx\AppData\Local\Temp\tmpCA81.aasx from source local file: C:\xxx\MyAASXPackage.aasx buffered to: C:\xxx\tmpCA81.aasx at \AdminShellPackageEnv.cs:line 456 gave: While reading the AASX C:\xxx\AppData\Local\Temp\tmpCA81.aasx at \AdminShellPackageEnv.cs:line 393 gave: Unable to find AASX origin. Aborting! At AasxPackageLogic.PackageCentral.PackageContainerLocalFile.LoadFromSourceAsync(String fullItemLocation, PackCntRuntimeOptions runtimeOptions)
The text was updated successfully, but these errors were encountered: