Help Needed: Connection Issues with Alpyne and AnyLogic PLE v8.8.5 #48
-
Hello everyone, I'm currently facing a challenge while trying to integrate Alpyne with an AnyLogic Model (PLE version 8.8.5) and was hoping someone here might have encountered a similar issue and found a solution. Issue Description ConnectionRefusedError: [WinError 10061] No connection could be made because the target computer actively refused it This is followed by a cascade of exceptions culminating in a ModelError indicating a failure to start the app properly. The exact message is: ModelError: ModelError[path=, status=Failed to properly start the app. Error from process: , error=None, msg=''] Troubleshooting Done
Questions
I would greatly appreciate any insights or suggestions you might have. Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
So apparently, the new versions of AnyLogic (8.8.5 / 8.8.6) are not supporting the Alpyne API. I now use a previous version (8.7.7) and it works perfectly fine. I hope this gets fixed in a future update. |
Beta Was this translation helpful? Give feedback.
-
To you and @HerbertRolf - I'm working on overhauling the library which is not backwards compatible and requires the latest version of AL (8.8.6), but should be much more stable to run and easier to use. It's currently available on a side branch, which is installable via the following command:
If you want to include the dependencies needed for the examples use this:
And the examples themselves can be accessed by cloning the branch or downloading the zip. Also, the docs are updated but not uploaded as the pages, so I've built a singlehtml version for convenience, which you can download here: alpyne-v1rc-docs-singlehtml.zip |
Beta Was this translation helpful? Give feedback.
To you and @HerbertRolf - I'm working on overhauling the library which is not backwards compatible and requires the latest version of AL (8.8.6), but should be much more stable to run and easier to use.
It's currently available on a side branch, which is installable via the following command:
If you want to include the dependencies needed for the examples use this:
And the examples themselves can be accessed by cloning the branch or downloading the zip.
Also, the doc…