Sun Apr 17 02:43:16 2022 master/632e51d8
srvc 0079 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
Sat May 14 21:35:35 2022 master/6de0ebc0
srvc 0575 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:35:35 2022 master/6de0ebc0
srvc 0614 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:35:35 2022 master/6de0ebc0
srvc 0590 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:35:35 2022 master/6de0ebc0
srvc 0604 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:35:36 2022 master/6de0ebc0
srvc 0615 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:35:36 2022 master/6de0ebc0
srvc 0610 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:35:36 2022 master/6de0ebc0
srvc 0592 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:35:36 2022 master/6de0ebc0
srvc 0584 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:35:36 2022 master/6de0ebc0
srvc 0578 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:35:36 2022 master/6de0ebc0
srvc 0590 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:35:36 2022 master/6de0ebc0
srvc 0594 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:35:38 2022 master/6de0ebc0
srvc 0575 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Sat May 14 21:42:15 2022 master/6de0ebc0
srvc 0617 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1861: TypeError: args.shift().toUpperCase is not a function
Using log(LOG_INFO, "args.shift() is " + args.shift()); is not a good idea, because it will remove the next item from args (and thus a subsequent call to it could yield an empty result).
I suggest you use log(LOG_INFO, "args is " + JSON.stringify(args)); instead - that way you can see what the contents of args is (and then manually determine what args.shift() may yield).
May 28 20:26:38 lr08 synchronet[1198426]: srvc 0125 IMAPS !JavaScript /sbbs/exec/imapservice.js line 1864: TypeError: args.shift().toUpperCase is not a function
What specifically did you do to trigger that search for a bunch of variations of premier inn? Are you able to recreate it, and if so you should describe the steps to recreate it.