Public bug reported: Dear maintainer,
When trying to add/edit a custom field (the main functionality of this plugin), you always get this error: Error:TypeError: sequence item 0: expected str instance, bytes found Python Traceback Most recent call last: File "/usr/local/lib/python3.12/site-packages/trac/web/main.py", line 610 , in dispatch_request File "/usr/local/lib/python3.12/site-packages/trac/web/main.py", line 302 , in dispatch File "/usr/local/lib/python3.12/site-packages/trac/web/main.py", line 248 , in dispatch File "/usr/local/lib/python3.12/site-packages/trac/admin/web_ui.py", line 104 , in process_request File "/usr/local/lib/python3.12/site-packages/customfieldadmin/admin.py", line 73 , in render_admin_panel File "/usr/local/lib/python3.12/site-packages/customfieldadmin/api.py", line 162 , in update_custom_field File "/usr/local/lib/python3.12/site-packages/customfieldadmin/api.py", line 130 , in create_custom_field This is due to a Python 2 thing that is still in the code of the plugin, although we are now using the new Python 3 only Trac 1.6. It has been fixed upstream via this upstream ticket: https://trac- hacks.org/ticket/14396 Please update the package to point to the latest upstream code, otherwise the package becomes a lot less usable (only works without changing any custom fields). Thank you. Using: - Ubuntu 26.04 (resolute) - trac-customfieldadmin 0.4.0+svn18456-2build1 ** Affects: trac-customfieldadmin (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2160505 Title: Crash when trying to edit/save custom field To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/trac-customfieldadmin/+bug/2160505/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
