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
I am trying to port over some of our existing codebase to this new SDK and am having issues with accurate responses returning from some of the function calls.
Corellium SDK version installed via pip: corellium-api==0.3.2
I followed the instructions in the README file. This is my code that is reproducing the error:
This does not error however, the results/output is not correct. I know that the project ID that I provided has 0 instances in it and yet the len(instances) returns with 1505 items in the instances array.
If I look at the first element (and all for that matter) I can see the following:
Description
I am trying to port over some of our existing codebase to this new SDK and am having issues with accurate responses returning from some of the function calls.
Corellium SDK version installed via
pip
:corellium-api==0.3.2
I followed the instructions in the README file. This is my code that is reproducing the error:
This does not error however, the results/output is not correct. I know that the project ID that I provided has 0 instances in it and yet the
len(instances)
returns with1505
items in theinstances
array.If I look at the first element (and all for that matter) I can see the following:
I would have expected this to show an empty array list, since there are no instances in this project.
When I use the previous client here, it works without issues.
The text was updated successfully, but these errors were encountered: