-
Notifications
You must be signed in to change notification settings - Fork 21
Description
When I try to export site with content included I get the following error
Log in (admin)
Get site information
Export all site content
Log out (admin)
Traceback (most recent call last):
File "share-import-export-master/shareclient/export-site.py", line 257, in
main(sys.argv[1:])
File "share-import-export-master/shareclient/export-site.py", line 214, in main
results = sc.exportAllSiteContent(sitename, siteContainers, includePaths, tempContainerName, async)
File "C:\alfresco-export\share-import-export-master\shareclient\alfresco.py", line 931, in exportAllSiteContent
docList = self._getDocumentList('%s/%s/%s' % (self.getSitesContainerName(), siteId, child['name']))
File "C:\alfresco-export\share-import-export-master\shareclient\alfresco.py", line 365, in getSitesContainerName
json = self._getDocumentList('')
File "C:\alfresco-export\share-import-export-master\shareclient\alfresco.py", line 1055, in getDocumentList
return self.doJSONGet('proxy/alfresco/slingshot/doclib/doclist/all/node/alfresco/company/home/%s' % (urllib.quote(unicode(space))))
File "C:\alfresco-export\share-import-export-master\shareclient\alfresco.py", line 281, in doJSONGet
respJson = json.loads(resp.read())
File "C:\CROZ\Python27\lib\json_init.py", line 310, in loads
return _default_decoder.decode(s)
File "C:\CROZ\Python27\lib\json\decoder.py", line 346, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\CROZ\Python27\lib\json\decoder.py", line 362, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting property name: line 700 column 1 (char 16996)