Plone 6.1.1. I created a Plone add-on and theme using `plonecli`. After installing the theme in Plone, I get this error!? The same approach worked with Plone 6.0.X...any issue with `plonecli` generated themes under Plon6 6.1.x?
2025-10-27 10:48:36,874 INFO [chameleon.config:39][MainThread] directory cache: /home/ajung/src/cusy_webenv/plone61_venv/var/cache.
2025-10-27 10:48:40,841 INFO [ZEO.ClientStorage:270][MainThread] zeostorage ClientStorage (pid=165205) created RW/normal for storage: '1'
2025-10-27 10:48:40,842 INFO [ZEO.cache:212][MainThread] created temporary cache file 7
2025-10-27 10:48:40,846 INFO [ZEO.asyncio.base:103][zeostorage zeo client networking thread] Connected ZEO.asyncio.client.Protocol(('127.0.0.1', 8000), '1', False)
2025-10-27 10:48:40,848 INFO [ZEO.ClientStorage:443][zeostorage zeo client networking thread] zeostorage Connected to storage: ('localhost', 8000)
2025-10-27 10:48:41,317 INFO [plone.restapi.patches:16][MainThread] PATCH: Disabled ZPublisher.HTTPRequest.ZopeFieldStorage.VALUE_LIMIT. This enables file uploads larger than 1MB.
2025-10-27 10:48:42,063 INFO [plone.app.event:18][MainThread] icalendar has been set up to use pytz instead of zoneinfo.
2025-10-27 10:48:45,145 INFO [plone.volto:22][MainThread] Aliasing collective.folderish classes to plone.volto classes.
2025-10-27 10:48:46,589 INFO [Zope:42][MainThread] Ready to handle requests
Starting server in PID 165205.
2025-10-27 10:48:46,592 INFO [waitress:449][MainThread] Serving on http://0.0.0.0:8010
2025-10-27 10:48:46,951 ERROR [Zope.SiteErrorLog:35][waitress-1] CannotGetPortalError: http://dev3.zopyx.com:8010/@sites
Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents
Module ZPublisher.WSGIPublisher, line 390, in publish_module
Module ZPublisher.WSGIPublisher, line 284, in publish
Module ZPublisher.mapply, line 98, in mapply
Module ZPublisher.WSGIPublisher, line 68, in call_object
Module cusy.restapi.patches.rest_service, line 12, in __call__
Module plone.api.portal, line 71, in get
plone.api.exc.CannotGetPortalError: Unable to get the portal object. More info on https://docs.plone.org/develop/plone.api/docs/api/exceptions.html#plone.api.exc.CannotGetPortalError
2025-10-27 10:48:47,981 ERROR [Zope.SiteErrorLog:35][waitress-2] CannotGetPortalError: http://dev3.zopyx.com:8010/@sites
Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents
Module ZPublisher.WSGIPublisher, line 390, in publish_module
Module ZPublisher.WSGIPublisher, line 284, in publish
Module ZPublisher.mapply, line 98, in mapply
Module ZPublisher.WSGIPublisher, line 68, in call_object
Module cusy.restapi.patches.rest_service, line 12, in __call__
Module plone.api.portal, line 71, in get
plone.api.exc.CannotGetPortalError: Unable to get the portal object. More info on https://docs.plone.org/develop/plone.api/docs/api/exceptions.html#plone.api.exc.CannotGetPortalError
2025-10-27 10:48:50,016 ERROR [Zope.SiteErrorLog:35][waitress-3] CannotGetPortalError: http://dev3.zopyx.com:8010/@sites
Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents
Module ZPublisher.WSGIPublisher, line 390, in publish_module
Module ZPublisher.WSGIPublisher, line 284, in publish
Module ZPublisher.mapply, line 98, in mapply
Module ZPublisher.WSGIPublisher, line 68, in call_object
Module cusy.restapi.patches.rest_service, line 12, in __call__
Module plone.api.portal, line 71, in get
plone.api.exc.CannotGetPortalError: Unable to get the portal object. More info on https://docs.plone.org/develop/plone.api/docs/api/exceptions.html#plone.api.exc.CannotGetPortalError
2025-10-27 10:48:52,920 ERROR [PortalTransforms:20][waitress-1] Cannot register transform lynx_dump, using BrokenTransform: Error
Unable to find binary "lynx" in /home/ajung/src/cusy_webenv/plone61_venv/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/ajung/.local/bin:/home/ajung/.local/bin
2025-10-27 10:48:53,524 ERROR [plone.transformchain:60][waitress-1] Unexpected error whilst trying to apply transform chain
Traceback (most recent call last):
File "/home/ajung/src/cusy_webenv/plone61_venv/eggs/plone.transformchain-3.0.1-py3.12.egg/plone/transformchain/transformer.py", line 50, in __call__
newResult = handler.transformIterable(result, encoding)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ajung/src/cusy_webenv/plone61_venv/eggs/plone.app.theming-5.0.12-py3.12.egg/plone/app/theming/transform.py", line 205, in transformIterable
generate_debug_html(
File "/home/ajung/src/cusy_webenv/plone61_venv/eggs/diazo-2.0.3-py3.12.egg/diazo/runtrace.py", line 120, in generate_debug_html
runtrace_doc = generate_runtrace(rules, error_log, rules_parser)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ajung/src/cusy_webenv/plone61_venv/eggs/diazo-2.0.3-py3.12.egg/diazo/runtrace.py", line 38, in generate_runtrace
rules_doc = process_rules(
^^^^^^^^^^^^^^
File "/home/ajung/src/cusy_webenv/plone61_venv/eggs/diazo-2.0.3-py3.12.egg/diazo/rules.py", line 308, in process_rules
rules_doc.xinclude()
File "src/lxml/etree.pyx", line 2434, in lxml.etree._ElementTree.xinclude
File "src/lxml/xinclude.pxi", line 64, in lxml.etree.XInclude.__call__
lxml.etree.XIncludeError: failed build URL, line 10