Ali Niko

Results 5 issues of Ali Niko

Im trying to use bta-lib to calculate rsi indicator although it was fine with the sma function but through an error on rsi function ''' df=pd.read_csv('prices.csv') sma=btalib.sma(df,period=9)#works fine rsi=btalib.rsi(df,period=14)#through an...

`from kucoin_futures.client import Market client=Market(key=key, secret=secret, passphrase=passphrase, is_sandbox=False, url=url) k=client.get_ticker('BTCUSDT') print(k)` when I run this code it gives me this error: Exception: 500-{"code":"100000","msg":"Service not available temporarily, please try it later."}

I've been trying to run Qv2ray and other programs on Ubuntu 16.04 and Lubuntu 18, but I always get this error: "cannot execute binary file: Exec format error". Here's the...

Bugs

# Internal Error Stacktrace: **Error Message**: BaseModelView.delete_view() got an unexpected keyword argument 'cls' ``` Traceback (most recent call last): File "/opt/hiddify-manager/.venv/lib/python3.10/site-packages/flask_admin/base.py", line 369, in _run_view return fn(self, *args, **kwargs) File...

InstaPy Version: 0.6.16 python 3.10 Ubuntu 22 Error: ` File "/home/.../Projects/instapyBot/env/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status 1 ` How can...