googlemaps / googlemaps/google-maps-services-js

AxiosError thrown when Internet Connection Offline

Open
#951 1 comment 0 reactions 1 assignee Claimed by @wangela View on GitHub
triage me type: bug
Dominant language
TypeScript
Stars
3.1k
Forks
654
Avg merge
3m
Merged PRs (30d)
4

Description

Thanks for stopping by to let us know something could be better!

---
**PLEASE READ**

If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/). This will ensure a timely response.

Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform [support resources page](https://developers.google.com/maps/support/).

If your bug or feature request is not related to this particular library, please visit the Google Maps Platform [issue trackers](https://developers.google.com/maps/support/#issue_tracker).

Check for answers on StackOverflow with the [google-maps](http://stackoverflow.com/questions/tagged/google-maps) tag.

---

Please be sure to include as much information as possible:

#### Environment details

1. Geocode API
2. macOS Ventura 13.1
3. @googlemaps/google-maps-services-js@3.3.27

#### Steps to reproduce

1. Take internet connection offline
2. Try running any request

#### Code example

```js
try {
const api = await client.reverseGeocode({
params: {
language: Language.en,
latlng: {
latitude,
longitude,
},
result_type: [AddressType.street_address],
key: 'invalid or valid API key, doesn't matter here',
},
});
}
```

#### Stack trace
```
AxiosError: options must be an object
at Object.assertOptions (/xxx/node_modules/axios/dist/node/axios.cjs:3675:11)
at Axios.request (/xxx/node_modules/axios/dist/node/axios.cjs:3750:17)
at Function.wrap [as request] (/xxx/node_modules/axios/dist/node/axios.cjs:29:15)
at /xxx/node_modules/retry-axios/dist/index.js:1:1819
at async fetchGoogleGeocode (webpack-internal:///(api)/./src/external-api/google-geocode.ts:26:21) {
code: 'ERR_BAD_OPTION_VALUE'
}
```

Following these steps will guarantee the quickest resolution possible.

Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.