question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when connect to flying-squid server

See original GitHub issue

Hi everyone, Please help me to find out why this is error, thank you so much

image

image

Here is the script to start the server:

const mcServer = require('flying-squid')

mcServer.createMCServer({
  'motd': 'A Minecraft Server \nRunning flying-squid',
  'port': 25565,
  'max-players': 10,
  'online-mode': false,
  'logging': true,
  'gameMode': 1,
  'difficulty': 1,
  'worldFolder':'world',
  'generation': {
    'name': 'diamond_square',
    'options':{
      'worldHeight': 80
    }
  },
  'kickTimeout': 10000,
  'plugins': {

  },
  'modpe': false,
  'view-distance': 10,
  'player-list-text': {
    'header':'Flying squid',
    'footer':'Test server'
  },
  'everybody-op': true,
  'max-entities': 100,
  'version': '1.8'
})

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
AwesomestCodecommented, Sep 6, 2021

Hello. First of all, sorry for the late reply. I didn’t notice this until now.

Does this issue happen only when connecting to a flying-squid based server or does it happen also when connecting to other servers (e.g., our public test server)?

As a sidenote, I’d heavily recommend joining our Discord for help, as we can respond faster there.

0reactions
codingwatchingcommented, Sep 7, 2021

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

PrismarineJS/flying-squid - Gitter
TypeError: Cannot read property 'version' of null at MCServer.connect (/data/data/com.termux/files/home/node/node_modules/flying-squid/src/index.js:38:63)
Read more >
Speeding Up Weak Supervision with Triplet Methods - arXiv
We prove that the generalization error of a model trained with labels generated by FLYINGSQUID scales at the same asymptotic rate as supervised...
Read more >
Speeding Up Weak Supervision with Triplet Methods (ICML ...
We introduce FlyingSquid, a weak supervision framework to generate probabilistic training labels that runs orders of magnitude faster than ...
Read more >
Needle NPM | npm.io
using promises needle('get', 'https://server.com/posts/123') ... with callback needle.get('ifconfig.me/all.json', function(error, response, ...
Read more >
JavaScript packages index - Page 109 | Snyk Advisor - Snyk
JavaScript Packages Index, maintenance: sustainable · dofiltra_api · flying-squid · quickstartconfig · ejclib-quick-mobile · oyster-package-generator · prouter ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found