• Strange Error

    From The Lizard Master@VERT/NITEEYES to All on Friday, August 28, 2020 23:11:52
    I'm starting to get this suddenly, it's random, and if I log off and log back on everything is fine.

    !JavaScript xtrn_sec.js line 12: Error: can't open sbbsdefs.js: No such file or directory

    I realize that looks like a local error, but I don't know why it won't open until a log off/login.

    ---TLM

    ---
    þ Synchronet þ Nite Eyes BBS - To make people happy about my tagline everywhere...
  • From Digital Man@VERT to The Lizard Master on Friday, August 28, 2020 20:24:32
    Re: Strange Error
    By: The Lizard Master to All on Fri Aug 28 2020 11:11 pm

    I'm starting to get this suddenly, it's random, and if I log off and log back on everything is fine.

    !JavaScript xtrn_sec.js line 12: Error: can't open sbbsdefs.js: No such file or directory

    I realize that looks like a local error, but I don't know why it won't open until a log off/login.

    Sounds like something (a JS mod) you're running *before* that happens might be doing something (or triggering something) bad, like the clearing of your js.load_path_list maybe?

    I'm assuming you have the file sbbsdefs.js in your exec/load directory.

    digital man

    Sling Blade quote #1:
    Karl: I've killed Doyle with a lawn mower blade. Yes, I'm right sure of it. Norco, CA WX: 74.9øF, 60.0% humidity, 3 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to The Lizard Master on Friday, August 28, 2020 21:32:42
    Re: Strange Error
    By: Digital Man to The Lizard Master on Fri Aug 28 2020 08:24 pm

    Re: Strange Error
    By: The Lizard Master to All on Fri Aug 28 2020 11:11 pm

    I'm starting to get this suddenly, it's random, and if I log off and log back on everything is fine.

    !JavaScript xtrn_sec.js line 12: Error: can't open sbbsdefs.js: No such file or directory

    I realize that looks like a local error, but I don't know why it won't open until a log off/login.

    Sounds like something (a JS mod) you're running *before* that happens might be doing something (or triggering something) bad, like the clearing of your js.load_path_list maybe?

    I'm assuming you have the file sbbsdefs.js in your exec/load directory.

    BTW, you can test this theory by examining the js.load_path_list before and after the problem happens, using the sysop ;eval command:

    ;eval js.load_path_list
    Result (object): load

    digital man

    This Is Spinal Tap quote #22:
    David St. Hubbins: Here lies David St. Hubbins... and why not?
    Norco, CA WX: 72.8øF, 64.0% humidity, 2 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to The Lizard Master on Saturday, August 29, 2020 02:41:28
    El 29/8/20 a las 00:11, The Lizard Master escribi¢:
    I'm starting to get this suddenly, it's random, and if I log off and log back on everything is fine.

    !JavaScript xtrn_sec.js line 12: Error: can't open sbbsdefs.js: No such file or
    directory

    I realize that looks like a local error, but I don't know why it won't open until a log off/login.


    same behavior here!

    https://bbs.docksud.com.ar/web/?page=001-forum.ssjs&sub=dovenetsync&thread=43791


    i have a custom shell in my mods dirs (this same file for months without
    touch it)

    One moth ago aprox i notice this behavior several js scripts wont load
    form exec/load path...neither if put on mods/load .

    As workaround just symlink from exc/load/*js to mods/*.js

    Also, i notice that fail on node1 and work on node2 node3,.etcc

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
  • From Ragnarok@VERT/DOCKSUD to Digital Man on Saturday, August 29, 2020 02:45:34
    El 29/8/20 a las 01:32, Digital Man escribi¢:


    BTW, you can test this theory by examining the js.load_path_list before and after the problem happens, using the sysop ;eval command:

    ;eval js.load_path_list
    Result (object): load


    Interesting:

    ;EVAL
    Parameter(s): js.load_path_list
    Result (undefined): undefined

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
  • From Ragnarok@VERT/DOCKSUD to Ragnarok on Saturday, August 29, 2020 02:46:50
    El 29/8/20 a las 02:45, Ragnarok escribi¢:
    El 29/8/20 a las 01:32, Digital Man escribi¢:


    BTW, you can test this theory by examining the js.load_path_list before and after the problem happens, using the sysop ;eval command:

    ;eval js.load_path_list
    Result (object): load


    Interesting:

    ;EVAL
    Parameter(s): js.load_path_list
    Result (undefined): undefined


    i want to add that i never set this setting from any script in mods dir.

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
  • From Digital Man@VERT to Ragnarok on Saturday, August 29, 2020 00:24:33
    Re: Re: Strange Error
    By: Ragnarok to Ragnarok on Sat Aug 29 2020 02:46 am

    El 29/8/20 a las 02:45, Ragnarok escribi¢:
    El 29/8/20 a las 01:32, Digital Man escribi¢:


    BTW, you can test this theory by examining the js.load_path_list before and after the problem happens, using the sysop ;eval command:

    ;eval js.load_path_list
    Result (object): load


    Interesting:

    ;EVAL
    Parameter(s): js.load_path_list
    Result (undefined): undefined


    i want to add that i never set this setting from any script in mods dir.

    Well something weird is happening. Can try process of elimination?

    digital man

    This Is Spinal Tap quote #8:
    Derek Smalls: Making a big thing out of it would have been a good idea.
    Norco, CA WX: 66.7øF, 78.0% humidity, 0 mph SSE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Lizard Master@VERT/NITEEYES to Digital Man on Saturday, August 29, 2020 20:48:37
    Re: Strange Error
    By: Digital Man to The Lizard Master on Fri Aug 28 2020 09:32 pm

    Sounds like something (a JS mod) you're running *before* that happens might be doing something (or triggering something) bad, like the clearing of your js.load_path_list maybe?

    I'm assuming you have the file sbbsdefs.js in your exec/load directory.

    BTW, you can test this theory by examining the js.load_path_list before and after the problem happens, using the sysop ;eval command:

    I figured it out. If I hit control P for inter-bbs page, everything shuts down after that. I log out and log back in it's fine.

    ---TLM

    ---
    þ Synchronet þ Nite Eyes BBS - To make people happy about my tagline everywhere...
  • From Digital Man@VERT to The Lizard Master on Saturday, August 29, 2020 19:55:50
    Re: Strange Error
    By: The Lizard Master to Digital Man on Sat Aug 29 2020 08:48 pm

    Re: Strange Error
    By: Digital Man to The Lizard Master on Fri Aug 28 2020 09:32 pm

    Sounds like something (a JS mod) you're running *before* that happens might be doing something (or triggering something) bad, like the clearing of your js.load_path_list maybe?

    I'm assuming you have the file sbbsdefs.js in your exec/load directory.

    BTW, you can test this theory by examining the js.load_path_list before and after the problem happens, using the sysop ;eval command:

    I figured it out. If I hit control P for inter-bbs page, everything shuts down after that. I log out and log back in it's fine.

    That's interesting. What do you have set in SCFG->System->Loadable Modules->Private Msg? And what do you have set in SCFG->External Programs->Global Hot Key Events->Ctrl-P (if anything)?

    I'm not seeing that problem on Vertrauen currently.

    digital man

    Synchronet "Real Fact" #85:
    The ZMODEM file transfer protocol is limited to files of 4 gigabytes or smaller.
    Norco, CA WX: 70.8øF, 67.0% humidity, 0 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to Digital Man on Sunday, August 30, 2020 01:48:35


    i want to add that i never set this setting from any script in mods dir.

    Well something weird is happening. Can try process of elimination?

    digital man

    i found when fail

    i have the global hotkey CTRL+u that run ?nodelist.js -active
    if call this hotkey, then fail to load the javascripts files.

    i dont know the sbbs code that run at these time,
    maybe lost the js context or similar when exernal hotkey was trigger.

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
  • From Ragnarok@VERT/DOCKSUD to The Lizard Master on Sunday, August 30, 2020 01:50:01
    El 29/8/20 a las 21:48, The Lizard Master escribi¢:
    Re: Strange Error
    By: Digital Man to The Lizard Master on Fri Aug 28 2020 09:32 pm

    Sounds like something (a JS mod) you're running *before* that happens might be doing something (or triggering something) bad, like the clearing
    of your js.load_path_list maybe?

    I'm assuming you have the file sbbsdefs.js in your exec/load directory.

    BTW, you can test this theory by examining the js.load_path_list before and
    after the problem happens, using the sysop ;eval command:

    I figured it out. If I hit control P for inter-bbs page, everything shuts down after that. I log out and log back in it's fine.

    yeah! i have same when use ctrl-u to call the nodelist.js, then fail begins

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
  • From Ragnarok@VERT/DOCKSUD to Digital Man on Sunday, August 30, 2020 01:54:30
    El 29/8/20 a las 23:55, Digital Man escribi¢:


    That's interesting. What do you have set in SCFG->System->Loadable Modules->Private Msg? And what do you have set in SCFG->External Programs->Global Hot Key Events->Ctrl-P (if anything)?

    I'm not seeing that problem on Vertrauen currently.

    digital man

    hi! my settings are:

    Global hotkeys

    ctrl+p ?privatemsg.js
    ctrl+u ?nodelist.js -active

    Loadable Modules:

    Whos online nodelist -active
    Private Msg privatemsg


    I notice that sems redundant,
    should i must remove one of these settings, true?

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
  • From Digital Man@VERT to Ragnarok on Saturday, August 29, 2020 23:17:19
    Re: Re: Strange Error
    By: Ragnarok to Digital Man on Sun Aug 30 2020 01:54 am

    El 29/8/20 a las 23:55, Digital Man escribi¢:


    That's interesting. What do you have set in SCFG->System->Loadable Modules->Private Msg? And what do you have set in SCFG->External Programs->Global Hot Key Events->Ctrl-P (if anything)?

    I'm not seeing that problem on Vertrauen currently.

    hi! my settings are:

    Global hotkeys

    ctrl+p ?privatemsg.js
    ctrl+u ?nodelist.js -active

    Loadable Modules:

    Whos online nodelist -active
    Private Msg privatemsg


    I notice that sems redundant,
    should i must remove one of these settings, true?

    Yes, remove the Global Hotkeys. Those are now redundant and likely the cause of the problem you're seeing.

    digital man

    Synchronet "Real Fact" #71:
    The largest dial-up Synchronet BBS was The Easy Street BBS with 25 nodes/lines. Norco, CA WX: 64.6øF, 81.0% humidity, 0 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to Digital Man on Sunday, August 30, 2020 16:55:16
    El 30/8/20 a las 03:17, Digital Man escribi¢:

    I notice that sems redundant,
    should i must remove one of these settings, true?

    Yes, remove the Global Hotkeys. Those are now redundant and likely the cause of the problem you're seeing.

    digital man

    yeaaaaaah fixed!! i think that i was remain between ugrades

    So, can i define the hotkey or then ^u and ^p are hardcoded?

    thanks!

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
  • From Digital Man@VERT to Ragnarok on Sunday, August 30, 2020 14:13:38
    Re: Re: Strange Error
    By: Ragnarok to Digital Man on Sun Aug 30 2020 04:55 pm

    El 30/8/20 a las 03:17, Digital Man escribi¢:

    I notice that sems redundant,
    should i must remove one of these settings, true?

    Yes, remove the Global Hotkeys. Those are now redundant and likely the cause of the problem you're seeing.

    digital man

    yeaaaaaah fixed!! i think that i was remain between ugrades

    So, can i define the hotkey or then ^u and ^p are hardcoded?

    If you define a hotkey, it over-rides the hard-coded ^u and ^p handlers (which end up invoking the who's online or private msg modules as configured in SCFG->System->Loadable Modules). You can use either method now.

    digital man

    Synchronet "Real Fact" #10:
    The name "DOVE-Net" was suggested by King Drafus (sysop of The Beast's Domain). Norco, CA WX: 85.9øF, 43.0% humidity, 0 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tracker1@VERT/TRN to Digital Man on Monday, August 31, 2020 17:21:09
    On 8/29/2020 11:17 PM, Digital Man wrote:
    hi! my settings are:

    Global hotkeys

    ctrl+p ?privatemsg.js
    ctrl+u ?nodelist.js -active

    Loadable Modules:

    Whos online nodelist -active
    Private Msg privatemsg


    I notice that sems redundant,
    should i must remove one of these settings, true?

    Yes, remove the Global Hotkeys. Those are now redundant and likely the cause of the problem you're seeing.

    On a similar note, can the loadable modules be set via JS API on login/logon/shell?

    --
    Michael J. Ryan
    tracker1 +o Roughneck BBS

    ---
    þ Synchronet þ Roughneck BBS - coming back 2/2/20
  • From Digital Man@VERT to Tracker1 on Monday, August 31, 2020 18:36:05
    Re: Re: Strange Error
    By: Tracker1 to Digital Man on Mon Aug 31 2020 05:21 pm

    On 8/29/2020 11:17 PM, Digital Man wrote:
    hi! my settings are:

    Global hotkeys

    ctrl+p ?privatemsg.js
    ctrl+u ?nodelist.js -active

    Loadable Modules:

    Whos online nodelist -active
    Private Msg privatemsg


    I notice that sems redundant,
    should i must remove one of these settings, true?

    Yes, remove the Global Hotkeys. Those are now redundant and likely the cause of the problem you're seeing.

    On a similar note, can the loadable modules be set via JS API on login/logon/shell?

    No, the loadable module commands aren't exposed via JS. Even if they were, they (like all other configuration settings) would be immutable. Why wouldn't you just configure it the way you want it in SCFG?

    digital man

    Sling Blade quote #15:
    Doyle Hargraves: What'cha doin' with that lawn mower blade Karl?
    Norco, CA WX: 75.3øF, 60.0% humidity, 9 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tracker1@VERT/TRN to Digital Man on Tuesday, September 01, 2020 01:04:45
    On 8/31/2020 6:36 PM, Digital Man wrote:

    No, the loadable module commands aren't exposed via JS. Even if they were, they (like all other configuration settings) would be immutable. Why wouldn't you just configure it the way you want it in SCFG?

    Was mostly just a curiousity.

    --
    Michael J. Ryan
    tracker1 +o Roughneck BBS

    ---
    þ Synchronet þ Roughneck BBS - coming back 2/2/20
  • From The Lizard Master@VERT/NITEEYES to Digital Man on Thursday, September 03, 2020 16:38:59
    Re: Strange Error
    By: Digital Man to The Lizard Master on Sat Aug 29 2020 07:55 pm

    I figured it out. If I hit control P for inter-bbs page, everything shuts down after that. I log out and log back in it's fine.

    That's interesting. What do you have set in SCFG->System->Loadable Modules->Private Msg? And what do you have set in SCFG->External Programs->Global Hot Key Events->Ctrl-P (if anything)?

    Private Msg = privatemsg
    Ctrl-P = ?privatemsg.js

    ---TLM

    ---
    þ Synchronet þ Nite Eyes BBS - To make people happy about my tagline everywhere...
  • From Digital Man@VERT to The Lizard Master on Thursday, September 03, 2020 19:59:37
    Re: Strange Error
    By: The Lizard Master to Digital Man on Thu Sep 03 2020 04:38 pm

    Re: Strange Error
    By: Digital Man to The Lizard Master on Sat Aug 29 2020 07:55 pm

    I figured it out. If I hit control P for inter-bbs page, everything shuts down after that. I log out and log back in it's fine.

    That's interesting. What do you have set in SCFG->System->Loadable Modules->Private Msg? And what do you have set in SCFG->External Programs->Global Hot Key Events->Ctrl-P (if anything)?

    Private Msg = privatemsg
    Ctrl-P = ?privatemsg.js

    Yeah, you can clear out the Ctrl-U and Ctrl-P global events in SCFG. They're now redundant.

    digital man

    This Is Spinal Tap quote #30:
    Big bottom, big bottom / Talk about mud flaps, my girl's got 'em!
    Norco, CA WX: 78.0øF, 61.0% humidity, 3 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Lizard Master@VERT/NITEEYES to Digital Man on Friday, September 04, 2020 12:15:25
    Re: Strange Error
    By: Digital Man to The Lizard Master on Thu Sep 03 2020 07:59 pm

    Private Msg = privatemsg
    Ctrl-P = ?privatemsg.js

    Yeah, you can clear out the Ctrl-U and Ctrl-P global events in SCFG. They're now redundant.

    Thanks!

    ---TLM

    ---
    þ Synchronet þ Nite Eyes BBS - To make people happy about my tagline everywhere...