LCozzoli / SMS-Activate.org

A full NodeJS sms-activate.org api wrapper up to date in Typescript
30 stars 12 forks source link

Error #14

Open keadeish opened 11 months ago

keadeish commented 11 months ago

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "AxiosError: Request failed with status code 503".] { code: 'ERR_UNHANDLED_REJECTION' }

error that i get when requesting numbers

keadeish commented 10 months ago

still occurring

pseudozach commented 10 months ago

this is due to getCountries update call for /smsApi.countries.json. can you make it optional, fix it or remove it all together @LCozzoli ?

keadeish commented 10 months ago

im not sure where i can find that