ah ... so from the commandline sabnzbd is starting the webbrowser: "--browser" "1"!
So find where that command is coming from.
Search found 9215 matches
- March 16th, 2025, 2:40 pm
- Forum: Debian/Ubuntu Package
- Topic: Do not Launch Browser on Startup
- Replies: 10
- Views: 6080
- March 16th, 2025, 2:30 pm
- Forum: Debian/Ubuntu Package
- Topic: Do not Launch Browser on Startup
- Replies: 10
- Views: 6080
Re: Do not Launch Browser on Startup
OK, good. And check the sabnzb.log like this: $ cat ~/.sabnzbd/logs/sabnzbd.log | grep -i browser 2025-03-15 09:46:33,193::INFO::[panic:239] Launching browser with http://127.0.0.1:8080 2025-03-16 20:25:09,503::INFO::[panic:239] Launching browser with http://127.0.0.1:8080 2025-03-16 20:26:39,626::I...
- March 16th, 2025, 1:41 pm
- Forum: Debian/Ubuntu Package
- Topic: Do not Launch Browser on Startup
- Replies: 10
- Views: 6080
Re: Do not Launch Browser on Startup
I have unchecked "Launch Browser on Startup" and then save the page, but as a matter of fact, I must uncheck it every time SABnbzd starts. Because it does in fact open a browser window. Any help is appreciated. After you do that (so: uncheck "Launch Browser on Startup" ), and ex...
- March 16th, 2025, 2:55 am
- Forum: Feature Requests
- Topic: Unpack single files without creating a folder?
- Replies: 7
- Views: 36095
- March 16th, 2025, 2:48 am
- Forum: Feature Requests
- Topic: Unpack single files without creating a folder?
- Replies: 7
- Views: 36095
Re: Unpack single files without creating a folder?
so ... not with a post-processing script?
- March 15th, 2025, 3:45 am
- Forum: General Help
- Topic: 127.0.0.1
- Replies: 2
- Views: 4069
Re: 127.0.0.1
So you access SABnzbd via https://127.0.0.1:8080/ ? And, with Chrome, you get: "Your connection is not private Attackers might be trying to steal your information from 127.0.0.1 (for example, passwords, messages, or credit cards). Learn more about this warning net::ERR_CERT_AUTHORITY_INVALID&qu...
- March 11th, 2025, 4:49 am
- Forum: General Help
- Topic: Sabnzbd 4.4.1 avast problem
- Replies: 12
- Views: 20999
Re: Sabnzbd 4.4.1 avast problem
Anti-virus? Certainly. But this problem is caused by the firewall, not the virus scanner.
Avast Firewall: https://support.avast.com/en-us/article ... rewall/#pc
- March 11th, 2025, 1:58 am
- Forum: General Help
- Topic: Sabnzbd 4.4.1 avast problem
- Replies: 12
- Views: 20999
Re: Sabnzbd 4.4.1 avast problem
I don't use Windows, might you might discuss if you a need firewall if you're on your LAN, and if so, why not Windows built-in firewall.
- March 10th, 2025, 4:13 pm
- Forum: General Help
- Topic: Sabnzbd 4.4.1 avast problem
- Replies: 12
- Views: 20999
Re: Sabnzbd 4.4.1 avast problem
It's not the fault of easynews. So changing to another provider won't help that.
- March 10th, 2025, 2:18 pm
- Forum: General Help
- Topic: discord link
- Replies: 1
- Views: 796
- March 10th, 2025, 11:09 am
- Forum: General Help
- Topic: Sabnzbd 4.4.1 avast problem
- Replies: 12
- Views: 20999
Re: Sabnzbd 4.4.1 avast problem
Thanks for the fast reply. So the port 993 works just without avast. With avast the error code when I test the server: "Could not connect to news easynews com on port 993. It appears that news easynews com operates as a web server (port 80), possibly an indexer, not a usenet server. You have t...
- March 10th, 2025, 9:51 am
- Forum: General Help
- Topic: Sabnzbd 4.4.1 avast problem
- Replies: 12
- Views: 20999
Re: Sabnzbd 4.4.1 avast problem
From memory: a few months ago, the new python version did not allow non-official certificates installed on the client anymore. And that is what virusscanners do: they put their certificate into the OS certificate store, so they intercept traffic. But ... not ok anymore for Python, and thus not ok an...
- March 7th, 2025, 11:09 am
- Forum: General Help
- Topic: New computer xfer/update sabnzbd
- Replies: 1
- Views: 4361
- March 6th, 2025, 11:47 am
- Forum: General Help
- Topic: The Completed Download Folder cannot be the same or a subfolder of the Temporary Download Folder
- Replies: 5
- Views: 6528
Re: The Completed Download Folder cannot be the same or a subfolder of the Temporary Download Folder
yes.
And that "/root/something/else" stands for an existing but different directory. Don't take it literally.
And that "/root/something/else" stands for an existing but different directory. Don't take it literally.
- March 6th, 2025, 11:32 am
- Forum: General Help
- Topic: The Completed Download Folder cannot be the same or a subfolder of the Temporary Download Folder
- Replies: 5
- Views: 6528
Re: The Completed Download Folder cannot be the same or a subfolder of the Temporary Download Folder
This looks like a classic problem in programming: A = certain value B = another value ... how do you swap them? Answer: via an intermediate variable: C = A A = B B = C Done! So do the same for Temp and Complete: Point Temp to /root/something/else Point Complete to /Media/Downloads/Complete Point Tem...