Nixtla / nixtla

TimeGPT-1: production ready pre-trained Time Series Foundation Model for forecasting and anomaly detection. Generative pretrained transformer for time series trained on over 100B data points. It's capable of accurately predicting various domains such as retail, electricity, finance, and IoT with just a few lines of code 🚀.
https://docs.nixtla.io
Other
1.91k stars 151 forks source link

nixtlats.core.api_error.ApiError #138

Open fiksdano opened 8 months ago

fiksdano commented 8 months ago

nixtlats.core.api_error.ApiError: status_code: 429, body: {'data': None, 'message': 'Too many requests', 'details': 'You have reached your request limit, email ops@nixtla.io to continue using the API', 'code': 'A20', 'requestID': 'F58XQJWLVW', 'support': 'If you have questions or need support, please email ops@nixtla.io'}

I encountered the above problems, would like to ask how to solve?

vishal-git commented 8 months ago

It looks like the API request limit is very restrictive. I got the token today (from https://dashboard.nixtla.io/) and tried to use it two times. Both times, I got simple error messages such as there must be a column named ds and y etc. (which made sense.) I then corrected those errors and tried to run my code the third time. And to my surprise, I had already reached the API usage quota for this month!

Gtemeng commented 7 months ago

Yes, I also encountered the same problem. I don't know why the token I applied for can only be used herehttps://docs.nixtla.io/reference/timegpt_timegpt_post

Gtemeng commented 7 months ago

在本地使用时,出现两种错误 httpx.ConnectError: EOF occurred in violation of protocol (_ssl.c:1131) 与 nixtlats.core.api_error.ApiError: status_code: 429, body: {'data': None, 'message': 'Too many requests', 'details': 'You have reached your request limit, email ops@nixtla.io to continue using the API', 'code': 'A20', 'requestID': 'HG7CNHY8YS', 'support': 'If you have questions or need support, please email ops@nixtla.io'}