Changes between Version 1 and Version 2 of Ticket #3852


Ignore:
Timestamp:
2021-12-22T21:38:01Z (3 years ago)
Author:
meejah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3852 – Description

    v1 v2  
    22
    33The JSON version of the welcome page uses sorting on `.items()` in e.g. `allmydata/web/root.py:301` which sometimes contain `None`. Running under Python3, this causes a 500 error if you access the JSON welcome page.
     4
     5To reproduce, visit the WebUI root page with `?t=json` when there's at least one storage-server that is not currently connected (or is reporting "None" as available space).