-
Notifications
You must be signed in to change notification settings - Fork 109
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
Error when running the examples in example.py #56
Comments
Sounds like a permissions problem. I would speak to DTN.
…On Fri, Jan 14, 2022 at 3:12 AM AlsaAnz ***@***.***> wrote:
Hello, thanks for your work on this library. I have followed all the steps
specified in the readme and I was able to successfully get the news data
using the -n flag, I am however not able to retrieve any other data with
any of the other flags, when I tried that I got this error :
*No data returned because Request: HTX,SPY,100,0,H_0000000000,100 , Error:
Unauthorized user ID.*
This error to me suggests that my authorization failed but I highly doubt
that because when I ran the example with fake credentials, the result was
different from when I ran it with the real credentials, in which case the
iqfeed window opens up pre-filled and what seems to be authentication takes
place.
Can you please share your thoughts on the above error.
Thanks.
—
Reply to this email directly, view it on GitHub
<#56>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGJAVCKRLIT2GR3QK6NGQTUV7LIRANCNFSM5L6DTJVA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
You're right, after speaking with them I was able to solve this problem. Fantastic library by the way, my main challenge now is with getting the live data, specifically the level 1 streaming data using |
Read the source, Luke. You have examples.
…On Fri, Jan 21, 2022 at 6:34 AM AlsaAnz ***@***.***> wrote:
You're right, after speaking with them I was able to solve this problem.
Fantastic library by the way, my main challenge now is with getting the
live data, specifically the level 1 streaming data using
get_level_1_quotes_and_trades() and the live bar interval data using
get_live_interval_bars(). I know that these functions call the watch()
method and unlike the HistoryConn class don't directly return any data. I
would like to know how I can return the data from the live API's to my
application. Thanks.
—
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGJAVGVG2BRSVMSF6MYG4LUXFAFJANCNFSM5L6DTJVA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello, thanks for your work on this library. I have followed all the steps specified in the readme and I was able to successfully get the news data using the -n flag, I am however not able to retrieve any other data with any of the other flags, when I tried that I got this error : No data returned because Request: HTX,SPY,100,0,H_0000000000,100
, Error: Unauthorized user ID.
This error to me suggests that my authorization failed but I highly doubt that because when I ran the example with fake credentials, the result was different from when I ran it with the real credentials, in which case the iqfeed window opens up pre-filled and what seems to be authentication takes place.
Can you please share your thoughts on the above error.
Thanks.
The text was updated successfully, but these errors were encountered: