jupyter / nbgrader

A system for assigning and grading notebooks
https://nbgrader.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.3k stars 317 forks source link

Error Fetching Courses! (in Assignments page of student login to jupyterhub) #1856

Closed Nethramudhiraj closed 10 months ago

Nethramudhiraj commented 10 months ago

Operating system

Ubuntu 22.04.3 LTS 64 bit

nbgrader --version

Python version 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] nbgrader version 0.9.1

jupyterhub --version (if used with JupyterHub)

2.0.0

jupyter notebook --version

7.0.6

Expected behavior

Assignment List page for students should show the released assignments.

Actual behavior

Screenshot from 2024-01-09 17-51-21

Steps to reproduce the behavior

Screenshot from 2024-01-09 18-04-32 After releasing assignment from this page of admin login, course101 folder is created in exchange folder. Also inbound/outbound folders are created inside the course101 folder.

After that, when I login to student account and see assignments list page it shows as below: Screenshot from 2024-01-09 17-51-21

Nethramudhiraj commented 10 months ago

Issue was solved by moving exchange folder to a accessible location(to all users) and modifying exhange path in nbgrader config file.