We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, tortp-gtk start error. terminal error text;
~ $ sudo tortp-gtk Traceback (most recent call last): File "/usr/local/bin/tortp-gtk", line 356, in icon = Icon() File "/usr/local/bin/tortp-gtk", line 90, in init self.load(None) File "/usr/local/bin/tortp-gtk", line 100, in load self.window = MainWindow() File "/usr/local/bin/tortp-gtk", line 152, in init info_box = self.get_info_box() File "/usr/local/bin/tortp-gtk", line 190, in get_info_box tpinfo = TransparentProxyInfoBox() File "/usr/local/bin/tortp-gtk", line 218, in init self.load_model() File "/usr/local/bin/tortp-gtk", line 224, in load_model exit_node = tortp.get_exit() TypeError: get_exit() takes exactly 1 argument (0 given)
help me?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
tortp-gtk start error. terminal error text;
~ $ sudo tortp-gtk
Traceback (most recent call last):
File "/usr/local/bin/tortp-gtk", line 356, in
icon = Icon()
File "/usr/local/bin/tortp-gtk", line 90, in init
self.load(None)
File "/usr/local/bin/tortp-gtk", line 100, in load
self.window = MainWindow()
File "/usr/local/bin/tortp-gtk", line 152, in init
info_box = self.get_info_box()
File "/usr/local/bin/tortp-gtk", line 190, in get_info_box
tpinfo = TransparentProxyInfoBox()
File "/usr/local/bin/tortp-gtk", line 218, in init
self.load_model()
File "/usr/local/bin/tortp-gtk", line 224, in load_model
exit_node = tortp.get_exit()
TypeError: get_exit() takes exactly 1 argument (0 given)
help me?
The text was updated successfully, but these errors were encountered: