Skip to content

Instantly share code, notes, and snippets.

@anddam
Created March 1, 2021 19:51
Show Gist options
  • Save anddam/d3db39e484dfaf05e238b6beab5c8228 to your computer and use it in GitHub Desktop.
Save anddam/d3db39e484dfaf05e238b6beab5c8228 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "\\myserver\cm\gui\main_window.py", line 147, in on_reader_list_selection_changed
(self.tr("Serial number"), self.tr(serialNumber)),
ValueError: 'PySide2.QtCore.QObject.tr' called with wrong argument values:
PySide2.QtCore.QObject.tr(b'2444136000017023',)
Found signature:
PySide2.QtCore.QObject.tr(bytes, bytes = b'', int = -1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment