Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/app/mylar/lib/cherrypy/_cprequest.py", line 670, in respond
  3. response.body = self.handler()
  4. File "/app/mylar/lib/cherrypy/lib/encoding.py", line 217, in __call__
  5. self.body = self.oldhandler(*args, **kwargs)
  6. File "/app/mylar/lib/cherrypy/_cpdispatch.py", line 61, in __call__
  7. return self.callable(*self.args, **self.kwargs)
  8. File "/app/mylar/mylar/webserve.py", line 683, in addStoryArc
  9. self.ArcWatchlist(storyarcid)
  10. File "/app/mylar/mylar/webserve.py", line 3425, in ArcWatchlist
  11. if any([x['IssueDate'] is None, x['IssueDate'] == '0000-00-00']):
  12. TypeError: string indices must be integers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement