Giter Club home page Giter Club logo

Comments (4)

dguttierrez avatar dguttierrez commented on June 26, 2024 1

Hi, conifg.hjson and menu.hjson is ok. SSH and Telnet is also ok. With modified vtxdata.js is ok.

So for now, everything is ok.

from enigma-bbs.

dguttierrez avatar dguttierrez commented on June 26, 2024

I have now modified vtxdata.js and change it to this:

var vtxdata = {
sysName: "LowCrash DEV BBS",
wsConnect: "wss://myaddress:8811",
term: "ansi-bbs",
codePage: "CP437",
autoConnect: 0,
telnet: 1,
wsProtocol: 'bbs',
wsDataType: 'arraybuffer',
fontSize: '24px',
fontName: 'UVGA16',
crtCols: 80,
crtRows: 25,
crtHistory: 500,
xScale: 1,
initStr: "",
defPageBorder: 232,
defPageBG: 0x10,
defCrsrFG: 0x07,
defCrsrAttr: [ 'thick', 'horizontal' ],
defCellFG: 0x07,
defCellBG: 0x00,
defCellAttr: []
};

now I have no problems.

from enigma-bbs.

NuSkooler avatar NuSkooler commented on June 26, 2024

@dguttierrez Hi! If you're able to get through the WebSocket connection via VTX, the issue is more likely in your menu.hjson entries. The default system looks something like this:

telnetConnected: {
    desc: Telnet Connect
    art: CONNECT <----- note the CONNECT here specifying to load a CONNECT* art file
    next: matrix
    config: { nextTimeout: 1500 }
}

May be a hint in the previous log about not finding the theme art. What do your config.hjson say in the theme section?

Defaults are:

theme: {
  default: luciano_blocktronics
  preLogin: luciano_blocktronics <---- used before the user logs in
  // ...
}

If you're using another theme there, make sure you have a CONNECT.ANS for example, within that theme's folder.

from enigma-bbs.

NuSkooler avatar NuSkooler commented on June 26, 2024

I'm puzzled what could have changed in the VTX config to make this happen though...

from enigma-bbs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.