Skip to content
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

jsmol image broken #10

Closed
xiangjf opened this issue Jun 4, 2014 · 2 comments
Closed

jsmol image broken #10

xiangjf opened this issue Jun 4, 2014 · 2 comments

Comments

@xiangjf
Copy link

xiangjf commented Jun 4, 2014

The image files Al2O3.png and 1hxw.png under static/jsmol broken, leading to the failure when import course.

2014-06-03 22:54:28,439 ERROR 5089 [root] content.py:233 - Failed to generate thumbnail for c4x://edX/Open_DemoX/asset/jsmol_Al2O3.png. Exception: cannot identify image file
Traceback (most recent call last):
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py", line 212, in generate_thumbnail
im = Image.open(StringIO.StringIO(content.data))
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py", line 1978, in open
raise IOError("cannot identify image file")
IOError: cannot identify image file
2014-06-03 22:54:28,685 ERROR 5089 [root] content.py:233 - Failed to generate thumbnail for c4x://edX/Open_DemoX/asset/jsmol_1hxw.png. Exception: cannot identify image file
Traceback (most recent call last):
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py", line 212, in generate_thumbnail
im = Image.open(StringIO.StringIO(content.data))
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py", line 1978, in open
raise IOError("cannot identify image file")
IOError: cannot identify image file

@chenshuchuan
Copy link

When I import course I also encountered such a problem

@jswope00
Copy link
Contributor

This issue is 10 years old now :)

The original demoX course has been replaced the jsmol problem is no longer a component in the course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants