Traceback (most recent call last):  File "/usr/loc...
# ask-community
i
Traceback (most recent call last):  File "/usr/local/lib/python3.9/site-packages/toml/decoder.py", line 511, in loads   ret = decoder.load_line(line, currentlevel, multikey,  File "/usr/local/lib/python3.9/site-packages/toml/decoder.py", line 778, in load_line   value, vtype = self.load_value(pair[1], strictly_valid)  File "/usr/local/lib/python3.9/site-packages/toml/decoder.py", line 918, in load_value   v = int(v, 0) ValueError: invalid literal for int() with base 0
z
Hey @Ishavpreet Singh -- it looks like you've got an invalid value in your config. What values have you changed? Reviewing toml syntax would likely be helpful https://github.com/kezhuw/toml-spec
i
And added the API key and auth key generated using UI
it seems to be fetching the value correctly
but the auth token in a string for me... os that expected ?
z
It seems like you're missing quotes
i
ohh ok
let me check
u were absolutely correct
Thanks