From 4f3da9cddc6064d6fd4e60612ae7dd0d1f552602 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 5 Apr 2024 12:41:19 +0200 Subject: Fallback and debugging --- issues/systems/fallback-errors.gmi | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'issues/systems/fallback-errors.gmi') diff --git a/issues/systems/fallback-errors.gmi b/issues/systems/fallback-errors.gmi index 3c44e50..ed80c8e 100644 --- a/issues/systems/fallback-errors.gmi +++ b/issues/systems/fallback-errors.gmi @@ -18,7 +18,8 @@ Note that some issues may be related to production (i.e. the same). Note also I * [X] 502 timeout errors * [X] Rqtl2 not working -* [ ] 413 error +* [X] 413 error +* [ ] BNW error * [ ] Monitor service - both systemd and sheepdog * [ ] Files in /tmp @@ -174,12 +175,14 @@ has links to We can't use those because the SHA may change. So we have to host a local copy. That is fine. -## 413 Request Entity Too Large +## 413 Request Entity Too Large (fixed) On mapping from => https://fallback.genenetwork.org/show_trait?trait_id=10002&dataset=HET3-ITPPublish +This resolved itself - probably a permission issue. + ## Files generated in /tmp (later) Not unique file names appearing in TMPDIR: @@ -211,3 +214,13 @@ The following button does not display: ``` it is part of font-awesome and apparently not loaded properly. Actually the stylesheet is loaded twice(!) in mapping_results.html AND we use two different class names (fas and fa). Changing the class name fixed it. + +# BNW gives a jquery error + +This is probably a jquery update is causing + +``` +Uncaught TypeError: data1.join is not a function + https://bnw.genenetwork.org/sourcecodes/layout_cyto.php?My_key=jFv:102 + jQuery 4 +``` -- cgit v1.2.3