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
I pulled a new version of a repository from github and some file locations were changed (moved into a new folder). When I used the "open recent" dialogue to open one of these files, while in the Notebook environment, a "404: Not found" window opened up and then the "Issue reporter" opened up.
Traceback
File "/home/victor/anaconda3/lib/python3.6/site-packages/spyder_notebook/notebookplugin.py", line 366, in close_client
nb_contents = nbformat.read(path, as_version=4)
File "/home/victor/anaconda3/lib/python3.6/site-packages/nbformat/__init__.py", line 138, in readwith io.open(fp, encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/victor/Documents/Studium/Master-Studium/NT2/NT2-Uebungen/uebungsblatt3.ipynb'
Traceback (most recent call last):
File "/home/victor/anaconda3/lib/python3.6/site-packages/spyder_notebook/notebookplugin.py", line 366, in close_client
nb_contents = nbformat.read(path, as_version=4)
File "/home/victor/anaconda3/lib/python3.6/site-packages/nbformat/__init__.py", line 138, in readwith io.open(fp, encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/victor/Documents/Studium/Master-Studium/NT2/NT2-Uebungen/uebungsblatt3.ipynb'
Traceback (most recent call last):
File "/home/victor/anaconda3/lib/python3.6/site-packages/spyder_notebook/notebookplugin.py", line 366, in close_client
nb_contents = nbformat.read(path, as_version=4)
File "/home/victor/anaconda3/lib/python3.6/site-packages/nbformat/__init__.py", line 138, in readwith io.open(fp, encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/victor/Documents/Studium/Master-Studium/NT2/NT2-Uebungen/uebungsblatt3.ipynb'
Traceback (most recent call last):
File "/home/victor/anaconda3/lib/python3.6/site-packages/spyder_notebook/notebookplugin.py", line 366, in close_client
nb_contents = nbformat.read(path, as_version=4)
File "/home/victor/anaconda3/lib/python3.6/site-packages/nbformat/__init__.py", line 138, in readwith io.open(fp, encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/victor/Documents/Studium/Master-Studium/NT2/NT2-Uebungen/uebungsblatt3.ipynb'
Traceback (most recent call last):
File "/home/victor/anaconda3/lib/python3.6/site-packages/spyder_notebook/notebookplugin.py", line 366, in close_client
nb_contents = nbformat.read(path, as_version=4)
File "/home/victor/anaconda3/lib/python3.6/site-packages/nbformat/__init__.py", line 138, in readwith io.open(fp, encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/victor/Documents/Studium/Master-Studium/NT2/NT2-Uebungen/uebungsblatt3.ipynb'
WARNING:spyder.widgets.github.backend:failed to send bug report on github. response={'code': 401, 'json': {'message': 'Bad credentials', 'documentation_url': 'https://developer.github.com/v3'}}
I noticed that I can trigger the "issue reporter" window by trying to close the 404-not-found-Tab inside the notebook environment. Alo, it's not possible to close this tab.
Description
What steps will reproduce the problem?
I pulled a new version of a repository from github and some file locations were changed (moved into a new folder). When I used the "open recent" dialogue to open one of these files, while in the Notebook environment, a "404: Not found" window opened up and then the "Issue reporter" opened up.
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: