"Internal Error" #62


  • Accepted
  • Defect
Open
Assigned to _ForgeUser7443017
  • frostdeveloper created this issue Sep 18, 2016

    What steps will reproduce the problem?
    1. When my users do /lot buy {#}
    2. Admins do /lot draw

    What is the expected output? What do you see instead?
    [Lottery] You got 1 ticket for $100
    [Lottery] You now have 1 ticket
    An internal error occurred while attempting to perform this command

    What version of bukkit and lottery plugin are you using?
    v0.9.4

    Are you using any economy plugins? If so, which?
    Essentials

    Do you have an error log of what happened?

    http://pastebin.com/8DgpKNZE

    Please provide any additional information below.
    I really have no idea on how to fix this! any help is appreciated

  • frostdeveloper added the tags New Defect Sep 18, 2016
  • frostdeveloper added an attachment Lottery_Error.png Sep 18, 2016

    Lottery_Error.png

    <p>This is the error message my uses get</p>

  • frostdeveloper edited description Sep 26, 2016
  • _ForgeUser7443017 posted a comment Sep 26, 2016

    It looks like the used method for getting players is depreciated.

    These are the two methods: getOnlinePlayers() -> Player[], which is deprecated getOnlinePlayers() -> Collection<Player>

    Seems like the plugin will have to be updated to continue functioning, and I really doubt that will happen anytime soon.

    Sorry.

  • _ForgeUser7443017 removed a tag New Sep 26, 2016
  • _ForgeUser7443017 added a tag Accepted Sep 26, 2016

To post a comment, please login or register a new account.