kk4qbn wrote to All <=-
I have been getting this error a few times throughout the day for
a good while now. I've tried to track where it is coming from but
it really does'nt give me much to work with.
Sat Jun 15 23:56:48 2024 master/aabef5821 kk4qbn.synchro.net
srvc 0000 JSON SyntaxError: JSON.parse
It does'nt seem to have any negative impact on anything on my
system other than infating the daily error counter.
"JSON.parse" does not exist in any of the json related
javascripts, and I've tried searching for this error to no avail.
"JSON.parse" does not exist in any of the json related javascripts, anddanc@palantir:/sbbs/exec$ grep -i json.parse *.js avatars.js:
I've tried searching for this error to no avail.
if((obj = JSON.parse(text.join(''))) != undefined) chksetup.js:finger_obj =
JSON.parse(finger_result.join(''));
exportcfg.js:const defaults = JSON.parse(JSON.stringify(options)); exportcfg.js:propfmt[arg] = JSON.parse('"' + value + '"'); exportcfg.js:options[arg] = JSON.parse('"' + value + '"');// support C-encoded chars (e.g. \t\r\n)
exportcfg.js:options[arg] = JSON.parse('"' + argv[++i] + '"');// support C-encoded chars (e.g. \t\r\n)
exportcfg.js:obj = item; //JSON.parse(JSON.stringify(item)); imapservice.js:scpy =
JSON.parse(JSON.stringify(saved_config[sub].Seen)); importcfg.js:obj = JSON.parse(text[i]);
install-xtrn.js:service =
JSON.parse(JSON.stringify(item));
"JSON.parse" does not exist in any of the json related javascripts, and I've tried searching for this error to no avail.
kk4qbn wrote to All <=-
Sat Jun 15 23:56:48 2024 master/aabef5821 kk4qbn.synchro.net
srvc 0000 JSON SyntaxError: JSON.parse
"JSON.parse" does not exist in any of the json related javascripts, and
I've tried searching for this error to no avail.
I found it in load/json-sock.js: Socket.prototype.recvJSON
I'm committing a change to add more detail to the error message logged in this case. Hopefully that helps.
Sat Jun 15 23:56:48 2024 master/aabef5821 kk4qbn.synchro.net srvc 0000
JSON SyntaxError: JSON.parse
I get the same error every time I start my BBS, I've attributed it to an error or maybe a newline where it shouldn't be in one of my configs but can't find the culprit.
kk4qbn wrote to All <=-
Sat Jun 15 23:56:48 2024 master/aabef5821 kk4qbn.synchro.net
srvc 0000 JSON SyntaxError: JSON.parse
I get the same error every time I start my BBS, I've attributed it to
an error or maybe a newline where it shouldn't be in one of my configs
but can't find the culprit.
Re: Re: Json Error
By: poindexter FORTRAN to kk4qbn on Sun Jun 16 2024 08:00:00
Sat Jun 15 23:56:48 2024 master/aabef5821 kk4qbn.synchro.net srvc 0000
JSON SyntaxError: JSON.parse
I get the same error every time I start my BBS, I've attributed it to an error or maybe a newline where it shouldn't be in one of my configs but can't find the culprit.
There are times when I won't get one for most of the day, sometimes I get a few of them. I'm sure it will be debugged soo enough though.
I have been getting this error a few times throughout the day for a good while
now. I've tried to track where it is coming from but it really does'nt give me much to work with.
Sat Jun 15 23:56:48 2024 master/aabef5821 kk4qbn.synchro.net
srvc 0000 JSON SyntaxError: JSON.parse
It does'nt seem to have any negative impact on anything on my system other than infating the daily error counter.
"JSON.parse" does not exist in any of the json related javascripts, and I've tried searching for this error to no avail.
Thanks!
---
Tim (kk4qbn)
+o kk4qbn.synchro.net
� Synchronet � KK4QBN BBS - kk4qbn.synchro.net - Chatsworth, GA USA
"JSON.parse" does not exist in any of the json related javascripts, and
I've tried searching for this error to no avail.
I found it in load/json-sock.js: Socket.prototype.recvJSON
I'm committing a change to add more detail to the error message logged in this case. Hopefully that helps.