dquangsinh / fb2pdf

Automatically exported from code.google.com/p/fb2pdf
0 stars 0 forks source link

error decoding XML message #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
2007-05-09 07:23:03,847 DEBUG    Received new task
2007-05-09 07:23:03,850 ERROR    Unknown Processing Error - treating as
Persiste
nt
Traceback (most recent call last):
  File "/usr/bin/fbdaemon", line 392, in main
    processMessage(m)
  File "/usr/bin/fbdaemon", line 172, in processMessage
    processDocument(str(src_url), str(src_type), str(src_name),
str(src_encoding
),
UnicodeEncodeError: 'ascii' codec can't encode characters in position 1-5:
ordin
al not in range(128)

Original issue reported on code.google.com by kroko...@gmail.com on 9 May 2007 at 10:28

GoogleCodeExporter commented 8 years ago
repeated again.

2007-05-13 06:47:07,069 DEBUG    Received new task
2007-05-13 06:47:07,071 ERROR    Unknown Processing Error - treating as Persiste
nt
Traceback (most recent call last):
  File "/usr/bin/fbdaemon", line 392, in main
    processMessage(m)
  File "/usr/bin/fbdaemon", line 172, in processMessage
    processDocument(str(src_url), str(src_type), str(src_name), str(src_encoding
),
UnicodeEncodeError: 'ascii' codec can't encode characters in position 1-13: ordi
nal not in range(128)

need to investigate ASAP.

Original comment by kroko...@gmail.com on 14 May 2007 at 4:58

GoogleCodeExporter commented 8 years ago
I think I have fixed this bug. I could not reproduce it on my Mac, but I will 
keep
and eye on log files to see if it would happen again.

Original comment by kroko...@gmail.com on 27 Jun 2007 at 11:38

GoogleCodeExporter commented 8 years ago
fixed?

Original comment by kroko...@gmail.com on 27 Jun 2007 at 11:38