-
Notifications
You must be signed in to change notification settings - Fork 5
Influx error #1
Copy link
Copy link
Open
Description
~/crypto-trader-bot$ tail -f log/bot.log
algo_helper = influx_algo_helper("listener", EXCHANGE, SYMBOL_1, SYMBOL_2)
File "/crypto-trader-bot/src/influx_algo_helper.py", line 21, in init
self.prev_macd = self.macd
File "/crypto-trader-bot/src/influx_algo_helper.py", line 170, in macd
result = self.influx.query(query_macd)
File "/usr/local/lib/python3.10/site-packages/influxdb/client.py", line 521, in query
response = self.request(
File "/usr/local/lib/python3.10/site-packages/influxdb/client.py", line 378, in request
raise InfluxDBClientError(err_msg, response.status_code)
influxdb.exceptions.InfluxDBClientError: 401: {"code":"unauthorized","message":"Unauthorized"}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels