-
Notifications
You must be signed in to change notification settings - Fork 16
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
OverflowError: bad numeric conversion: positive overflow in dispatchEventQueue #33
Comments
It may be safer to dispatch updates just like consumer.py. Second, it is possible that you didn't dispatch events fast enough. If you can send pyrfa.log to support@devcartel.com, I will take a look. |
Looks like I didn't explain myself well enough: |
Log: |
Looks like it could be a data decoding issue for this
This will enable PyRFA to log incoming data into a file. Then we can investigate which data format that causes this issue. |
I have the same issue of this, the ric is "/600085.SS". But there is one strange thing. If the develop platform is windows. Everything is ok. The others rics are OK, except the rics of china. Thanks |
Hi, we believe it could be some decoding issue. Can you try simple consumer app just to get this RIC and set Unfortunately, we don't have access to this data in our lab. |
Please reference the log file, i have hided the personal informaion. Thanks |
Dear Wiwat: |
@Chen-Yi-Cheng is it possible for us to access your IDN_SELECTFEED so we can consume .SS symbols? If so, please contact our support@devcartel.com for access information. |
Try to request .SSEA
File "/export/scratch/devel/FlaskRFA/src/service.py", line 15, in procResponse
for u in p.dispatchEventQueue():
OverflowError: bad numeric conversion: positive overflow
127.0.0.1 - - [15/Sep/2017 10:33:13] "GET /?ric=.SSEA HTTP/1.1" 500 -
Everything else seems to work...
I'm using Flask, python 2.7.3 and
pyrfa 8.2.1
The text was updated successfully, but these errors were encountered: