You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
On https://www.juliabox.com I get a pop up with the following message when I try to delete a user created directory "Tutorial" which is a copy of the stock "tutorial" directory.
Delete Failed.
An error occurred when deleting "Tutorial"
Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/IPython/html/base/handlers.py", line 441, in wrapper result = yield gen.maybe_future(method(self, _args, *_kwargs)) File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 1008, in run value = future.result() File "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 232, in result raise_exc_info(self._exc_info) File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 282, in wrapper yielded = next(result) File "/usr/local/lib/python2.7/dist-packages/IPython/html/services/contents/handlers.py", line 252, in delete yield gen.maybe_future(cm.delete(path)) File "/usr/local/lib/python2.7/dist-packages/IPython/html/services/contents/manager.py", line 228, in delete self.delete_file(path) File "/usr/local/lib/python2.7/dist-packages/IPython/html/services/contents/filemanager.py", line 437, in delete_file shutil.rmtree(os_path) File "/usr/lib/python2.7/shutil.py", line 232, in rmtree onerror(os.path.islink, path, sys.exc_info()) File "/usr/lib/python2.7/shutil.py", line 230, in rmtree raise OSError("Cannot call rmtree on a symbolic link") OSError: Cannot call rmtree on a symbolic link
The text was updated successfully, but these errors were encountered:
The stock tutorial directory is a link, not a regular directory. Looks like the Jupyter filemanager is calling rmtree on it which is failing. Can you check if it fails similarly on any linked directory?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On https://www.juliabox.com I get a pop up with the following message when I try to delete a user created directory "Tutorial" which is a copy of the stock "tutorial" directory.
The text was updated successfully, but these errors were encountered: