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

Navigation Error #1097

Closed
sean-hill opened this issue Apr 18, 2017 · 6 comments
Closed

Navigation Error #1097

sean-hill opened this issue Apr 18, 2017 · 6 comments

Comments

@sean-hill
Copy link

sean-hill commented Apr 18, 2017

Hey there!

I'm getting a navigation error error with this code:

Example

var Nightmare = require('nightmare')
var nightmare = Nightmare({ show: true })

nightmare.goto('https://customer.xfinity.com/')

Error

{ 
  "message": "navigation error",
  "code": -3,
  "details": "",
  "url": "https://customer.xfinity.com/#/"
}

This error happens probably about 80% of the time, but occasionally it makes it through the command. It seems like Xfinity is doing a bunch of redirects, so maybe that is causing an issue?

@pg1671
Copy link

pg1671 commented Apr 20, 2017

I have the same navigation error on my own site https://www.mypresences.com/. There are no redirects.

@scottweinert
Copy link

+1

@casesandberg
Copy link

Are you still having trouble and have you tried 2.10.0? I am going to close this, but feel free to re-open if it's still an issue.

@xblanc33
Copy link

I have the same error with 2.10.0
Can't understand why.

@allen1991
Copy link

it really still happen again and again, sometimes it works, but many time failed, error appear。

@sean-hill
Copy link
Author

@allen1991 nightmare is dead. Use something like puppeteer or playwright 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

6 participants