CryptoRobotFr / Live-Tools-V2

GNU General Public License v3.0
25 stars 16 forks source link

erreur lancement script Pair {key_param_object["pair"]} not found #15

Open haade-administrator opened 1 month ago

haade-administrator commented 1 month ago

J'ai réalisé une installation sur debian 12 tous les requis sont correctements installés le compte est bitmart et il est à 0$

quand je lance la commande bash Live-Tools-V2/1hcron.sh j'ai l'erreur suivante:

File "/usr/lib/robotcrypto/Live-Tools-V2/strategies/trix/multi_bitmart_lite.py", line 119 await dl.send_now(f"Pair {key_param_object["pair"]} not found, removing from params...", level="WARNING")

identique sur les deux script python (multi_bitmart et multi_bitmart_lite ) seul les lignes diffèrent

Est-ce normal ?

TristanLeGoff commented 3 weeks ago

Non ce n'est pas normal, mais là le message d'erreur n'est pas complet donc je ne pourrais pas aider car je ne sais pas ce qui s'est passé

haade-administrator commented 3 weeks ago

je n'ai pas plus en message d'erreur

nico2036 commented 3 weeks ago

Hello,

J'ai la même erreur :

home/Live-Tools-V2/strategies/trix# python3 multi_bitmart_lite2.py File "multi_bitmart_lite2.py", line 119 await dl.send_now(f"Pair {key_param_object["pair"]} not found, removing from params...", level="WARNING")

Cdt,

TristanLeGoff commented 3 weeks ago

Je viens de faire un petit push qui transforme à la ligne 119 le "pair" en 'pair' ça devrait éviter l'erreur

nico2036 commented 3 weeks ago

Il y à la même erreur à chaque fois ["pair"] & ["tf"]

nicoxygen commented 3 weeks ago

idem: File "/usr/lib/robotcrypto/Live-Tools-V2/strategies/trix/multi_bitmart_lite.py", line 132 if f"{key_param_object["pair"]}-{key_param_object["tf"]}" not in tf_pair_loaded: ^^^^ SyntaxError: f-string: unmatched '['