Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. 2011-04-22 10:04:48,180 - [7388] - ccss.Service.Request.Request - ERROR - process:84 - Exception:
  2. Traceback (most recent call last):
  3. File "D:\MySource\projects\PyCommon_git\main\pycommon\src\ccss\Service\Request\Request.py", line 75, in process
  4. result = processMethod(requestContext)
  5. File "../hsrs\HSPrinter\Request\Print.py", line 328, in __processPost
  6. config, randomFileNameBase, printContext, attributions, legendInfo)
  7. File "../hsrs\HSPrinter\Template.py", line 194, in generatePdf
  8. self.__processParameters(parameters)
  9. File "../hsrs\HSPrinter\Template.py", line 165, in __processParameters
  10. self.__content = self.__content.replace("[{0}]".format(name), value)
  11. UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 0: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement