Closed olevski closed 2 years ago
This was the project where this problem occurred: https://renkulab.io/projects/omnibenchmark/omni_clustering/filter-expression
I can replicate the issue by cloning the project, then going to gitlab and creating a new autosave branch from master with the same name as above except with my user's email.
This is the response from the notebooks for the austoaves:
{
"autosaves": [{
"branch": "master",
"commit": "08007f6",
"date": "2022-10-20T06:29:22+00:00",
"name": "renku/autosave/tasko.olevski@sdsc.ethz.ch/master/08007f6/134cf16",
"pvs": false
}],
"pvsSupport": true
}
A user reported the following:
Here is what their browser console looks like:
The problem was resolved after the user deleted the autosave branch. The name of the branch was like this
renku/autosave/fname.lname@uzh.ch/master/08007f6/134cf16
. I removed the actual first and last name for privacy but there was nothing weird there.I will check how the notebook service handles this branch. But I think it should be fine because the format is as expected and the name does not even have special character or anything else that could cause trouble.