Tracy Teal
05/14/2024, 4:28 PMTracy Teal
05/14/2024, 4:29 PMHi, not sure if this is the right place for this request but I'm having difficulties validating my API key.
I just registered with mayuko@mayukosato.com and I have 1 API key.
What I got is just False and I didn't see any message when I ran this on a company machine
```import pandas as pd
from nixtla import NixtlaClient
nixtla_client = NixtlaClient(api_key = [my API key starting with'nixtla-tok']
)
nixtla_client.validate_api_key()```
When I tried it on my personal machine at home, it actually gave me True with the 'Happy Forecasting! :)' message.
The Python version on both machines is 3.11.2.
Would it be possible this was caused by the company's security thing?
Tracy Teal
05/14/2024, 4:29 PMI'm talking to the security team and he's asking me where the API connecting to our system.
I'd say "my machine" but I feel that's not a good answer...
what would you suggest?
Edu
05/14/2024, 4:31 PMTracy Teal
05/14/2024, 4:37 PM