You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen two previous posts about an issue that sounded similar #1495, #1436, #1514 and tidyverse/reprex#168, but I think my problem is different.
I'm trying to generate a reprex that includes plots and I get Bad Request (HTTP 400) error. Interestingly, this problem starts happening if I generate multiple reprexes in a short span of time, and then, it seems to go away again.
This chunk does not fail
library(ggplot2)
p <- ggplot(iris) +
geom_point(aes(x=Sepal.Width, y=Sepal.Length))
###### p
However, this one fails
library(ggplot2)
p <- ggplot(iris) +
geom_point(aes(x=Sepal.Width, y=Sepal.Length))
p
Reinstalling xml2, httr, knitr (from github development branch), reprex
Restarting the R session, computer
Turn lights off and on, and do happy feet dance. Didn't help at all...
Side note: When I was working on generating a reprex for this post, after failing a couple of times, the plot-containing reprex went through and generated an output. Weird...
Thanks for patiently trying everything (including turning on/off lights and dancing)! Unfortunately I don't have an idea here. I tried a few times and wasn't able to reproduce the issue once. Sorry.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
Hello,
I have seen two previous posts about an issue that sounded similar #1495, #1436, #1514 and tidyverse/reprex#168, but I think my problem is different.
I'm trying to generate a reprex that includes plots and I get
Bad Request (HTTP 400)
error. Interestingly, this problem starts happening if I generate multiplereprex
es in a short span of time, and then, it seems to go away again.This chunk does not fail
However, this one fails
The error stack looks like this:
I tried
Side note: When I was working on generating a reprex for this post, after failing a couple of times, the plot-containing reprex went through and generated an output. Weird...
I'd appreciate any input.
Best,
Atakan
SessionInfo
The text was updated successfully, but these errors were encountered: