Skip to content

issues Search Results · repo:appwrite/sdk-for-python language:Python

Filter by

31 results
 (88 ms)

31 results

inappwrite/sdk-for-python (press backspace or delete to remove)

👟 Reproduction steps from appwrite.client import Client from appwrite.services.databases import Database client.set_endpoint( Endpoint ) client.set_project( Project ) client.set_key( standard_xxx ...
bug
  • Sau1707
  • 2
  • Opened 
    on Jun 14
  • #111

👟 Reproduction steps def get_appwrite_client(): client = Client() client.set_endpoint(os.getenv( APPWRITE_URL )) client.set_project(os.getenv( APPWRITE_PROJECT )) client.set_key(os.getenv( ...
bug
  • RyanBaig
  • 1
  • Opened 
    on Apr 18
  • #108

👟 Reproduction steps When i try to upload a file that is more than 5 MB in size using storage.create_file via the python SDK. 👍 Expected behavior It should upload the file in chunks 👎 Actual Behavior ...
bug
  • KosKos1337
  • 2
  • Opened 
    on Dec 10, 2024
  • #100

👟 Reproduction steps Login the user and try to print logged in user it shows Guest user 👍 Expected behavior whenever user login it should show the logged in user 👎 Actual Behavior Its not storing ...
bug
question
  • SmitProgrammer
  • 4
  • Opened 
    on Dec 3, 2024
  • #97

🔖 Feature description As a developer, I want to know what exactly an SDK method, for example Accounts.get(), will return. It would be way more useful for this method to return an Account object with all ...
  • iron3oxide
  • 2
  • Opened 
    on Jul 11, 2024
  • #88

💭 Description The Account function is used in the account s example, but it is not imported there, unlike Client, which is imported. This issue is not specific to one example; rather, all account examples ...
  • ayaan-qadri
  • 3
  • Opened 
    on May 2, 2024
  • #84

👟 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 ...
bug
  • leonelamatos
  • 1
  • Opened 
    on Mar 22, 2024
  • #82

👟 Reproduction steps Followed the steps in: https://appwrite.io/docs/quick-starts/python. Ensured correct Project Id and API key. 👍 Expected behavior Expected my_app to launch, connect to API / db, ...
bug
  • vvixi
  • 1
  • Opened 
    on Oct 23, 2023
  • #77

💭 Description Getting Started Tutorial link in the readme section is outdated and only results in too many redirects. 👀 Have you spent some time to check if this issue has been raised before? - [X] ...
  • devfinwiz
  • 3
  • Opened 
    on Oct 6, 2023
  • #73

👟 Reproduction steps Traceback (most recent call last): File /usr/local/server/src/server.py , line 165, in handler output = await asyncio.wait_for(execute(context), timeout=safeTimeout) File /usr/local/lib/python3.9/asyncio/tasks.py ...
bug
  • genki-iosdev
  • 2
  • Opened 
    on Sep 28, 2023
  • #72
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub