iqoptionapi / iqoptionapi

IQ Option API (Python 3.7.2) - supported by community - ONLY FOR STUDY - Don't use it on your real Account!!!
https://iqoptionapi.github.io/iqoptionapi/
225 stars 159 forks source link

[Problem] .get_betinfo(id) - ERROR:root:**error** get_betinfo time out need reconnect #84

Open flavio-amadio opened 1 year ago

flavio-amadio commented 1 year ago

After place an order to buy a forex USDEUR it doesn't retrieve the operation status using get_betinfo(), presenting the time out error

In: iqoption.connect() Out: (True, None)

In: check_oper, oper_id = iqoption.buy(100, 'EURUSD', 'call', 1) print(check_oper, oper_id) Out: True 10570538984

In: data = iqoption.get_betinfo(10570538984) Out: ERROR:root:error get_betinfo time out need reconnect ERROR:root:error get_betinfo time out need reconnect

wraythezw commented 2 months ago

Seeing the same error