Code Monkey home page Code Monkey logo

Comments (9)

DeDeMeowOuO avatar DeDeMeowOuO commented on July 18, 2024

I will paste my error code when I go home thanks!

from nascraft.

DeDeMeowOuO avatar DeDeMeowOuO commented on July 18, 2024

And sorry about my grammar if you don't understand what I meant please ask me thank you

from nascraft.

Bounser avatar Bounser commented on July 18, 2024

I can't reproduce this bug. Please provide the error

from nascraft.

DeDeMeowOuO avatar DeDeMeowOuO commented on July 18, 2024

ok i fix it by accident.the error is cause by null Cat.
and other bug is show up qwq

  • [Thu 19:55:49 ERROR net.dv8tion.jda.api.requests.RestAction] RestAction queue returned failure: [ErrorResponseException] 50035: Invalid Form Body
    how do i fix it?

from nascraft.

Bounser avatar Bounser commented on July 18, 2024

Can you provide more context on how does the error occur?

from nascraft.

DeDeMeowOuO avatar DeDeMeowOuO commented on July 18, 2024
  • [Thu 19:59:55 ERROR net.dv8tion.jda.api.requests.RestAction] RestAction queue returned failure: [ErrorResponseException] 50035: Invalid Form Body
    components[0].components[0].options[11]
    • SELECT_COMPONENT_OPTION_VALUE_DUPLICATED: The specified option value is already used
      net.dv8tion.jda.api.exceptions.ContextException
      at Nascraft-1.5.1.jar//net.dv8tion.jda.api.exceptions.ContextException.here(ContextException.java:54)
      at Nascraft-1.5.1.jar//net.dv8tion.jda.api.requests.Request.(Request.java:77)
      at Nascraft-1.5.1.jar//net.dv8tion.jda.internal.requests.RestActionImpl.queue(RestActionImpl.java:197)
      at Nascraft-1.5.1.jar//net.dv8tion.jda.api.requests.RestAction.queue(RestAction.java:572)
      at Nascraft-1.5.1.jar//me.bounser.nascraft.discord.DiscordBot.lambda$update$1(DiscordBot.java:124)
      at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
      at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1092)
      at Nascraft-1.5.1.jar//me.bounser.nascraft.discord.DiscordBot.update(DiscordBot.java:93)
      at Nascraft-1.5.1.jar//me.bounser.nascraft.managers.TasksManager.lambda$shortTermPricesTask$0(TasksManager.java:82)
      at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
      at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
      at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
      at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
      at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
      at java.base/java.lang.Thread.run(Thread.java:833)
      this? thank you for help.

from nascraft.

DeDeMeowOuO avatar DeDeMeowOuO commented on July 18, 2024

and can you add this function like this? order and the price by the players thanks
image

from nascraft.

Bounser avatar Bounser commented on July 18, 2024
  • [Thu 19:59:55 ERROR net.dv8tion.jda.api.requests.RestAction] RestAction queue returned failure: [ErrorResponseException] 50035: Invalid Form Body
    components[0].components[0].options[11]

    • SELECT_COMPONENT_OPTION_VALUE_DUPLICATED: The specified option value is already used
      net.dv8tion.jda.api.exceptions.ContextException
      at Nascraft-1.5.1.jar//net.dv8tion.jda.api.exceptions.ContextException.here(ContextException.java:54)
      at Nascraft-1.5.1.jar//net.dv8tion.jda.api.requests.Request.(Request.java:77)
      at Nascraft-1.5.1.jar//net.dv8tion.jda.internal.requests.RestActionImpl.queue(RestActionImpl.java:197)
      at Nascraft-1.5.1.jar//net.dv8tion.jda.api.requests.RestAction.queue(RestAction.java:572)
      at Nascraft-1.5.1.jar//me.bounser.nascraft.discord.DiscordBot.lambda$update$1(DiscordBot.java:124)
      at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
      at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1092)
      at Nascraft-1.5.1.jar//me.bounser.nascraft.discord.DiscordBot.update(DiscordBot.java:93)
      at Nascraft-1.5.1.jar//me.bounser.nascraft.managers.TasksManager.lambda$shortTermPricesTask$0(TasksManager.java:82)
      at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
      at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
      at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
      at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
      at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
      at java.base/java.lang.Thread.run(Thread.java:833)
      this? thank you for help.

Thank you for reporting the bug. I'll look into it and fix it in the next version.

from nascraft.

Bounser avatar Bounser commented on July 18, 2024

and can you add this function like this? order and the price by the players thanks image

To make that the plugin should work by letting players create limit and market orders. Currently the plugin is taking a third option, so that's currently not possible. In the future I might add limit orders, and in that case I could add something to display orders.
I can add the last trades thing now, though

from nascraft.

Related Issues (6)

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.