-
Notifications
You must be signed in to change notification settings - Fork 12
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
NR 2.2.2 thru NR 3.0.0.-beta-4 - keeps getting UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'jdsatepoch' of undefined #15
Comments
juggledad
changed the title
NR 3.0.0.-beta-4 - keeps getting UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'jdsatepoch' of undefined
NR 2.2.2 thru NR 3.0.0.-beta-4 - keeps getting UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'jdsatepoch' of undefined
Jul 5, 2022
Same for NR 3.0.0 Milestone Release |
Same for me on my raspberry PI and there is a solution in the issue #14 In satellites.js change .com for .org domain
|
fix applied in v0.7.5 |
Still getting the same error in NR 3.0.1 (using v0.7.5):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Device: Mac mini (M1, 2020)
OS: macOS Montery v13.3.1
Node-RED version: v3.0.0-beta.4
Node.js version: v14.16.0
Startup log:
Paul@PaulsM1 .node-red % node-red
5 Jul 16:55:59 - [info]
Welcome to Node-RED
5 Jul 16:55:59 - [info] Node-RED version: v3.0.0-beta.4
5 Jul 16:55:59 - [info] Node.js version: v14.16.0
5 Jul 16:55:59 - [info] Darwin 21.4.0 x64 LE
5 Jul 16:55:59 - [info] Loading palette nodes
5 Jul 16:56:00 - [info] Worldmap version 2.28.3
5 Jul 16:56:00 - [info] Dashboard version 3.1.7 started at /ui
5 Jul 16:56:00 - [warn] rpi-gpio : Raspberry Pi specific node set inactive
5 Jul 16:56:00 - [info] Settings file : /Users/Paul/.node-red/settings.js
5 Jul 16:56:00 - [info] HTTP Static : /Users/Paul/node-red-static > /
5 Jul 16:56:00 - [info] Context store : 'default' [module=localfilesystem]
5 Jul 16:56:00 - [info] Context store : 'memory' [module=memory]
5 Jul 16:56:00 - [info] User directory : /Users/Paul/.node-red
5 Jul 16:56:00 - [info] Projects directory: /Users/Paul/.node-red/projects
5 Jul 16:56:01 - [info] Server now running at http://127.0.0.1:1880/
5 Jul 16:56:01 - [info] Active project : ISS-satellite
5 Jul 16:56:01 - [info] Flows file : /Users/Paul/.node-red/projects/ISS-satellite/flow.json
5 Jul 16:56:01 - [warn] Using unencrypted credentials
5 Jul 16:56:01 - [info] Starting flows
5 Jul 16:56:01 - [info] [worldmap:5857b34e.13e5dc] started at /worldmap
5 Jul 16:56:01 - [info] Started flows
(node:33885) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'jdsatepoch' of undefined
at Object.propagate (/Users/Paul/.node-red/node_modules/satellite.js/dist/satellite.js:1889:29)
at createSatObject (/Users/Paul/.node-red/node_modules/node-red-contrib-satellites/satellites.js:38:32)
at /Users/Paul/.node-red/node_modules/node-red-contrib-satellites/satellites.js:176:38
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(Use
node --trace-warnings ...
to show where the warning was created)(node:33885) UnhandledPromiseRejectionWarning: Unhandled promise rejection. 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(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)(node:33885) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:33885) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'jdsatepoch' of undefined
at Object.propagate (/Users/Paul/.node-red/node_modules/satellite.js/dist/satellite.js:1889:29)
at createSatObject (/Users/Paul/.node-red/node_modules/node-red-contrib-satellites/satellites.js:38:32)
at /Users/Paul/.node-red/node_modules/node-red-contrib-satellites/satellites.js:180:45
at Array.forEach ()
at /Users/Paul/.node-red/node_modules/node-red-contrib-satellites/satellites.js:179:37
at processTicksAndRejections (internal/process/task_queues.js:93:5)
This continues over and over again and no satellite(s) shows on the map.
The text was updated successfully, but these errors were encountered: