Hi all,
I have 2 assets on my chain, when I try to view one of them there is no problem, but when I try to view the other I get this error from Multichain explorer.
Traceback (most recent call last):
File "/usr/lib64/python2.7/wsgiref/handlers.py", line 85, in run
self.result = application(self.environ, self.start_response)
File "/home/demo/multichain-explorer/Mce/abe.py", line 349, in __call__
tvars['body'] = flatten(page['body'])
File "/home/demo/multichain-explorer/Mce/abe.py", line 4018, in flatten
return ''.join(map(flatten, l))
File "/home/demo/multichain-explorer/Mce/abe.py", line 4018, in flatten
return ''.join(map(flatten, l))
File "/home/demo/multichain-explorer/Mce/abe.py", line 4023, in flatten
return l.decode('unicode-escape')
UnicodeDecodeError: 'unicodeescape' codec can't decode byte 0x5c in position 0: \ at end of string
127.0.0.1 - - [28/Jul/2017 10:22:55] "GET /FundPlaces/assetref/1884-1385-19420 HTTP/1.1" 500 59
Not sure why this is happening. Does anyone have any idea?