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: | Xerxes |
---|---|
Location: | Azle, Texas |
Users: | 131 |
Nodes: | 10 (0 / 10) |
Uptime: | 94:38:30 |
Calls: | 3,190 |
Calls today: | 1 |
Files: | 195 |
U/L today: |
0 files (0K bytes) |
D/L today: |
0 files (0K bytes) |
Messages: | 366,145 |
Posted today: | 0 |