You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR moin Exception on /+misc/sitemap [GET]
Traceback (most recent call last):
File "/mymoin/moin-venv-python3/lib/python3.12/site-packages/flask/app.py", line 1511, in wsgi_app
response = self.full_dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mymoin/moin-venv-python3/lib/python3.12/site-packages/flask/app.py", line 919, in full_dispatch_request
rv = self.handle_user_exception(e)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mymoin/moin-venv-python3/lib/python3.12/site-packages/flask/app.py", line 917, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "/mymoin/moin-venv-python3/lib/python3.12/site-packages/flask/app.py", line 902, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mymoin/moin/src/moin/apps/misc/views.py", line 51, in sitemap
sitemap.sort()
TypeError: '<' not supported between instances of 'str' and 'CompositeName'
The comment in misc/views.py says "Google (and others) XML sitemap". Is this still needed? Is there any reference?
Same question applies to /+misc/url_names, this map is used to implement SisterWikis. We just dropped the SisterWiki
functionality. There is a Todo to remove deleted items from this list.
The text was updated successfully, but these errors were encountered:
When trying /+misc/sitemap I get this traceback:
The comment in misc/views.py says "Google (and others) XML sitemap". Is this still needed? Is there any reference?
Same question applies to /+misc/url_names, this map is used to implement SisterWikis. We just dropped the SisterWiki
functionality. There is a Todo to remove deleted items from this list.
The text was updated successfully, but these errors were encountered: