Skip to content

Instantly share code, notes, and snippets.

@JulianNorton
Created November 26, 2018 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JulianNorton/5a828b5537f6dc09ed893836586286cd to your computer and use it in GitHub Desktop.
Save JulianNorton/5a828b5537f6dc09ed893836586286cd to your computer and use it in GitHub Desktop.
wxkb log error
/var/app/weather-10kb/src/modules/WeatherRequest.js:18
timezone.key(process.env.GOOGLE_TIMEZONE_API_KEY);
^
TypeError: timezone.key is not a function
at Object.<anonymous> (/var/app/weather-10kb/src/modules/WeatherRequest.js:18:10)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/var/app/weather-10kb/src/router.js:6:24)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
error: Forever detected script exited with code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment