You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
Hi, i noticed the error codes could be improved a little bit.
1: INVALID_URL_ERR // unable to connect to host
2: CONNECTION_ERR // able to connect to host, but unable to download the zip
3: UNZIP_ERR // unable to unzip the zip
For 1: INVALID_URL_ERR // unable to connect to host
the code says invalid url, but the error really means unable to connect to the host, could be due to lack for internet connectivity (device not online), or DNS error... i would suggest a change to have 1: UNABLE_TO_CONNECT
The text was updated successfully, but these errors were encountered:
Hi, i noticed the error codes could be improved a little bit.
1: INVALID_URL_ERR // unable to connect to host
2: CONNECTION_ERR // able to connect to host, but unable to download the zip
3: UNZIP_ERR // unable to unzip the zip
For 1: INVALID_URL_ERR // unable to connect to host
the code says invalid url, but the error really means unable to connect to the host, could be due to lack for internet connectivity (device not online), or DNS error... i would suggest a change to have 1: UNABLE_TO_CONNECT
The text was updated successfully, but these errors were encountered: