Hi DM,
Does xtrn_sec.js expect .js doors to have a filename that is the same as the itnernal code? One of the doors I have set up on my BBS is Bubble Boggle, which is a .js door. The script filename is boggle.js, and the internal code I have set up for it is BUBLBOGL. It used to run, but with the latest xtrn_sec.js, I'm getting the following error:
5/19 08:20:05a Node 1 <Nightfox> !JavaScript D:\BBS\sbbs\exec\xtrn_sec.js line 90: uncaught exception: Unknown module: boggle
This is line 90 in xtrn_sec.js:
bbs.exec_xtrn(prog.code);
Hi DM,
Does xtrn_sec.js expect .js doors to have a filename that is the same as the itnernal code? One of the doors I have set up on my BBS is Bubble Boggle, which is a .js door. The script filename is boggle.js, and the internal code I have set up for it is BUBLBOGL. It used to run, but with the latest xtrn_sec.js, I'm getting the following error:
5/19 08:20:05a Node 1 <Nightfox> !JavaScript D:\BBS\sbbs\exec\xtrn_sec.js line 90: uncaught exception: Unknown module: boggle
This is line 90 in xtrn_sec.js:
bbs.exec_xtrn(prog.code);
Nightfox
Hi DM,
Does xtrn_sec.js expect .js doors to have a filename that is the same as the itnernal code? One of the doors I have set up on my BBS is Bubble Boggle, which is a .js door. The script filename is boggle.js, and the internal code I have set up for it is BUBLBOGL. It used to run, but with the latest xtrn_sec.js, I'm getting the following error:
5/19 08:20:05a Node 1 <Nightfox> !JavaScript D:\BBS\sbbs\exec\xtrn_sec.js line 90: uncaught exception: Unknown module: boggle
This is line 90 in xtrn_sec.js:
bbs.exec_xtrn(prog.code);
5/19 08:20:05a Node 1 <Nightfox> !JavaScript
D:\BBS\sbbs\exec\xtrn_sec.js line 90: uncaught exception: Unknown
module: boggle
This is line 90 in xtrn_sec.js:
bbs.exec_xtrn(prog.code);
I hit this same error and resolved it by adding the following to ctrl/json-service.ini:
[boggle]
dir=../xtrn/bublbogl/
Sysop: | fluid |
---|---|
Location: | wickliffe, ohio |
Users: | 5 |
Nodes: | 10 (0 / 10) |
Uptime: | 202:34:11 |
Calls: | 50 |
Files: | 15,838 |
Messages: | 50,758 |