Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot doesn't run on staging #40

Closed
MarcKaufmann opened this issue Mar 12, 2021 · 3 comments
Closed

Bot doesn't run on staging #40

MarcKaufmann opened this issue Mar 12, 2021 · 3 comments
Assignees
Labels
async bug Something isn't working

Comments

@MarcKaufmann
Copy link
Owner

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:

error exn:fail:contract
process*: contract violation expected: path-string? given: #f
ID: a15> error exn:fail:contract
process*: contract violation expected: path-string? given: #f
ID: a15a3a07526c4141ad14bb3b99a2d2ef
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)
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)

@MarcKaufmann MarcKaufmann added bug Something isn't working async labels Mar 12, 2021
@Bogdanp
Copy link
Collaborator

Bogdanp commented Mar 12, 2021

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 😅

@MarcKaufmann
Copy link
Owner Author

OK, I'll look into it tomorrow or else we fix it next week.

Bogdanp added a commit to Bogdanp/marionette that referenced this issue Mar 13, 2021
@Bogdanp
Copy link
Collaborator

Bogdanp commented Apr 1, 2021

@Bogdanp Bogdanp closed this as completed in 7a8979c Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
async bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants