-
Notifications
You must be signed in to change notification settings - Fork 1
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
Reappearance of AttributeError: 'SpooledTemporaryFile' object has no attribute 'seekable' #5
Comments
The fix seems to be to change line 77 in server.py:
The upload works normally with this fix, but then there is an issue with interpreting module archive:
|
This is not an original issue anymore, but I will update the thread just in case someone needs it. Our BlackBoard archived course with an error, that seems to prevent this Analysis tool from opening a particular SCORM package in the archive. The workaround I have used is to skip the package with an error from loading. Changes to line 260:
This way I can still load and analyse the remaining part of the course. |
I ran into these same issues in August 2022. I tried the bottom fix first (line 260) but it didn't work. Then I included the zip fix too (line 77) and it worked! |
There is a closed issue with this error (#3), unfortunately, I have problem showing on two different systems.
Error message:
Installed packages:
Python version:
The text was updated successfully, but these errors were encountered: