Skip to content

Influx error #1

@jdk-sal3

Description

@jdk-sal3

~/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"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions