roshub / vapor_master

high availability ros master
Apache License 2.0
17 stars 8 forks source link

error handling method call: 'setParam': TypeError: Cannot read property 'toString' of undefined #31

Open HWiese1980 opened 5 years ago

HWiese1980 commented 5 years ago

As mentioned in #28, here's the next error message that's now thrown in the course of launching the node:

error handling method call: 'setParam': TypeError: Cannot read property 'toString' of undefined
    at Object.<anonymous> (/home/user/catkin_ws/src/vapor_master/dist/vapor_master.js:1:19824)
    at tryCatch (/home/user/catkin_ws/src/vapor_master/node_modules/regenerator-runtime/runtime.js:62:40)
    at Generator.invoke [as _invoke] (/home/user/catkin_ws/src/vapor_master/node_modules/regenerator-runtime/runtime.js:288:22)
    at Generator.prototype.(anonymous function) [as next] (/home/user/catkin_ws/src/vapor_master/node_modules/regenerator-runtime/runtime.js:114:21)
    at asyncGeneratorStep (/home/user/catkin_ws/src/vapor_master/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
    at _next (/home/user/catkin_ws/src/vapor_master/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
    at /home/user/catkin_ws/src/vapor_master/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
    at new Promise (<anonymous>)
    at Object.<anonymous> (/home/user/catkin_ws/src/vapor_master/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12)
    at Object.set (/home/user/catkin_ws/src/vapor_master/dist/vapor_master.js:1:19976)
    at e.<anonymous> (/home/user/catkin_ws/src/vapor_master/dist/vapor_master.js:1:46328)
    at tryCatch (/home/user/catkin_ws/src/vapor_master/node_modules/regenerator-runtime/runtime.js:62:40)
    at Generator.invoke [as _invoke] (/home/user/catkin_ws/src/vapor_master/node_modules/regenerator-runtime/runtime.js:288:22)
    at Generator.prototype.(anonymous function) [as next] (/home/user/catkin_ws/src/vapor_master/node_modules/regenerator-runtime/runtime.js:114:21)
    at asyncGeneratorStep (/home/user/catkin_ws/src/vapor_master/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
    at _next (/home/user/catkin_ws/src/vapor_master/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)