Closed jnmaloof closed 6 years ago
Just FYI, I’m snowed under a lot of things and will only be able to get to this message in late Feb. Sorry about that.
@jnmaloof:
Can you confirm that Sys.getenv("GITHUB_TOKEN")
returns the expected token in the environment that is failing?
Also, what do you see when verbose=T
?
I suspect that the httr
version is a more likely explanation here.
@jnmaloof While you wait for someone to get to the bottom of it, you might trying downgrading httr
one or even two versions to see if that helps.
Thanks @jennybc . Downgrading to httr
1.0.0 worked.
@mfcovington yes, Sys.getenv("GITHUB_TOKEN")
works as expected.
I just finished updating another package for httr v1.1.0
😁.
Thanks everyone for tracking it down.
Please don’t close this issue - now that we know it’s a problem with httr, I want to eventually fix it. It’ll just take a while. In the meantime, PRs always welcome.
build_url(parse_url("https://engage.us.greenpeace.org/onlineactions/0Dz8eFnSfEGAkQBffzy_1A2?&utm_source=website&utm_medium=homepage&utm_campaign=website_donation_form_(header)&r=true&am=15"))
is an example of something that barfs on the latest httr.
This isn't really something I actually want to crawl, so it's kind of OK that it barfs an exception, but now I have to handle the exception.
Closed (wontfix) by #70.
rgithub had been working for me fine but now gives me an error when I try to get my repositories. Bad interaction with another package? Any advice?