PyError in b0remoteApi

Report crashes, strange behaviour, or apparent bugs
Post Reply
JonasMuegge

PyError in b0remoteApi

Post by JonasMuegge »

Hi,
I am currently using the python b0remoteApi to connect to a simulation.
The connection is build up perfectly and first everything works as it should. But after an undefined number of calls and time I recieve following error:

Code: Select all

ERROR: LoadError: PyCall.PyError("\$(Expr(:escape, :(ccall(#= C:\\Users\\Jonny\\.julia\\packages\\PyCall\\zqDXB\\src\\pyfncall.jl:43 =# @pysym(:PyObject_Call), PyPtr, (PyPtr, PyPtr, PyPtr), o, pyargsptr, kw))))", PyCall.PyObject(Ptr{PyCall.PyObject_struct} @0x00007ffd89bf0870), PyCall.PyObject(Ptr{PyCall.PyObject_struct} @0x000000000159ab28), PyCall.PyObject(Ptr{PyCall.PyObject_struct} @0x000000000149bb48))
My project is in Julia v 1.3.1 and uses https://github.com/JuliaPy/PyCall.jl to call the python api. The error has occurred in different remote calls and sometimes everything runs for an hour or two before it fails.
I have not clue what causes the error, hopefully someone here has.

Thanks

Post Reply