-
Notifications
You must be signed in to change notification settings - Fork 344
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
latest rvest+httr combo fails to submit properly forms in some cases #133
Comments
Hadley, Since over a year I use rvest to log in to several corporate systems which do not provide an API. I was able to get the logs from one of our servers which shows the following:
I could verify this on the client side using
|
Just a small note to remark that the problem persists after updating httr to latest (1.1.0) |
Probably the same as r-lib/httr#368 |
Or maybe actually r-lib/httr#356 |
Definitely r-lib/httr#356. At the bottom of your verbose output is the signature of the problem that I ran into too:
It's supposed to switch from |
chiming in just to confirm that it definitely is r-lib/httr#356 |
What was the solution? |
by using latest rvest + httr on CRAN, I experience "Internal Server Error 500" when submitting some forms with submit_form
for instance, if I run
I get such an error.
The problem is still present if I upgrade httr to the latest github source (via devtools)
OTOH, the problem disappears if I downgrade httr to 0.6.1, so that I'm lead to think it might be related to one of the many changes occurred in the passage to 1.0.0 (might it be some detail in the RCurl -> curl migration? or something completely different? so far I've not been able to narrow down the list of possible culprits :-( )
The text was updated successfully, but these errors were encountered: