-
Notifications
You must be signed in to change notification settings - Fork 33
navalia.run
errors with a 404
#72
Comments
Alrighty, this should be fixed in |
It's certainly an improvement! No more 404. The updated test code and error is below:
States there is a timeout now which
|
@joelgriffith running the tests does have a failure:
Specifically:
I'll see if I can dig in a bit later. Thanks much! |
[edit] Quick test with navalia graphql works adding the following to
And all tests pass. So perhaps the Chrome version requires a different approach? |
@michaelwills I have the same error. I'm using chrome 64.0.3282.186 and browser doesn't open. When I add flag: const chrome = new Chrome({ flags: { headless: false } }); |
Yeah, there's been some breaking changes in the Chromes remote protocol in recent versions. Unfortunately I'm at least a few days out from revisiting this project to bring it up to date, so I'd love some help:
Otherwise it's going take me a few to get it :/ |
@sefel When I run it visibly, it's actually Google Chrome Canary that launches as opposed to Google Chrome. I'll try to do some more tests. |
@michaelwills Yes I'm sure it was at the most recent version of Chrome (Google Chrome and also on Canary) and I tested it on all systems (Windows/OSX/Ubuntu). So I think it is problem with new Chrome. |
I am also running into that Timer error. Here is my output.
Running on linux - no Canary as it is not available for linux :( |
First, awesome project. I have seen notes about this project is or will be deprecated. I do hope rumors of its demise will be proven false. :)
The
Chrome
instance is easy enough to use however thenavalia
usage seems to have a problem. I haven't dug into code yet though.This example fails:
Output:
The text was updated successfully, but these errors were encountered: