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
It seems that if I have a missing "icon" in my domain.json configuration, Zulip will not start -- it opens, but then spin-wheels instead of connecting to the configured server, with no packets being sent to the server. To work around that, I had to add
Since version 5.9.5, that stopped working, too. After much troubleshooting, it turned out that downloading that file and using a local pathname for the "icon" configuration works:
IMO, the application should not fail silently to load the domain configuration if an icon is missing and instead either display a meaningful error ("missing icon in config X", "icon URL must be a local file", ...), or, better, simply start up and deal with not having an icon.
To Reproduce
Edit ~/Library/Application Support/Zulip/config/domain.json and remove the "icon" option or set it to a URL.
Expected behavior
Opening Zulip starts and connects to the server.
Desktop (please complete the following information):
Operating System:
macOS Monterey (12.6.3)
Darwin hostname 21.6.0 Darwin Kernel Version 21.6.0: Mon Dec 19 20:46:01 PST 2022; root:xnu-8020.240.18~2/RELEASE_ARM64_T8101 arm64
Zulip Desktop Version: 5.9.5
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems that if I have a missing "icon" in my domain.json configuration, Zulip will not start -- it opens, but then spin-wheels instead of connecting to the configured server, with no packets being sent to the server. To work around that, I had to add
to the configuration file.
Since version 5.9.5, that stopped working, too. After much troubleshooting, it turned out that downloading that file and using a local pathname for the "icon" configuration works:
IMO, the application should not fail silently to load the domain configuration if an icon is missing and instead either display a meaningful error ("missing icon in config X", "icon URL must be a local file", ...), or, better, simply start up and deal with not having an icon.
To Reproduce
Edit ~/Library/Application Support/Zulip/config/domain.json and remove the "icon" option or set it to a URL.
Expected behavior
Opening Zulip starts and connects to the server.
Desktop (please complete the following information):
Operating System:
macOS Monterey (12.6.3)
Darwin hostname 21.6.0 Darwin Kernel Version 21.6.0: Mon Dec 19 20:46:01 PST 2022; root:xnu-8020.240.18~2/RELEASE_ARM64_T8101 arm64
Zulip Desktop Version: 5.9.5
The text was updated successfully, but these errors were encountered: