You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run a bot from a bot-set on staging server, but it failed with the following error that I didn't investigate at all due to looking into #39:
exn:fail:contract: process*: contract violation
expected: path-string?
given: #f
File ".../racket/system.rkt", line 100, in unknown
File ".../racket/system.rkt", line 98, in do-process*/ports
File ".../marionette/main.rkt", line 46, in start-marionette!
File ".../marionette/main.rkt", line 121, in unknown
File ".../pages/admin.rkt", line 533, in unknown
...
(26 additional frame(s) were not displayed)
a3a07526c4141ad14bb3b99a2d2ef
March 12, 2021, 2:18:50 p.m. UTC
Exception
exn:fail:contract: process*: contract violation
expected: path-string?
given: #f
File ".../racket/system.rkt", line 100, in unknown
File ".../racket/system.rkt", line 98, in do-process*/ports
File ".../marionette/main.rkt", line 46, in start-marionette!
File ".../marionette/main.rkt", line 121, in unknown
File ".../pages/admin.rkt", line 533, in unknown
...
(26 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
That probably means it couldn't determine the path to the Firefox executable (maybe it isn't installed?). I should definitely improve that error in marionette though 😅
I tried to run a bot from a bot-set on staging server, but it failed with the following error that I didn't investigate at all due to looking into #39:
The text was updated successfully, but these errors were encountered: