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
I searched for the content on legacybeta.cnx.org and it was not found.
I searched by title and by author.
I tried hitting the collection object in legacy and received a ValueError, the details are as follows:
2015-03-09T21:35:26 ERROR RhaptosRepository Something failed in <bound method Repository.__getitem__ of <Repository at /plone/content>>
Traceback (most recent call last):
File "/opt/cnx-buildout/src/Products.RhaptosRepository/Products/RhaptosRepository/Repository.py", line 332, in __getitem__self._create_collection(key, data)
File "/opt/cnx-buildout/src/Products.RhaptosRepository/Products/RhaptosRepository/Repository.py", line 233, in _create_collection
tree = simplejson.loads(tree[0][0])
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/__init__.py", line 313, in loadsreturn _default_decoder.decode(s)
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/decoder.py", line 321, in decode
obj, end =self.raw_decode(s, idx=_w(s, 0).end())
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/decoder.py", line 338, in raw_decode
obj, end =self._scanner.iterscan(s, **kw).next()
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/scanner.py", line 53, in iterscan
rval, next_pos = action(m, context)
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/decoder.py", line 185, in JSONObject
value, end = iterscan(s, idx=end, context=context).next()
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/scanner.py", line 53, in iterscan
rval, next_pos = action(m, context)
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/decoder.py", line 219, in JSONArray
value, end = iterscan(s, idx=end, context=context).next()
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/scanner.py", line 53, in iterscan
rval, next_pos = action(m, context)
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/decoder.py", line 185, in JSONObject
value, end = iterscan(s, idx=end, context=context).next()
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/scanner.py", line 53, in iterscan
rval, next_pos = action(m, context)
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/decoder.py", line 219, in JSONArray
value, end = iterscan(s, idx=end, context=context).next()
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/scanner.py", line 53, in iterscan
rval, next_pos = action(m, context)
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/decoder.py", line 185, in JSONObject
value, end = iterscan(s, idx=end, context=context).next()
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/scanner.py", line 53, in iterscan
rval, next_pos = action(m, context)
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/decoder.py", line 219, in JSONArray
value, end = iterscan(s, idx=end, context=context).next()
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/scanner.py", line 53, in iterscan
rval, next_pos = action(m, context)
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/decoder.py", line 185, in JSONObject
value, end = iterscan(s, idx=end, context=context).next()
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/scanner.py", line 53, in iterscan
rval, next_pos = action(m, context)
File "/opt/cnx-buildout/lib/python2.4/site-packages/simplejson/decoder.py", line 158, in JSONStringreturn scanstring(match.string, match.end(), encoding, strict)
ValueError: Invalid control character at: line 47 column 52 (char 3670)
The text was updated successfully, but these errors were encountered:
@edwoodward Reported not finding his content in legacy after publishing from authoring. He reported the following:
I tried hitting the collection object in legacy and received a ValueError, the details are as follows:
The text was updated successfully, but these errors were encountered: