Warning : Jupiter-lab will be down today from 16:00 CEST (my timezone) for up to 15 minutes for maintenance.


Changes for page Troubleshooting

Last modified by kindler on 2025/05/14 16:54

From version 41.1
edited by kindler
on 2022/08/19 15:21
Change comment: There is no comment for this version
To version 42.1
edited by kindler
on 2022/08/19 15:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,7 +9,7 @@
9 9  === August 2022: "504 Gateway Time-out" ===
10 10  
11 11  The call to //client.list_resource_requests(repoInfo.nameInTheUrl)// in the batch-exmaple notebooks currently (19 August 2022) result in a "504 Gateway Time-out" error due to a problem in the back-end. As a workaround, please just skip the part by inserting a line with the content
12 -//exit()//
12 +//exit(0)//
13 13  before the line
14 14  //a=client.list_resource_requests(repoInfo.nameInTheUrl)//
15 15  in the example notebook. This skips the pre-check for an existing quota (so, if a quota entry is missing the execution will fail later), but allows the notebook to run, if a quota entry is present (which is the usual case).