This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yoonghm
Recipients yoonghm
Date 2019-06-18.19:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
`pysyslog.py`
- A UDP server listens at 0.0.0.0:514 for syslog messages.

`syslogmsg_gen.py`
- Send syslog message to local syslog server via 127.0.0.1:514


Error:

Exception has occurred: UnicodeDecodeError
'utf-8' codec can't decode byte 0xd7 in position 381: invalid continuation byte
  File "C:\pysyslog.py", line 21, in handle
    data = self.request[0].decode('utf-8')
  File "C:\pysyslog.py", line 28, in <module>
    server.serve_forever(poll_interval=0.5)
History
Date User Action Args
2019-06-18 19:37:02yoonghmsetrecipients: + yoonghm
2019-06-18 19:37:02yoonghmsetmessageid: <[email protected]>
2019-06-18 19:37:02yoonghmlinkissue37331 messages
2019-06-18 19:37:02yoonghmcreate