-
Notifications
You must be signed in to change notification settings - Fork 343
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
Error when trying to view session (or other methods) #417
Comments
Are you still experiencing this problem? I can't see how it could come about 😞 |
Thanks so much for checking. I not looked at this in a while since chromate session was working. However as of today, the problem has gone away. Not sure why. Thanks! OBTW, The css in the example in the vignette is out of date but that was not the issue. The two examples work (as of today...)
For completeness, the second example with IMDB works fine interactively, but if rendering, one has to first use
|
Trying to run the example from rvest page below (as well as other examples and my own code). I am using Version 0.2.0 of chromote and 1.0.4 of rvest on a mac.
The sess object seems to create just fine and the session is active. However, the sess$view (and the next line as well) errors out with the following message
looking through live.R there is the following code which I think means new_chromate is the invalid
x
in the error.In zzz.R there is
If I run
new_chromote <<- utils::packageVersion("chromote") >= "0.1.2.9000"
in the console it returns TRUE.If I run
sess$session$is_active()
in the code chunk it is TRUE.What am I missing that I am getting the error or is there a bug.
The text was updated successfully, but these errors were encountered: