You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the runtime, the debug message 'get_last_price SWELL/USDT:USDT failed' keeps appearing. What is the cause of this issue? Does it need to be handled? How should it be handled?
The text was updated successfully, but these errors were encountered:
HeartCxM
changed the title
question
get_last_price SWELL/USDT:USDT failed
Nov 25, 2024
Traceback (most recent call last):
File "/okx/passivbot-master-wyh/src/passivbot.py", line 1198, in get_last_price
if symbol in self.ohlcvs_1m and self.ohlcvs_1m[symbol]:
AttributeError: 'OKXBot' object has no attribute 'ohlcvs_1m'
During the runtime, the debug message 'get_last_price SWELL/USDT:USDT failed' keeps appearing. What is the cause of this issue? Does it need to be handled? How should it be handled?
The text was updated successfully, but these errors were encountered: