Mzakery
Mzakery
I registered on the website https://www.nixtla.io/ and received the token from the Get token section and defined it as a environment variable. I want to run the codes of this...
Codes run in colab with version 3.10
load_dotenv('c.env') True TIMEGPT_TOKEN=os.environ.get("TIMEGPT_TOKEN") TIMEGPT_TOKEN '... token...' timegpt = TimeGPT( # defaults to os.environ.get("TIMEGPT_TOKEN") token = 'TIMEGPT_TOKEN') timegpt.validate_token() ApiError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 timegpt.validate_token() 1...
Thanks But it gives error 429 in this part. timegpt.validate_token() ApiError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 timegpt.validate_token() 1 frames [/usr/local/lib/python3.10/dist-packages/nixtlats/client.py](https://localhost:8080/#) in validate_token(self) 419 except JSONDecodeError:...
Hello I also got the 401 error. I registered on the site and received the token, but unfortunately I still get the 401 error. please guide me ApiError: status_code: 401,...