diff options
author | Pjotr Prins | 2024-03-22 11:07:42 +0100 |
---|---|---|
committer | Pjotr Prins | 2024-03-22 11:07:42 +0100 |
commit | 64d842e47cfc640e0f3237c4415a81631c612c57 (patch) | |
tree | 25a15b10731e6848c15ff349015de490921ed9f9 /issues/systems | |
parent | 94c655f4f0dd75d0a5308b3d67d5601ec4d03278 (diff) | |
download | gn-gemtext-64d842e47cfc640e0f3237c4415a81631c612c57.tar.gz |
fallback: add issues page
Diffstat (limited to 'issues/systems')
-rw-r--r-- | issues/systems/fallback-errors.gmi | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/issues/systems/fallback-errors.gmi b/issues/systems/fallback-errors.gmi new file mode 100644 index 0000000..ef75493 --- /dev/null +++ b/issues/systems/fallback-errors.gmi @@ -0,0 +1,46 @@ +# Fallback issues + +This page tracks outstanding problems with + +=> https://fallback.genenetwork.org/ + +Note that some issues may be related to produciton (i.e. the same). + +# Tags + +* type: bug +* assigned: pjotrp +* keywords: systems, fallback, deploy +* status: in progress +* priority: critical + +# Tasks + +* [ ] Rqtl2 not working +* [ ] 413 error + +## Rqtl2/HK/Pairscan not working + +URL error on result of + +=> https://fallback.genenetwork.org/show_trait?trait_id=5581148&dataset=UMUTAffyExon_0209_RMA + +``` + GeneNetwork 2.11-rc2 https://fallback.genenetwork.org/run_mapping (10:01AM UTC Mar 22, 2024) +Traceback (most recent call last): + File "/gnu/store/a39cgbdawj9vp24nsz9q25sf9g5vda7c-profile/lib/python3.10/site-packages/requests/models.py", line 434, in prepare_url + scheme, auth, host, port, path, query, fragment = parse_url(url) + File "/gnu/store/a39cgbdawj9vp24nsz9q25sf9g5vda7c-profile/lib/python3.10/site-packages/urllib3/util/url.py", line 397, in parse_url + return six.raise_from(LocationParseError(source_url), None) + File "<string>", line 3, in raise_from +urllib3.exceptions.LocationParseError: Failed to parse: http://localhost:8893api/rqtl/compute + +``` + +Gemma works though + +## 413 Request Entity Too Large + +On mapping from + +=> https://fallback.genenetwork.org/show_trait?trait_id=10002&dataset=HET3-ITPPublish |