Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export site with content not working #20

Open
pzrinscak opened this issue Feb 23, 2018 · 0 comments
Open

Export site with content not working #20

pzrinscak opened this issue Feb 23, 2018 · 0 comments

Comments

@pzrinscak
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant