geckodriver.log issue?

49 views
Skip to first unread message

Leam

unread,
May 16, 2025, 6:26:46 PMMay 16
to robotframework-users
Hey all, newbie alert!   :)

I have a new install of Robot Framework and am getting errors in geckodriver.log. I'm new to Robot Framework and not sure where to start trouble-shooting this one.

And, is there any way to get these sorts of logs stored in a "./logs" directory instead of the project root?

Thanks!

Leam


pip package list
=============
robotframework                              7.2.2
robotframework-pythonlibcore     4.4.1
robotframework-seleniumlibrary  6.7.1
selenium                                           4.32.0
webdriver-manager                         4.0.2


Log
====

$ cat geckodriver-9.log
1747318285724 geckodriver INFO Listening on 127.0.0.1:57377
1747318286044 mozrunner::runner INFO Running command: MOZ_CRASHREPORTER="1" MOZ_CRASHREPORTER_NO_REPORT="1" MOZ_CRASHREPORTER_SHUTDOWN="1" MOZ_NO_REMOTE="1" "/usr ... te" "--remote-debugging-port" "42611" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "/tmp/rust_mozprofilevAqsQ0"
console.warn: services.settings: Ignoring preference override of remote settings server
console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
ATTENTION: default value of option mesa_glthread overridden by environment.
1747318286541 Marionette INFO Marionette enabled
ATTENTION: default value of option mesa_glthread overridden by environment.
1747318286640 Marionette INFO Listening on port 42991
Read port: 42991
WebDriver BiDi listening on ws://127.0.0.1:42611
1747318286697 RemoteAgent WARN TLS certificate errors will be ignored for this session
console.error: ({})
[Parent 2269, Main Thread] WARNING: Failed to call GetIdletime(): GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
: 'glib warning', file /builddir/build/BUILD/firefox-120.0.1/toolkit/xre/nsSigHandlers.cpp:187

** (firefox:2269): WARNING **: 10:11:27.575: Failed to call GetIdletime(): GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable

console.error: services.settings:
  main/partitioning-exempt-urls Signature failed  InvalidSignatureError: Invalid content signature (main/partitioning-exempt-urls) using 'remote-settings.content-signature.mozilla.org-2025-06-20-18-40-46.chain'
console.error: services.settings:
  main/partitioning-exempt-urls local data was corrupted
console.warn: services.settings: main/partitioning-exempt-urls Signature verified failed. Retry from scratch
console.error: services.settings:
  main/fingerprinting-protection-overrides Signature failed  InvalidSignatureError: Invalid content signature (main/fingerprinting-protection-overrides) using 'remote-settings.content-signature.mozilla.org-2025-06-20-18-40-46.chain'
console.error: services.settings:
  main/query-stripping Signature failed  InvalidSignatureError: Invalid content signature (main/query-stripping) using 'remote-settings.content-signature.mozilla.org-2025-06-20-18-40-46.chain'
console.error: services.settings:
  main/fingerprinting-protection-overrides local data was corrupted
console.warn: services.settings: main/fingerprinting-protection-overrides Signature verified failed. Retry from scratch
console.error: services.settings:
  main/query-stripping local data was corrupted
console.warn: services.settings: main/query-stripping Signature verified failed. Retry from scratch
console.error: services.settings:
  main/partitioning-exempt-urls Signature failed again InvalidSignatureError: Invalid content signature (main/partitioning-exempt-urls) using 'remote-settings.content-signature.mozilla.org-2025-06-20-18-40-46.chain'
console.error: (new InvalidSignatureError("Invalid content signature (main/partitioning-exempt-urls) using 'remote-settings.content-signature.mozilla.org-2025-06-20-18-40-46.chain'", "resource://services-settings/RemoteSettingsClient.sys.mjs", 165))
console.error: services.settings:
  main/fingerprinting-protection-overrides Signature failed again InvalidSignatureError: Invalid content signature (main/fingerprinting-protection-overrides) using 'remote-settings.content-signature.mozilla.org-2025-06-20-18-40-46.chain'
console.error: services.settings:
  main/query-stripping Signature failed again InvalidSignatureError: Invalid content signature (main/query-stripping) using 'remote-settings.content-signature.mozilla.org-2025-06-20-18-40-46.chain'
console.error: (new InvalidSignatureError("Invalid content signature (main/fingerprinting-protection-overrides) using 'remote-settings.content-signature.mozilla.org-2025-06-20-18-40-46.chain'", "resource://services-settings/RemoteSettingsClient.sys.mjs", 165))
console.error: (new InvalidSignatureError("Invalid content signature (main/query-stripping) using 'remote-settings.content-signature.mozilla.org-2025-06-20-18-40-46.chain'", "resource://services-settings/RemoteSettingsClient.sys.mjs", 165))
1747318288377 Marionette INFO Stopped listening on port 42991

Firouz Saeidi

unread,
May 19, 2025, 5:35:24 PMMay 19
to robotframework-users
Hi,
If you haven't get the answer to your question yet,
it is possible to get the logs in separate file. you only need to add this to your running command. 
--outputdir ./logs

Reply all
Reply to author
Forward
0 new messages