Changes between Version 1 and Version 2 of Ticket #3852
- Timestamp:
- 2021-12-22T21:38:01Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3852 – Description
v1 v2 2 2 3 3 The 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 5 To 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).