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

student not able to fetch feedback #1868

Open
bpfrd opened this issue Mar 9, 2024 · 3 comments
Open

student not able to fetch feedback #1868

bpfrd opened this issue Mar 9, 2024 · 3 comments

Comments

@bpfrd
Copy link

bpfrd commented Mar 9, 2024

Hi,

I set up nbgrader (this implementation https://github.com/CERIT-SC/nbgrader-k8s/tree/main/nbgrader-exchange) with jupyterhub. Some students are not able to fetch feedback and get this error:

$nbgrader fetch_feedback "assignment_name" --course course_name
[FetchFeedbackApp | WARNING] Config option `kernel_spec_manager_class` not recognized by `FetchFeedbackApp`.
[FetchFeedbackApp | WARNING] Could not find feedback for 'course_name/assignment_name/notebook_name' submitted at 2024-03-02 14:20:56.795510 UTC
[FetchFeedbackApp | WARNING] Could not find feedback for 'course_name/assignment_name/notebook_name2' submitted at 2024-03-02 14:20:56.795510 UTC
[FetchFeedbackApp | INFO] Source: /mnt/exchange/course_name/feedback_public/username
[FetchFeedbackApp | INFO] Destination: /home/jovyan/course_name/assignment_name/feedback

course_name, assignment_name, ... are just placeholders for actual data. This only happens for some random students. I was wondering, what's the issue?

best

@brichet
Copy link
Contributor

brichet commented Apr 9, 2024

Thanks @bpfrd for opening this issue.

If the error still occurs, can you check if the feedback files are still in the relevant directory ?

@bpfrd
Copy link
Author

bpfrd commented Apr 9, 2024

Thanks for your response. the feedback files exist in the relevant directory with hashed names. However, the fetch_feedback command doesn't work in some cases and gives the above error.

@brichet
Copy link
Contributor

brichet commented Apr 9, 2024

Probably related to #1774 and #1712

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

No branches or pull requests

2 participants