-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Error using websocket listening to sip feed subscribing only to quotes #273
Open
2 tasks done
Comments
more context on error ... appears to happen after disconnect / reconnect
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current Behavior
I'm using
v3.0.1
and subscribing usingquotesWebSocket = alpacaClient.data_stream_v2;
with alpacaClient getting initialized withfeed: 'sip'
.I subscribe to only quote using :
quotesWebSocket.subscribe({ quotes: [symbol] });
After a few quotes I get an error like so:
I'm going to try two diff things later tonight ...
quotesWebSocket.subscribeForQuote(symbol)
andquotesWebSocket.subscribe({ quotes: [symbol], trades: [] })
Expected Behavior
I expect to get messages for only things i subscribed for and not errors for things i didn't
SDK Version I encountered this issue in
3.0.1
Steps To Reproduce
Filled out the Steps to Reproduce section?
Anything else?
No response
The text was updated successfully, but these errors were encountered: