Replies: 2 comments 4 replies
-
Without more information, it's impossible to say. If you could share the code you're calling in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Jacob, I am currently facing the same issue. Did you already manage to solve this yourself? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using pycommunicator to run an optimization algorithm and then parse json results into the database
This has worked well and I can see the task completing successfully (i.e results appearing in the database)
When I call traceln(attempt.getFeedback()) the java.lang.IndexOutOfBoundsException error appears in the console. It does not appear red or cause the simulation to stop. It does show the series of method calls that lead to the error and it points to the traceln(attempt.getFeedback()) line
If i just call the method without trying to trace it then there is no error in the console
Any insight into what causes this?
Beta Was this translation helpful? Give feedback.
All reactions