-
Notifications
You must be signed in to change notification settings - Fork 78
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
invalid 'n' argument in upload #64
Comments
I can confirm that the error no longer occurs after installing the patch, thanks a lot! |
Fix #64: invalid 'n' argument in upload
It works for me. remove.packages("markdown")
library(devtools)
install_github('rstudio/markdown')
rpubsUpload('test','test.html') But not with the gui (clicking knit HTML, then 'publish' in the results window... I get the same
|
@dnacombo What is your RStudio version? If it is not the latest, please try to upgrade it: http://www.rstudio.com/products/rstudio/download/ |
Latest rstudio 0.98.1081 2014-11-16 17:42 GMT+01:00 Yihui Xie [email protected]:
|
I'm not sure which version this PR (rstudio/rstudio#186) eventually went to. Cc @jjallaire |
That fix is in RStudio 0.98.1087 so if you update to it then everything J.J. On Sun, Nov 16, 2014 at 3:37 PM, Yihui Xie [email protected] wrote:
|
I am using v .1091 still see the same problem. |
There is an intermittent problem where the server does not return a content-length.
This causes the error reported e.g. at
If I call rpubsupload a number of times with the same file and title, it 'sometimes' gives the error, in my session in at least 50% of cases. I've added a message(resp) to line 176, showing the received header.
This call went fine:
But the next one resulted in the error:
I have been testing upload code so it is quite possible that there is something weird in my account (vanatteveldt), e.g. a lot of aborted upload attempts where I never visited the 'continue' page.
Note: the .Rprofile workaround suggested in the first link above did not solve the problem for me
The text was updated successfully, but these errors were encountered: