Skip to content
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 message #13

Open
Lionan opened this issue Mar 17, 2015 · 7 comments
Open

Error message #13

Lionan opened this issue Mar 17, 2015 · 7 comments

Comments

@Lionan
Copy link

Lionan commented Mar 17, 2015

Authorize the Google Analytics account

This need not be executed in every session once the token object is created

and saved

client.id <- "Included my ID"
client.secret <- ""included my client secret"
token <- Auth(client.id,client.secret)
httpuv not installed, defaulting to out-of-band authentication
Please point your browser to the following url:

https://accounts.google.com/o/oauth2/auth?client_id=810391258461-tims44fbgg9d7uedv3o7fru5b64bhv32.apps.googleusercontent.com&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fanalytics.readonly&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code

Enter authorization code:

Save the token object for future sessions

save(token,file="./token_file")
4/tY75jfbpwincjsoamWWS7S5bqniSeh-kIhDkf-KonbU.QjMD_bNjeJEUJvIeHux6iLZr1C5JmAI
Error: object 'tY75jfbpwincjsoamWWS7S5bqniSeh' not found

@shahkushan1
Copy link

Can you list the exact steps which lead to this error and also mention your platform as well? This would help me reproduce the error at my end.

@Lionan
Copy link
Author

Lionan commented Mar 20, 2015

Platform i used Rstudio and i just went ahead step by step with the
instructions, however when i got my pass code and i tried to enter it it
gets this error as you can see on my provided example.

On Thu, Mar 19, 2015 at 4:31 AM, Kushan Shah [email protected]
wrote:

Can you list the exact steps which lead to this error and also mention
your platform as well? This would help me reproduce the error at my end.

Reply to this email directly or view it on GitHub
#13 (comment)
.

@alexchinien
Copy link

I have the same message - when token <- Auth(client.id,client.secret) runs - i get
httpuv not installed, defaulting to out-of-band authentication
Please point your browser to the following url:
Enter authorization code:

If i follow the url i get Error: redirect_uri_mismatch

@dikesh
Copy link
Contributor

dikesh commented Jan 8, 2016

Hi @Lionan @gosuloco,

Sorry for the late response. Recently I am planning to update the package, so would like to know whether still you are facing these problems or not. Please let me know if you are still facing these issues.

@Lionan
Copy link
Author

Lionan commented Jan 11, 2016

I think i made it work back then.

On Fri, Jan 8, 2016 at 7:35 AM, Dikesh [email protected] wrote:

Hi @Lionan https://github.com/Lionan @gosuloco
https://github.com/gosuloco,

Sorry for the late response. Recently I am planning to update the package,
so would like to know whether still you are facing these problems or not.
Please let me know if you are still facing these issues.


Reply to this email directly or view it on GitHub
#13 (comment)
.

@DigitalScientist
Copy link

Having the same problem as gosuloco

@gurfin
Copy link

gurfin commented Jul 7, 2017

Ran into the same problem just now. As a workaround, running:
install.packages("httpuv")
library(httpuv)
..and then trying again seems to have worked. But, I'm pretty new to R, so maybe there is a more complicated issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants