Sabnzbd version 4.3.3 keeps starting in tabbed layout.
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
-
General Grievous
- Newbie

- Posts: 7
- Joined: September 12th, 2024, 2:31 am
Sabnzbd version 4.3.3 keeps starting in tabbed layout.
Good day everyone,
I’m encountering an issue with Sabnzbd.
It always starts in tabbed mode, even though I disable this setting in the "Web Interface Settings" each time. However, the next time I launch Sabnzbd, the tabbed layout reappears. Does anyone know of a solution to this problem?
Thank you in advance for your assistance!
Herman F.
I’m encountering an issue with Sabnzbd.
It always starts in tabbed mode, even though I disable this setting in the "Web Interface Settings" each time. However, the next time I launch Sabnzbd, the tabbed layout reappears. Does anyone know of a solution to this problem?
Thank you in advance for your assistance!
Herman F.
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
What if you use a different browser to disable it?
The setting is stored in the sabnzbd.ini.
The setting is stored in the sabnzbd.ini.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
-
General Grievous
- Newbie

- Posts: 7
- Joined: September 12th, 2024, 2:31 am
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
Thanks for your quick reply.
The settings are disabled in the sabnzbd.ini file. Using Microsoft Edge instead of Google Chrome results in the same issue.
The settings are disabled in the sabnzbd.ini file. Using Microsoft Edge instead of Google Chrome results in the same issue.
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
Ah, then enable the saving of the settings in the Config and then disable it.
Seems it's still using it somehow. Probably a bug.
Seems it's still using it somehow. Probably a bug.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
-
General Grievous
- Newbie

- Posts: 7
- Joined: September 12th, 2024, 2:31 am
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
I am not quite sure what you mean? Where should I enable the saving of the settings exactly?
If you mean in the gui disable and enable the tabbed option, I did that a 100 times
If you mean in the gui disable and enable the tabbed option, I did that a 100 times
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
Do you think you can find & access sabnzbd.ini?
If so, save the setting you want, then exit SABnzbd, and check sabnzbd.ini, and check the value of interface_settings in sabnzbd.ini: what is the value?
See below for examples. The keyword is "displayTabbed" and the value after that.
It might be your sabnzbd.ini is not saved at all?
Default, nothing set, so no tabbed view: nothing
After setting to Tabbed view:
Afer turning off Tabbed view again:
If so, save the setting you want, then exit SABnzbd, and check sabnzbd.ini, and check the value of interface_settings in sabnzbd.ini: what is the value?
See below for examples. The keyword is "displayTabbed" and the value after that.
It might be your sabnzbd.ini is not saved at all?
Default, nothing set, so no tabbed view: nothing
Code: Select all
sabnzbd.ini.default-no-tabbed:
interface_settings = ""Code: Select all
sabnzbd.ini.tabbed-true:
interface_settings = '{"dateFormat":"fromNow","extraQueueColumns":[],"extraHistoryColumns":[],"displayCompact":false,"displayFullWidth":false,"displayTabbed":true,"confirmDeleteQueue":true,"confirmDeleteHistory":true,"keyboardShortcuts":true}'
Code: Select all
sabnzbd.ini.tabbed-turned-off-again:
interface_settings = '{"dateFormat":"fromNow","extraQueueColumns":[],"extraHistoryColumns":[],"displayCompact":false,"displayFullWidth":false,"displayTabbed":false,"confirmDeleteQueue":true,"confirmDeleteHistory":true,"keyboardShortcuts":true}'Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
and ... ? Did you find & check sabnzbd.ini?
-
General Grievous
- Newbie

- Posts: 7
- Joined: September 12th, 2024, 2:31 am
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
interface_settings = '{"dateFormat":"fromNow","extraQueueColumns":["age"],"extraHistoryColumns":["size"],"displayCompact":false,"displayFullWidth":false,"displayTabbed":false,"confirmDeleteQueue":true,"confirmDeleteHistory":true,"keyboardShortcuts":true}'
Seems to look fine to me...
Sorry for late reply
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
"displayTabbed":false," ... looks good: indeed *set* to non-Tabbed
And final check: if you change it to Tabbed, does the value in sabnzbd.ini change too?
I'm asking, because you might be looking at the wrong sabnzbd.ini. Or you have unmutable setup (docker etc)
And final check: if you change it to Tabbed, does the value in sabnzbd.ini change too?
I'm asking, because you might be looking at the wrong sabnzbd.ini. Or you have unmutable setup (docker etc)
-
General Grievous
- Newbie

- Posts: 7
- Joined: September 12th, 2024, 2:31 am
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
interface_settings = '{"dateFormat":"fromNow","extraQueueColumns":["age"],"extraHistoryColumns":["size"],"displayCompact":false,"displayFullWidth":false,"displayTabbed":true,"confirmDeleteQueue":true,"confirmDeleteHistory":true,"keyboardShortcuts":true}'sander wrote: ↑September 16th, 2024, 12:24 pm "displayTabbed":false," ... looks good: indeed *set* to non-Tabbed
And final check: if you change it to Tabbed, does the value in sabnzbd.ini change too?
I'm asking, because you might be looking at the wrong sabnzbd.ini. Or you have unmutable setup (docker etc)
Seems to look okay aswell, right?
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
"displayTabbed":true, ... indeed
It's a mystery to me. Also it also happens in another browser.
Last check, and then I'm out of ideas/checks: in Chrome (or Edge?), open an incognito browser (ctrl + shift + N) and there open SABnzbd. Still all tabbed ... ?
It's a mystery to me. Also it also happens in another browser.
Last check, and then I'm out of ideas/checks: in Chrome (or Edge?), open an incognito browser (ctrl + shift + N) and there open SABnzbd. Still all tabbed ... ?
-
General Grievous
- Newbie

- Posts: 7
- Joined: September 12th, 2024, 2:31 am
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
Yep, also tabbed until I refresh the page... Total mystery to me also!sander wrote: ↑September 17th, 2024, 12:34 pm "displayTabbed":true, ... indeed
It's a mystery to me. Also it also happens in another browser.
Last check, and then I'm out of ideas/checks: in Chrome (or Edge?), open an incognito browser (ctrl + shift + N) and there open SABnzbd. Still all tabbed ... ?
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
> Yep, also tabbed until I refresh the page.
Oh, so after arefesh it's OK? And still OK after the next refesh?
Oh, so after arefesh it's OK? And still OK after the next refesh?
-
General Grievous
- Newbie

- Posts: 7
- Joined: September 12th, 2024, 2:31 am
Re: Sabnzbd version 4.3.3 keeps starting in tabbed layout.
Ooohhhh. Do you consider that a minor annoyance, or a Problem?
If a Problem: your the only one reporting this. So that would mean only you can find out. If you want to, you could do two things
1. on aonther device, which has no SABnzbd, install a SABnzbd, and see if you can reproduce
2. on the current device (with the initial tabbed layout): use the Chrome "Developer Tools" (CTRL - SHIFT - I) to read on the line what Chrome gets from SABnzbd. That is hard work and needs html and javascript knowledge
If a Problem: your the only one reporting this. So that would mean only you can find out. If you want to, you could do two things
1. on aonther device, which has no SABnzbd, install a SABnzbd, and see if you can reproduce
2. on the current device (with the initial tabbed layout): use the Chrome "Developer Tools" (CTRL - SHIFT - I) to read on the line what Chrome gets from SABnzbd. That is hard work and needs html and javascript knowledge
