-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError on ombott.request_pkg.multipart.BytesIOProxy object #14
Comments
@biffyw Hi! I will fix this asap |
Hi again, I did an editable install of the project and fixed the function signature, but then this happened:
So I added the Seekable attribute and now my use case works as expected. Here is the diff:
|
@biffyw fine! But i think we need to implement |
@biffyw Hi!, test, please: |
Working as expected, thank you! This being the first time I've opened an issue , do I close it or do you? |
FYI, I saw this in the py4web group: https://groups.google.com/g/py4web/c/7TfrgaZDVzI |
The object being passed to ExcelReader is an ombott.request_pkg.multipart.BytesIOProxy object.
I'm using py4web 1.20240602.1 with openpxyl 3.1.4 and ombott 2.0
My same code works fine with py4web 1.20230528.1, openpyxl 3.1.2 and ombott 1.0.0 but I can see a lot changed...
In both cases, interpreter is python 3.9.2 in separate virtual environments on Windows 10 Pro Build 19045
Happy to provide any additional details, thanks in advance.
The text was updated successfully, but these errors were encountered: