diff --git a/openlp/core/lib/projector/pjlink1.py b/openlp/core/lib/projector/pjlink1.py index 1d29fc9b0..f773fb7dd 100644 --- a/openlp/core/lib/projector/pjlink1.py +++ b/openlp/core/lib/projector/pjlink1.py @@ -636,6 +636,11 @@ class PJLink1(QTcpSocket): """ Error status. See PJLink Specifications for format. """ + try: + dontcare = int(data) + except ValueError: + # Bad data - ignore + return if int(data) == 0: self.projector_errors = None else: