Replies: 1 comment 5 replies
-
Probably a chrome driver mismatch with your version of chrome - you can match up the version you need on this page: https://chromedriver.chromium.org/downloads - just swap out your new version with the version that is in the ghosts application folder. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running Chrome 96.0.4664.110 on my windows client, my ChromeDriver version is 96.0.4664.45 (closest I could get).
When I start the Ghost client my Chrome window opens, but the URL displayed is "data:,". I'm using the Browse command in the timeline file with a verified valid URL.
In my app.log file I see this error:
Ghosts.Client.Handlers.BrowserChrome..ctor|System.InvalidOperationException: Session not created
from disconnected: Unable to receive message from renderer
Wondering if it's the Chrome version I'm using or maybe I need a newer ChromeDriver? All the other automated tasks are working, just gotta get the browsing to work.
Unable to try IE or Firefox, the client only has Chrome and Edge.
Beta Was this translation helpful? Give feedback.
All reactions