appwrite/sdk-for-python

๐Ÿ› Bug Report:

leonelamatos opened this issue ยท 1 comments

๐Ÿ‘Ÿ 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?

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.