Closed trevorcampbell closed 2 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
As of c23461d4f7ce47ec4e0d2bcfc3b2fde4939b80f8 this is fixed; closing. I believe PRs #257 #264 #269 probably addressed this.
Bug description
Roughly:
worksheet_02.ipynb
worksheet_02.ipynb -> something_else.ipynb
other_file.txt
Then nbgitpuller fails to log in with exit status 128.
Expected behaviour
nbgitpuller should pull a fresh copy of
worksheet_02.ipynb
from the repo and bring the student to that file. nbgitpuller should also successfully pull the new, unrelated fileother_file.txt
.Actual behaviour
nbgitpuller fails to log in (and the student is no longer able to log in until the instructor manually addresses the issue in the server backend).
How to reproduce
Setup:
Making the error occur:
worksheet_02.ipynb
to something else, e.g.MAIN.ipynb
test-repo-2
repo, I pushedtest2.txt
.file1.txt
.(I think the edit to
file1.txt
is likely not necessary, but that's what I did in my testing. My guess is that it's the pushed new filetest2.txt
that is more related to the issue.)You will see this error
Your personal set up
Server is running centos
Full environment
Our JHub uses DockerSpawner and LTIAuthenticator.
This is the server environment itself. The docker container environment is further down below.
Now inside the docker container (we are using
ubcdsci/r-dsci-100:v0.28.0
withnbgitpuller==1.0.3
but I have tried to reproduce this onubcdsci/r-dsci-100:v0.17.0
withnbgitpuller==0.9.0dev
and it still happens there too):Configuration
Logs
There are no errors that I can find related to this in the logs