RPC with wrong parameter error

Options

Hi everyone,

we have this error which comes up almost every 2 seconds and I couldn't find anywhere infos about it or how to fix it.

it's telling me that some RPC parameter is wrong but I checked every single one in the project and can't seem to find what they mean.

here's an example of one of the RPC

would anyone have an idea what the error means or how I can find on which RPC the problem comes from?


thanks for your time,

HD

Answers

  • Tobias
    Options

    The RPC method in question is: RPC_ReceivePing.

    I don't know why you implement a ping in the first place but .. that method's code and call would be more interesting.

    Maybe you forgot the attribute? Or the parameters don't match.