Ubuntu and Chrome: empty page

Report & discuss bugs found in SABnzbd
Forum rules
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.
Post Reply
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Ubuntu and Chrome: empty page

Post by sander »

Fresh Ubuntu 17.04, SABnzbd from PPA, Chrome (Version 59.0.3071.61 (Official Build) unknown (64-bit)): when I start sabnzbdplus, it opens a seperate Chrome window, but there is no URL in Chrome, so the page is empty and white. Logging below.

When I run

Code: Select all

python -m webbrowser -t "http://www.python.org"
the same happens: separate, empty, white Chrome instance.

Code: Select all

sander@Stream-13:~$ python -m webbrowser -t "http://www.python.org"

sander@Stream-13:~$ Created new window in existing browser session.
[16330:16360:0521/095502.880111:ERROR:browser_gpu_channel_host_factory.cc(103)] Failed to launch GPU process.

sander@Stream-13:~$ 
So that looks like a problem NOT in sabnzbd, but in OS and/or Python and/or Chrome ... >:(



STDOUT says:

Code: Select all

2017-05-21 09:44:48,571::INFO::[sabnzbdplus:1412] Starting sabnzbdplus-2.0.1RC1
2017-05-21 09:44:48,597::INFO::[postproc:174] Completed Download Folder /home/sander/Downloads/complete is not on FAT
2017-05-21 09:44:48,598::INFO::[dirscanner:316] Dirscanner starting up
2017-05-21 09:44:48,602::INFO::[panic:269] Launching browser with http://127.0.0.1:8080/sabnzbd
2017-05-21 09:44:48,603::INFO::[urlgrabber:72] URLGrabber starting up
[15561:15592:0521/094452.385357:ERROR:service_manager.cc(425)] InterfaceProviderSpec prevented connection from: content_utility to: content_browser
and/or

Code: Select all

2017-05-21 09:44:03,735::INFO::[panic:269] Launching browser with http://127.0.0.1:8080/sabnzbd
2017-05-21 09:44:03,744::INFO::[urlgrabber:72] URLGrabber starting up
Created new window in existing browser session.
[15451:15482:0521/094405.062614:ERROR:browser_gpu_channel_host_factory.cc(103)] Failed to launch GPU process.
When I google that, I see nothing related.
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: Ubuntu and Chrome: empty page

Post by sander »

Ah, mabye a problem with just Chrome:

Code: Select all

sander@Stream-13:~$ google-chrome
[16645:16679:0521/100609.516365:ERROR:service_manager.cc(425)] InterfaceProviderSpec prevented connection from: content_utility to: content_browser
Post Reply