(firefox:28877): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Address does not contain a colon

I’m trying to use selenium 3 and Firefox 55, but I’m seeing a lot of lines in the output with the following messages

(firefox:28877): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Address does not contain a colon

(firefox:28877): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Address does not contain a colon

(firefox:28877): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Address does not contain a colon
1508298416054	addons.productaddons	INFO	sending request to: https://aus5.mozilla.org/update/3/GMP/55.0/20170803173024/Linux_x86_64-gcc3/en-US/release/Linux%203.13.0-129-generic%20(GTK%203.10.8%2Clibpulse
(firefox:28877): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Address does not contain a colon

(firefox:28877): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Address does not contain a colon

(firefox:28877): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Address does not contain a colon
%204.0.0)/default/default/update.xml

Do you have a link to the build that I can look at?

Sure,

https://circleci.com/gh/advisory/gradesfirst_qa/3219

Hi, any update on this?

thanks

did you find a soultion ? i’m hitting the same

No, I’m still having the same problem.

Actually I resolved it. I had to wipe the installed version of firefox and installed a old version (55.0)
apt-get purge -y firefox
wget https://sourceforge.net/projects/ubuntuzilla/files/mozilla/apt/pool/main/f/firefox-mozilla-build/firefox-mozilla-build_55.0.1-0ubuntu1_amd64.deb
sudo dpkg -i firefox-mozilla-build_55.0.1-0ubuntu1_amd64.deb

That fixed the issue

Thanks for the heads up, but I need to use the latest FF version

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.