jowilf / sqlalchemy-file

SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google Storage and others using Apache Libcloud.
https://jowilf.github.io/sqlalchemy-file/
MIT License
81 stars 11 forks source link

ObjectDoesNotExistError(value=None, driver=self, object_name=object_name) libcloud.storage.types.ObjectDoesNotExistError: <ObjectDoesNotExistError in <libcloud.storage.drivers.local.LocalStorageDriver object at 0x7fbdf553e050>, value=None, object = None> #151

Open Avin-Techv opened 1 month ago

Avin-Techv commented 1 month ago

https://stackoverflow.com/questions/78510685/fastapi-sqlalchemy-exc-invalidrequesterror-this-session-is-in-committed-sta

jowilf commented 3 weeks ago

hi @Avin-Techv , what are you trying to achieve with your custom file class? Can you provide a minimum reproducible code?