Changes for page Troubleshooting

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

From version 44.1
edited by kindler
on 2022/10/19 15:05
Change comment: There is no comment for this version
To version 40.1
edited by kindler
on 2022/08/19 15:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,10 +4,17 @@
4 4  (% class="wikigeneratedid" %)
5 5  For more information on the Collaboratory, please seee the [[documentation of the EBRAINS Collaboratory environment>>https://wiki.ebrains.eu/bin/view/Collabs/the-collaboratory/]].
6 6  
7 +(% class="wikigeneratedid" %)
7 7  == Temporary problems ==
8 8  
9 -Currently none known.
10 +=== August 2022: "504 Gateway Time-out" ===
10 10  
12 +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
13 +//break//
14 +before the
15 +//a=client.list_resource_requests(repoInfo.nameInTheUrl)//
16 +line in the example notebook.
17 +
11 11  == Jupyter notebook environment ("Lab") related ==
12 12  
13 13  === Error message "Error in Authenticator.pre_spawn_start: ... 401: Unauthorized" ===
... ... @@ -96,4 +96,4 @@
96 96  
97 97  There are also some additional Python3 related changes in the brainscales_system_chain_test.py example. Please find a [[working example script>>https://lab.ch.ebrains.eu/user-redirect/lab/tree/shared/NMC%20Collab%20copy%20template/BrainScaleS/BrainScaleS_01_Chain.ipynb]] in our [[copy-template Drive>>https://wiki.ebrains.eu/bin/view/Collabs/nmc-collab-copy-template/Drive]] (for copying into users collabs).
98 98  
99 -==== ====
106 +==== ====