stockalgo/OItool

Oi Tools not working

sunakshi708 opened this issue · 1 comments

I have pip installed the OI tool on Jupyter nootbook.
Then copy the code shown and Run as per the below snap shot. It gave me error. Please assist how to use the code so i can use OItool. How to fix this and use. Any document to run the code and use.

"Exception: ('Error occurred in OItool initialization: ', "HTTPConnectionPool(host='localhost', port=8086): Max retries exceeded with url: /query?q=CREATE+DATABASE+%22oitool%22&db=oitool (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x03D776A0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))")"

image

Hi,

Please make sure to start influxdb before running this script. You can run influxdb by running influxd.exe. (Screenshot attached.)

Screenshot (46)