Error messages popping up in terminal, may be related to Chromium, may be related to Anaconda
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
2
down vote
favorite
This is my first question so be critical. Be very critical.
Since yesterday I have had error messages popping up in my terminal but they are unrelated to my actions in terminal but with what little connections I've found in my searching it seems to be related to Chromium and/or Anaconda.
The only way I have been able to keep the error messages coming is having Chromium open and have my Anaconda virtualenv activated. There have been no problems with either of these applications. Here are some of the error messages:
[7025:7025:0319/184720.273968:ERROR:sync_control_vsync_provider.cc(62)] glXGetSyncValuesOML should not return TRUE with a media stream counter of 0.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
[6955:6991:0319/204342.152673:ERROR:connection_factory_impl.cc(381)] Failed to connect to MCS endpoint with error -106
[6955:6991:0320/063651.385576:ERROR:connection_factory_impl.cc(381)] Failed to connect to MCS endpoint with error -106
[6955:6955:0320/063835.487110:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 2.118 s
(above from this morning)
[6955:6955:0319/181306.499583:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
[6955:6955:0319/181337.676909:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
[6955:6955:0319/181340.533990:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
They were even happening inside the Python interactive shell
>>> [6955:6955:0319/180415.819659:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost
>>> [6955:6955:0319/181105.025510:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost
>>> [6955:6955:0319/180415.819659:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost[6955:6955:0319/181231.589079:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
What I do know
I know that
.cc
files are C++ files but that's the extent of my knowledge. I'm just a fledgling programmer and Linux user though.Chromium: Version 64.0.3282.167 (Official Build) Built on Ubuntu, running on Ubuntu 16.04 (64-bit)
conda 4.4.11
Most questions asked on this are loosely related and the errors are found in the browser. Even if you can point me in the right direction that would be great, or have seen this somewhere before.
Thank you!
command-line chromium
add a comment |Â
up vote
2
down vote
favorite
This is my first question so be critical. Be very critical.
Since yesterday I have had error messages popping up in my terminal but they are unrelated to my actions in terminal but with what little connections I've found in my searching it seems to be related to Chromium and/or Anaconda.
The only way I have been able to keep the error messages coming is having Chromium open and have my Anaconda virtualenv activated. There have been no problems with either of these applications. Here are some of the error messages:
[7025:7025:0319/184720.273968:ERROR:sync_control_vsync_provider.cc(62)] glXGetSyncValuesOML should not return TRUE with a media stream counter of 0.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
[6955:6991:0319/204342.152673:ERROR:connection_factory_impl.cc(381)] Failed to connect to MCS endpoint with error -106
[6955:6991:0320/063651.385576:ERROR:connection_factory_impl.cc(381)] Failed to connect to MCS endpoint with error -106
[6955:6955:0320/063835.487110:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 2.118 s
(above from this morning)
[6955:6955:0319/181306.499583:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
[6955:6955:0319/181337.676909:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
[6955:6955:0319/181340.533990:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
They were even happening inside the Python interactive shell
>>> [6955:6955:0319/180415.819659:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost
>>> [6955:6955:0319/181105.025510:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost
>>> [6955:6955:0319/180415.819659:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost[6955:6955:0319/181231.589079:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
What I do know
I know that
.cc
files are C++ files but that's the extent of my knowledge. I'm just a fledgling programmer and Linux user though.Chromium: Version 64.0.3282.167 (Official Build) Built on Ubuntu, running on Ubuntu 16.04 (64-bit)
conda 4.4.11
Most questions asked on this are loosely related and the errors are found in the browser. Even if you can point me in the right direction that would be great, or have seen this somewhere before.
Thank you!
command-line chromium
I didn't have anymore issues after quitting the virtual environment and restarting my computer. I have also downloaded Chrome since.
â Christopher McMahon
Mar 23 at 19:11
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
This is my first question so be critical. Be very critical.
Since yesterday I have had error messages popping up in my terminal but they are unrelated to my actions in terminal but with what little connections I've found in my searching it seems to be related to Chromium and/or Anaconda.
The only way I have been able to keep the error messages coming is having Chromium open and have my Anaconda virtualenv activated. There have been no problems with either of these applications. Here are some of the error messages:
[7025:7025:0319/184720.273968:ERROR:sync_control_vsync_provider.cc(62)] glXGetSyncValuesOML should not return TRUE with a media stream counter of 0.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
[6955:6991:0319/204342.152673:ERROR:connection_factory_impl.cc(381)] Failed to connect to MCS endpoint with error -106
[6955:6991:0320/063651.385576:ERROR:connection_factory_impl.cc(381)] Failed to connect to MCS endpoint with error -106
[6955:6955:0320/063835.487110:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 2.118 s
(above from this morning)
[6955:6955:0319/181306.499583:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
[6955:6955:0319/181337.676909:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
[6955:6955:0319/181340.533990:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
They were even happening inside the Python interactive shell
>>> [6955:6955:0319/180415.819659:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost
>>> [6955:6955:0319/181105.025510:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost
>>> [6955:6955:0319/180415.819659:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost[6955:6955:0319/181231.589079:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
What I do know
I know that
.cc
files are C++ files but that's the extent of my knowledge. I'm just a fledgling programmer and Linux user though.Chromium: Version 64.0.3282.167 (Official Build) Built on Ubuntu, running on Ubuntu 16.04 (64-bit)
conda 4.4.11
Most questions asked on this are loosely related and the errors are found in the browser. Even if you can point me in the right direction that would be great, or have seen this somewhere before.
Thank you!
command-line chromium
This is my first question so be critical. Be very critical.
Since yesterday I have had error messages popping up in my terminal but they are unrelated to my actions in terminal but with what little connections I've found in my searching it seems to be related to Chromium and/or Anaconda.
The only way I have been able to keep the error messages coming is having Chromium open and have my Anaconda virtualenv activated. There have been no problems with either of these applications. Here are some of the error messages:
[7025:7025:0319/184720.273968:ERROR:sync_control_vsync_provider.cc(62)] glXGetSyncValuesOML should not return TRUE with a media stream counter of 0.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
[6955:6991:0319/204342.152673:ERROR:connection_factory_impl.cc(381)] Failed to connect to MCS endpoint with error -106
[6955:6991:0320/063651.385576:ERROR:connection_factory_impl.cc(381)] Failed to connect to MCS endpoint with error -106
[6955:6955:0320/063835.487110:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 2.118 s
(above from this morning)
[6955:6955:0319/181306.499583:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
[6955:6955:0319/181337.676909:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
[6955:6955:0319/181340.533990:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
They were even happening inside the Python interactive shell
>>> [6955:6955:0319/180415.819659:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost
>>> [6955:6955:0319/181105.025510:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost
>>> [6955:6955:0319/180415.819659:ERROR:media_internals.cc(102)] Cannot get RenderProcessHost[6955:6955:0319/181231.589079:ERROR:page_load_metrics_update_dispatcher.cc(208)] Invalid first_meaningful_paint (unset) for time_to_interactive 1.183 s
What I do know
I know that
.cc
files are C++ files but that's the extent of my knowledge. I'm just a fledgling programmer and Linux user though.Chromium: Version 64.0.3282.167 (Official Build) Built on Ubuntu, running on Ubuntu 16.04 (64-bit)
conda 4.4.11
Most questions asked on this are loosely related and the errors are found in the browser. Even if you can point me in the right direction that would be great, or have seen this somewhere before.
Thank you!
command-line chromium
command-line chromium
edited Mar 20 at 11:08
![](https://i.stack.imgur.com/8CW8e.png?s=32&g=1)
![](https://i.stack.imgur.com/8CW8e.png?s=32&g=1)
Zanna
48.1k13119228
48.1k13119228
asked Mar 20 at 11:04
Christopher McMahon
113
113
I didn't have anymore issues after quitting the virtual environment and restarting my computer. I have also downloaded Chrome since.
â Christopher McMahon
Mar 23 at 19:11
add a comment |Â
I didn't have anymore issues after quitting the virtual environment and restarting my computer. I have also downloaded Chrome since.
â Christopher McMahon
Mar 23 at 19:11
I didn't have anymore issues after quitting the virtual environment and restarting my computer. I have also downloaded Chrome since.
â Christopher McMahon
Mar 23 at 19:11
I didn't have anymore issues after quitting the virtual environment and restarting my computer. I have also downloaded Chrome since.
â Christopher McMahon
Mar 23 at 19:11
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017586%2ferror-messages-popping-up-in-terminal-may-be-related-to-chromium-may-be-relate%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I didn't have anymore issues after quitting the virtual environment and restarting my computer. I have also downloaded Chrome since.
â Christopher McMahon
Mar 23 at 19:11