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
2022-04-13 07:18:14 ERROR collective.exportimport.export_content Error exporting http://nohost/eteaching/community/communityevents/workshops/community-workshop/arbeitsblaetter
Traceback (most recent call last):
File "/home/ajung/sandboxes/iwm/plone4.buildout/src/collective.exportimport/src/collective/exportimport/export_content.py", line 281, in export_content
item = serializer(include_items=False)
File "/home/ajung/.buildout/eggs/plone.restapi-6.13.4-py2.7.egg/plone/restapi/serializer/dxcontent.py", line 161, in __call__
folder_metadata = super(SerializeFolderToJson, self).__call__(version=version)
File "/home/ajung/.buildout/eggs/plone.restapi-6.13.4-py2.7.egg/plone/restapi/serializer/dxcontent.py", line 108, in __call__
(self.context, self.request), name="conversation_view"
File "/home/ajung/.buildout/eggs/zope.component-3.9.5-py2.7.egg/zope/component/_api.py", line 109, in getMultiAdapter
raise ComponentLookupError(objects, interface, name)
ComponentLookupError: ((<Folder at /eteaching/community/communityevents/workshops/community-workshop/arbeitsblaetter>, <HTTPRequest, URL=http://nohost>), <InterfaceClass zope.interface.Interface>, 'conversation_view')
I run the script using bin/instance run myexport.py. In my understanding, Zope/Plone would pick up the related ZCML configurations for view etc. also when using bin/instance run ...
The text was updated successfully, but these errors were encountered:
I am using this exporter script
that returns this error:
I run the script using
bin/instance run myexport.py
. In my understanding, Zope/Plone would pick up the related ZCML configurations for view etc. also when usingbin/instance run ...
The text was updated successfully, but these errors were encountered: