From b9500b75b64b1a0b490b8968adfba3c27f113052 Mon Sep 17 00:00:00 2001 From: iCart Date: Wed, 4 Nov 2020 11:44:31 +0100 Subject: [PATCH] [ADD] Odoo.sh: How to restart the online editor There seems to be a common issue with the odoo.sh editor becoming unresponsive. See opw- 2375644, 2374388, 2367223 and 2367603 --- odoo_sh/advanced/frequent_technical_questions.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/odoo_sh/advanced/frequent_technical_questions.rst b/odoo_sh/advanced/frequent_technical_questions.rst index 2436f225e..e0c2c2063 100644 --- a/odoo_sh/advanced/frequent_technical_questions.rst +++ b/odoo_sh/advanced/frequent_technical_questions.rst @@ -43,3 +43,12 @@ Several community apps for Odoo list ``pycups`` as required dependency. We consider adding new system packages as long as they are indeed used. Regarding ``pycups``, you won't be able to configure a printer in the local network of your Odoo.sh server. + +The online editor is loading indefinitely +----------------------------------------- + +If you can't access the online editor (either a white page, or a frozen loading screen), +you can restart it by opening a shell on the affected branch and running these two commands: + +- rm ~/.jupyter +- pkill -9 jupyter