Giter VIP home page Giter VIP logo

Comments (5)

chelog avatar chelog commented on June 18, 2024

I ran into similar issue on StackOverflow, however author doesn't seem to use this library:
https://stackoverflow.com/questions/70748325/403-forbidden-when-connecting-to-pterodactyl-websocket

I'm also using node v17, didn't think to test other versions

from pterojs.

devnote-dev avatar devnote-dev commented on June 18, 2024

If I remember correctly, 403 can mean that the API key is invalid (using an application API key instead of a client API key), or the origin of the websocket request is not whitelisted. The latter is not under PteroJS' control, cross_origin in the Wings configuration needs to include your IP or "*" (allows all origins) for it to work.

from pterojs.

chelog avatar chelog commented on June 18, 2024

All other methods work just fine, only the websocket one gives 403 error right after connect()ion. Should I go ping Pteroteam then?

from pterojs.

devnote-dev avatar devnote-dev commented on June 18, 2024

No, if you have access to Wings for the node you're using then set allowed_origins in "config.yml" to this:

allowed_origins:
  - "*"

Otherwise, contact your panel administrator about it.

from pterojs.

chelog avatar chelog commented on June 18, 2024

Thanks! Didn't think that it works this way, I thought panel is acting like proxy in this case, 403 error is fixed now. However no output is forwarded to my on listener:

However that's a story for another issue if I don't solve the problem myself. Thanks once more!

from pterojs.

Related Issues (11)

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.