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

Every call fails... #27

Closed
ehud opened this issue Sep 18, 2017 · 3 comments
Closed

Every call fails... #27

ehud opened this issue Sep 18, 2017 · 3 comments

Comments

@ehud
Copy link

ehud commented Sep 18, 2017

Any of the examples on the readme end up with the following errors:

Opening and ending tag mismatch: META line 2 and HEAD
Specification mandate value for attribute noshade
attributes construct error
Couldn't find end of Start Tag HR line 9
Opening and ending tag mismatch: LI line 16 and UL
Opening and ending tag mismatch: UL line 15 and P
Opening and ending tag mismatch: A line 31 and a
Opening and ending tag mismatch: A line 33 and a
Specification mandate value for attribute noshade
attributes construct error
Couldn't find end of Start Tag HR line 37
Opening and ending tag mismatch: BR line 36 and BODY
Opening and ending tag mismatch: P line 13 and HTML
Premature end of data in tag P line 10
Premature end of data in tag BODY line 6
Premature end of data in tag HEAD line 2
Premature end of data in tag HTML line 2

@rodazuero
Copy link
Owner

Not sure why are you getting the error. I just ran the basic example and it seems is working fine.

results = gmapsdistance(origin = "Washington+DC", destination = "New+York+City+NY",  mode = "driving")
> results
$Time
[1] 13811

$Distance
[1] 361720

$Status
[1] "OK"

I would suggest to re-install it from CRAN and then from github if it is not running.

@ehud
Copy link
Author

ehud commented Sep 18, 2017 via email

@ehud
Copy link
Author

ehud commented Sep 19, 2017

I turns out that this was the result of the proxy password being wrong in the environment variables. Sorry about that.

@ehud ehud closed this as completed Sep 19, 2017
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

2 participants