can't edit API hostname in config.yaml #2

Open
opened 2025-11-30 17:33:43 +03:30 by lonestar · 0 comments

When trying to change the 'LoneStar Hostname' in Settings, after changing and clicking ok, this appears in the terminal:

Traceback (most recent call last):
  File "/home/lonestar/Downloads/MetaSync/src/metasync/gui/app_controller.py", line 135, in open_settings_dialog
    settings = settings_dialog.get_settings()
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/lonestar/Downloads/MetaSync/src/metasync/gui/ui/settings_dialog.py", line 266, in get_settings
    port=int(self.proxy_port_input.text()),
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: ''

and the value is not changed. Doing the same in syncfm works.

When trying to change the 'LoneStar Hostname' in Settings, after changing and clicking ok, this appears in the terminal: ``` Traceback (most recent call last): File "/home/lonestar/Downloads/MetaSync/src/metasync/gui/app_controller.py", line 135, in open_settings_dialog settings = settings_dialog.get_settings() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/lonestar/Downloads/MetaSync/src/metasync/gui/ui/settings_dialog.py", line 266, in get_settings port=int(self.proxy_port_input.text()), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: invalid literal for int() with base 10: '' ``` and the value is not changed. Doing the same in syncfm works.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Hirad/MetaSync#2
No description provided.