Hi <@U01PL2YSG8L>, Getting `json.decoder.JSONDecod...
# community-help
s
Hi @Kishore Nallan, Getting
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
when calling
typesense_client.collections.create(schema)
. This is a python code . The schema is
Copy code
{
            'name': 'idi_v8',
            'fields': [
                {"name": ".*", "type": "auto"},
                {'name': 'title', 'type': 'string', 'facet': True},
                {'name': 'content_type', 'type': 'string', 'facet': True}
            ]
        }
k
From the server?
json.decoder.JSONDecodeError:
is Python-side error. What version of the Python client are you using?
s
using
0.15.0
with typesense
0.22.1
k
Always happens even with a simple collection creation or only with specific to this schema?
s
very specific to this schema , dont have another schema actually. was trying to clean and re-insert the data and this happened.
k
Let me try, hold on.
s
sure thanks
k
Not facing any issues here. Tried same version of client on 0.22.1 server version.
s
Okay let me check on my side and get back