Code Monkey home page Code Monkey logo

Comments (8)

underscore11code avatar underscore11code commented on August 25, 2024

Couple things

  • Main issue, "I have a problem while subscribing" tells us basically nothing. What problem do you have? How do you know you have a problem? If there's an error, can we see it?

  • The "Main Class" link is identical to the Listener class link, and the error is likely in there. Can we get the main class please.

from discordsrv-apitest.

BlueTree242 avatar BlueTree242 commented on August 25, 2024

Couple things

  • Main issue, "I have a problem while subscribing" tells us basically nothing. What problem do you have? How do you know you have a problem? If there's an error, can we see it?
  • The "Main Class" link is identical to the Listener class link, and the error is likely in there. Can we get the main class please.

Sorry, main class is https://pastebin.com/nnfJJ3AA

Error is https://pastebin.com/ccsnyUyU

from discordsrv-apitest.

underscore11code avatar underscore11code commented on August 25, 2024

You never initialized discordChatListener. Needless to say, registering null won't work. Maybe that should have slightly better error handling though.

from discordsrv-apitest.

underscore11code avatar underscore11code commented on August 25, 2024

Actually, @Vankka pointed out a couple things I missed on Discord. We aren't seeing the full info here.

  • The line in your onEnable referenced in the stacktrace is no where near a call to the subscribe method

  • The head of the stacktrace seems to be indicating that you are trying to register a String instead of your listener. I'm not sure quite how you're managing that.

java.lang.RuntimeException: java.lang.String attempted DiscordSRV API registration but no methods inside of it were annotated @Subscribe (github.scarsz.discordsrv.api.Subscribe)

from discordsrv-apitest.

BlueTree242 avatar BlueTree242 commented on August 25, 2024

Actually, @Vankka pointed out a couple things I missed on Discord. We aren't seeing the full info here.

  • The line in your onEnable referenced in the stacktrace is no where near a call to the subscribe method
  • The head of the stacktrace seems to be indicating that you are trying to register a String instead of your listener. I'm not sure quite how you're managing that.

java.lang.RuntimeException: java.lang.String attempted DiscordSRV API registration but no methods inside of it were annotated @Subscribe (github.scarsz.discordsrv.api.Subscribe)

Well, I edited the main class, https://pastebin.com/1j6f6VnK

I still get the error (https://pastebin.com/CXvjzPJG)

from discordsrv-apitest.

Vankka avatar Vankka commented on August 25, 2024

that error is not originating from that version of the main class.

from discordsrv-apitest.

Scarsz avatar Scarsz commented on August 25, 2024

Closing because this isn't an issue with the API

from discordsrv-apitest.

BlueTree242 avatar BlueTree242 commented on August 25, 2024

Well, i found my mistake. I was using jda without shading it + addEventLietener without logging in + saving config which doesnt exist + /reload which gave the wrong error.

from discordsrv-apitest.

Related Issues (3)

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.