You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with Saitek Cyborg R.A.T.3, when I run ratctl with sudo then I got TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'. VID and PID matching with R.A.T.3. Anybody have same experience or can knows whats going on?
Thanks for answers
The text was updated successfully, but these errors were encountered:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Found one device: {'vid': 1699, 'pid': 3276, 'name': 'Cyborg R.A.T.3'}
Traceback (most recent call last):
File "./ratctl.py", line 402, in
main()
File "./ratctl.py", line 392, in main
w = MainWindow()
File "./ratctl.py", line 378, in init
self.data = Data(self.pbar, self.tabs, self.dpi, self.com)
File "./ratctl.py", line 227, in init
self.pool()
File "./ratctl.py", line 230, in pool
self.dpiMode = self.com.getDpiMode()
File "./ratctl.py", line 152, in getDpiMode
return mode[0] / 16
TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'
lsusb:
Bus 002 Device 005: ID 06a3:0ccc Saitek PLC Cyborg R.A.T.3 Mouse
Hi guys,
I have an issue with Saitek Cyborg R.A.T.3, when I run ratctl with sudo then I got TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'. VID and PID matching with R.A.T.3. Anybody have same experience or can knows whats going on?
Thanks for answers
The text was updated successfully, but these errors were encountered: