You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the fist time (I use Ext.Direct since 2 years), I run into this strange error when the api is called, after having added a new module in direct/ folder :
Fri, 08 Sep 2017 09:13:48 GMT : exception non gérée récupérée dans server.js
Cannot read property '1' of null
TypeError: Cannot read property '1' of null
at API.reflection (C:\node-projects\payroll-app\node_modules\extdirect\lib\api.js:196:28)
at C:\node-projects\payroll-app\node_modules\extdirect\lib\api.js:85:37
at iterate (C:\node-projects\payroll-app\node_modules\extdirect\lib\api.js:224:35)
at C:\node-projects\payroll-app\node_modules\extdirect\lib\api.js:243:25
at FSReqWrap.oncomplete (fs.js:153:5)
Hello Juris,
For the fist time (I use Ext.Direct since 2 years), I run into this strange error when the api is called, after having added a new module in direct/ folder :
the culprit is argDecl there :
nodejs.extdirect/lib/api.js
Lines 189 to 192 in f00a4b3
I don't understand the reason, because this module is seemingly written like my other direct modules :
any idea of the cause ?
The text was updated successfully, but these errors were encountered: