Hi guys, strange behaviour with sessions.
My bot establishes a connection to api services without problems for the most of the time; I get a session token and I get data calling betting methods without problems; every loop in my bot is done every 20 secs and my session is refreshed by calling keep alive every 15 minutes.
but...
sometimes...
when everything seems to go well, sometimes api services returns no data, no errors, simply no data, listmarketbook, listClearedOrders, listCurrentOrders, listMarketCatalogue... every field in which I expect to find data is empty
I solve the problem establishing a new connection from scratch... someone has the same problem? a bot should run for ever
Thank you
My bot establishes a connection to api services without problems for the most of the time; I get a session token and I get data calling betting methods without problems; every loop in my bot is done every 20 secs and my session is refreshed by calling keep alive every 15 minutes.
but...
sometimes...
when everything seems to go well, sometimes api services returns no data, no errors, simply no data, listmarketbook, listClearedOrders, listCurrentOrders, listMarketCatalogue... every field in which I expect to find data is empty
I solve the problem establishing a new connection from scratch... someone has the same problem? a bot should run for ever

Thank you


Comment