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: | Ree |
---|---|
Location: | Toronto, ON |
Users: | 2 |
Nodes: | 10 (0 / 10) |
Uptime: | 01:17:15 |
Calls: | 369 |
Files: | 2 |
Messages: | 38,903 |