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

FileNotFoundError possible when displaying images #38

Open
datakurre opened this issue Jan 13, 2020 · 0 comments
Open

FileNotFoundError possible when displaying images #38

datakurre opened this issue Jan 13, 2020 · 0 comments

Comments

@datakurre
Copy link
Collaborator

  File "/home/datakurre/robotlab/lib/python3.6/site-packages/robotkernel/executors.py", line 291, in run_robot_suite
    bundle, metadata = to_mime_and_metadata(return_values[-1])
  File "/home/datakurre/robotlab/lib/python3.6/site-packages/robotkernel/utils.py", line 192, in to_mime_and_metadata
    return Image(obj, embed=True)._repr_mimebundle_()
  File "/home/datakurre/robotlab/lib/python3.6/site-packages/IPython/core/display.py", line 1262, in _repr_mimebundle_
    data, metadata = self._data_and_metadata(always_both=True)
  File "/home/datakurre/robotlab/lib/python3.6/site-packages/IPython/core/display.py", line 1275, in _data_and_metadata
    "No such file or directory: '%s'" % (self.data))
FileNotFoundError: No such file or directory: 'None'
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

1 participant