iamjohnbarker / h2r-graphics-releases

34 stars 1 forks source link

Google Sheet Failed to Refresh #11

Open DavidTNguyen opened 3 years ago

DavidTNguyen commented 3 years ago

This google Sheet is published and verified working correctly on the Windows version. It's just a copy of the sample docs shared by the author. But on MacOSX it failed to refresh, is there a way to find out what caused the error.

Screen Shot 2021-01-19 at 1 23 00 PM
DavidTNguyen commented 3 years ago

The only workaround I found so far is to run this command in the Developer Tool Console process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"

Screen Shot 2021-01-20 at 5 05 43 PM