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
Apologies I don't have time to write a full report here, but essentially when using the jupyter-collaboration extension, it seems to prepend "RTC" to the folder name, however this isn't the case for the actual filesystem.
Hence, when trying to extract an archive in a session that has real time collaboration on, it looks in the wrong place giving:
FileNotFoundError: [Errno 2] No such file or directory: '/home/jovyan/RTC:neuro4ml/cw1-peer-assessment/all.zip'
When actually it should just use the path (without "RTC:")
Apologies I don't have time to write a full report here, but essentially when using the jupyter-collaboration extension, it seems to prepend "RTC" to the folder name, however this isn't the case for the actual filesystem.
Hence, when trying to extract an archive in a session that has real time collaboration on, it looks in the wrong place giving:
When actually it should just use the path (without "RTC:")
The result is that clicking "Extract Archive" does nothing, and the error is reported in the backend logs.
The text was updated successfully, but these errors were encountered: