๐ Bug Report:
leonelamatos opened this issue ยท 1 comments
leonelamatos commented
๐ Reproduction steps
Install Appwrite Python sdk v5.0.1
run users.list([Query.search('email','some@email.com')]) on a users service
๐ Expected behavior
Return the specified user.
๐ Actual Behavior
{'message': 'Invalid queries param: Invalid query: Invalid query', 'code': 400, 'type': 'general_argument_invalid', 'version': '0.12.125'}
๐ฒ Appwrite version
Different version (specify in environment)
๐ป Operating system
Linux
๐งฑ Your Environment
Appwrite python sdk 5.0.1 fetching users from Appwrite cloud
๐ Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
๐ข Have you read the Code of Conduct?
- I have read the Code of Conduct
EVDOG4LIFE commented
5.0.x is incompatible with Cloud at this time. You will need to downgrade to the previous release here. 5.0.x is intended for use with 1.5.x, which Appwrite cloud being on 1.4.13 at this time. We plan on updating Cloud in the coming weeks.