Modify ↓
#23380 closed defect (fixed)
Imagery sources wiki not editable
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Trac | Version: | |
Keywords: | Cc: |
Description
All imagery sources wiki pages are not editable.
https://josm.openstreetmap.de/wiki/Maps
The exact same message is always displayed:
Warning: Invalid Wiki page: XML validation for map failed: 'ascii' codec can't decode byte 0xc3 in position 5132: ordinal not in range(128)
Attachments (0)
Change History (3)
comment:1 by , 11 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 11 months ago
Component: | Core → Trac |
---|
Note:
See TracTickets
for help on using tickets.
Should be fixed. Please retry.
In case you wonder what it was. After python 2 to 3 upgrade I needed to add a "b" at the right place ;-)