开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

drats feature crashing


 

iam new to both D-rats and linux based OS but i was able to clone a working vs from github, installed and was working fine until i tried to add a local host, now i cannot add any new radio ports in preferences.
i cannot open preferences its giving an error.
Traceback (most recent call last):

? File "/home/tactpi/D-Rats/d_rats/mainwindow.py", line 289, in _activate_prefs
??? saved = self._config.show(parent=self._window)

? File "/home/tactpi/D-Rats/d_rats/config.py", line 2860, in show
??? drats_ui = DratsConfigUI(self, parent)

? File "/home/tactpi/D-Rats/d_rats/config.py", line 2670, in __init__
??? self.build_ui()

? File "/home/tactpi/D-Rats/d_rats/config.py",? 2769, in build_ui
??? add_panel(DratsTCPIncomingPanel, "tcpin", _("TCP Gateway"), network)

? File "/home/tactpi/D-Rats/d_rats/config.py", line 2731, in add_panel
??? panel = c_arg(self.config, *args)

? File "/home/tactpi/D-Rats/d_rats/config.py", line 2144, in __init__
??? list_widget = val.add_list(incols)

? File "/home/tactpi/D-Rats/d_rats/config.py", line 1042, in add_list
??? list_widget.set_item(key, *tuple(vals))

? File "/home/tactpi/D-Rats/d_rats/keyedlistwidget.py", line 185, in set_item
??? self.__store.append(row=(key,) + values)

? File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 1004, in append
??? return self._do_insert(-1, row)

? File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 995, in _do_insert
??? row, columns = self._convert_row(row)

? File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 902, in _convert_row
??? result.append(self._convert_value(cur_col, value))

? File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 916, in _convert_value
??? return GObject.Value(self.get_column_type(column), value)

? File "/usr/lib/python3/dist-packages/gi/overrides/GObject.py", line 208, in __init__
??? self.set_value(py_value)

? File "/usr/lib/python3/dist-packages/gi/overrides/GObject.py", line 240, in set_value
??? raise TypeError("Expected string but got %s%s" %

TypeError: Expected string but got 9000<class 'int'>


 

On 11/18/2023 10:09 AM, DTrounce de KL4KF wrote:
i am new to both D-rats and linux based OS but i was able to clone a
working vs from github, installed and was working fine until i tried
to add a local host, now i cannot add any new radio ports in
preferences. > i cannot open preferences its giving an error.
Traceback (most recent call last):
<snip>
File "/usr/lib/python3/dist-packages/gi/overrides/GObject.py", line 240, in set_value
raise TypeError("Expected string but got %s%s" %
TypeError: Expected string but got 9000<class 'int'>
That error looks like a problem in the configuration file "~/.d-rats-ev/d-rats.config"

The past and current storage of the radio data makes it very easy to create an invalid entry for a radio which will result in the behavior that you are seeing.

The section of the file by default is:

[ports]
ports_0 = True,net:ref.d-rats.com:9000,,False,False,RAT

And an example from one of my development machines:

[ports]
ports_0 = True,net:localhost:9000,password,True,True,localhost
ports_1 = True,net:pldares.ratflector.com:9000,,False,False,pldares
ports_2 = False,net:ref.d-rats.com:9000,,False,False,RAT
ports_3 = True,net:sttammany.ratflector.com:9000,,False,False,StTammany
ports_4 = True,/dev/ttyUSB0,9600,True,True,usb0

If you put a comma character in the network address entry or pretty much any other punctuation character where it is not expected, d-rats is not going to be able to process the file.

You should be able to edit the file on Linux with your favorite text editor to fix it.

There are several open tickets to make that configuration better, but it is going to take a lot of work to do it right.

73,
-John
wb8tyw