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 plan to add the userData function, but following the example from the doc, I got this error:
PHP Fatal error: Uncaught Error: Function name must be a string in /project/vendor/jaggedsoft/php-binance-api/php-binance-api.php:2094
Stack trace:
#0 /project/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php(123): Binance\API->Binance{closure}(Object(Ratchet\RFC6455\Messaging\Message), Object(Ratchet\Client\WebSocket)) #1 /project/vendor/ratchet/pawl/src/WebSocket.php(72): Ratchet\Client\WebSocket->emit('message', Array) #2 /project/vendor/ratchet/rfc6455/src/Messaging/MessageBuffer.php(104): Ratchet\Client\WebSocket->Ratchet\Client{closure}(Object(Ratchet\RFC6455\Messaging\Message)) #3 /project/vendor/ratchet/rfc6455/src/Messaging/MessageBuffer.php(60): Ratchet\RFC6455\Messaging\MessageBuffer->processData('\x81~\x1Ed{"e":"outbo...') #4 /project/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php(123): Ratchet\RFC6455\Messaging\MessageBuffer->onData('\x81~\ in /project/vendor/jaggedsoft/php-binance-api/php-binance-api.php on line 2094
Hello,
I plan to add the userData function, but following the example from the doc, I got this error:
My code is:
Platform:
php version:
Any idea what could I be doing wrong?
Thanks in advance.
The text was updated successfully, but these errors were encountered: