mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-18 12:46:25 -04:00
Bug Report: upload_file receives NotAuthenticated error #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NotAussie on GitHub (Jan 21, 2025).
Describe the bug
The
.upload_file()function fails to authenticate and raisesKeyError.To Reproduce
The command below reliably produces the error.
Expected behavior
The file to be uploaded without an authentication error.
Library version
Additional context
Traceback:
HTTP Response:
System information:
@greeeen-dev commented on GitHub (Feb 13, 2025):
Just opened a PR for this: #93