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.
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
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.
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
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.
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:
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.
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
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
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?
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
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?
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 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?
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
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
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.
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 577 |
Nodes: | 8 (0 / 8) |
Uptime: | 62:29:22 |
Calls: | 10,734 |
Calls today: | 1 |
Files: | 5 |
Messages: | 442,643 |