Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ver 0.6.2 request error dump #13

Closed
rexlogic opened this issue Jul 9, 2018 · 1 comment
Closed

Ver 0.6.2 request error dump #13

rexlogic opened this issue Jul 9, 2018 · 1 comment

Comments

@rexlogic
Copy link

rexlogic commented Jul 9, 2018

2018-07-09T20:52:34.185664+00:00 app[web.1]: /app/node_modules/date-and-time/date-and-time.js:231

2018-07-09T20:52:34.185668+00:00 app[web.1]: return new Date(dateObj.getTime() + milliseconds);

2018-07-09T20:52:34.185670+00:00 app[web.1]: ^

2018-07-09T20:52:34.185671+00:00 app[web.1]:

2018-07-09T20:52:34.185672+00:00 app[web.1]: TypeError: dateObj.getTime is not a function

2018-07-09T20:52:34.185674+00:00 app[web.1]: at Object.date.addMilliseconds (/app/node_modules/date-and-time/date-and-time.js:231:33)

2018-07-09T20:52:34.185675+00:00 app[web.1]: at Object.date.addMinutes (/app/node_modules/date-and-time/date-and-time.js:211:21)

2018-07-09T20:52:34.185676+00:00 app[web.1]: at Object.date.format (/app/node_modules/date-and-time/date-and-time.js:84:22)

@knowledgecode
Copy link
Owner

2018-07-09T20:52:34.185672+00:00 app[web.1]: TypeError: dateObj.getTime is not a function

Perhaps you are passing something other than a Date object to the first argument of the format() method. For example, Number, String, ... or undefined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants