rodazuero / gmapsdistance

Future
GNU General Public License v3.0
75 stars 40 forks source link

Every call fails... #27

Closed ehud closed 7 years ago

ehud commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

I tried both installations; also upgraded R.

On Mon, Sep 18, 2017 at 6:36 PM, Rodrigo Azuero notifications@github.com wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rodazuero/gmapsdistance/issues/27#issuecomment-330262493, or mute the thread https://github.com/notifications/unsubscribe-auth/AAM8xvZUwAQ9rGPNfUkcS8okH9IZKqlTks5sjo36gaJpZM4Pa4dp .

ehud commented 7 years ago

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