-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi @plewin
First of all, thank you for this tool. I have a use case to send SMS and was testing the script sms-send.js.
Router Model: Archer MR200
Issue : The response of fetchEncryptionParams does not have seq which is leading to the error below.
config file config.json could not be read, skipping
args {
routerUiUrl: 'http://192.168.1.1',
routerUiLogin: 'admin',
routerUiPassword: '<password>',
to: '<destination>',
textContent: 'my text message'
}
var ee="010001";
var nn="F60E0796536CDE9E0DB1EA4FE69DA34FF2C495165954D0026D080C4A912AAFA6F410D663AFE4F5115B22C65A143E27B129A66C95F4272397BF73FDA3DD6F3C97F4CF80C485D3AE19C79A88C1A1D2CE5B5DD05A219303A9522481B2235E87D00200E38BBBAEEE7BFF0332BAA350F83067C112C04554C410D51D669CF6C0B4C5A1";
var userSetting=1;
$.ret=0;
TypeError: Cannot read properties of null (reading '1')
at RouterClient.parseEncryptionParams (file:///home/pi/tp-link-modem-router/src/routerClient.mjs:89:25)
at file:///home/pi/tp-link-modem-router/src/routerClient.mjs:37:30
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Does this mean that the router's encryption is configured in a different way?
Can this happen due to a different router's firmware version?
What method can you suggest to debug and resolve the authentication problem?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels