AgentSanchez / SeriousVote

Vote Listener For Sponge
3 stars 4 forks source link

Votes keep being given to the same player #28

Closed curscascis closed 4 years ago

curscascis commented 4 years ago
22.01 22:21:04 [Server] Votifier NIO worker/INFO [nuvotifier]: Got a protocol v1 vote record from /50.116.56.78:59882 -> Vote (from:MinecraftServers.org username:MazzTheOne address:109.57.22.22 timeStamp:1579731657 localTimestamp:1579731664235)
22.01 22:21:04 [Server] Server thread/INFO [seriousvote]: [DEBUG]: Vote Registered From MinecraftServers.org for MazzTheOne
22.01 22:21:04 [Server] Server thread/INFO [seriousvote]: [DEBUG]: Adding SetCommands to the process queue
22.01 22:21:04 [Server] Server thread/INFO [seriousvote]: [DEBUG]: Will process the following commands: adjustbonusclaimblocks @p 500 world
22.01 22:21:04 [Server] Server thread/INFO [seriousvote]: [DEBUG]: Will process the following commands: hc key Vote @p 1
22.01 22:21:04 [Server] Server thread/INFO MazzTheOne Just Voted! They got 500 Claim Blocks and 1 Vote key! Get yours with /vote!
22.01 22:21:04 [Server] Server thread/INFO [nucleus]: Server ran the command: /hc key Vote MrNyus 1
22.01 22:21:04 [Server] Server thread/INFO MrNyus received 1 key.
22.01 22:21:04 [Server] Server thread/INFO [nucleus]: Server ran the command: /adjustbonusclaimblocks MrNyus 500 world
22.01 22:21:04 [Server] Server thread/INFO Adjusted MrNyus's bonus claim blocks by 500.  New total bonus blocks: 21200.
22.01 22:21:04 [Server] Server thread/INFO [nucleus]: Server ran the command: /givevote MrNyus
22.01 22:21:04 [Server] Server thread/INFO [seriousvote]: [DEBUG]: Adding SetCommands to the process queue
22.01 22:21:04 [Server] Server thread/INFO [seriousvote]: [DEBUG]: Will process the following commands: adjustbonusclaimblocks @p 500 world
22.01 22:21:04 [Server] Server thread/INFO [seriousvote]: [DEBUG]: Will process the following commands: hc key Vote @p 1
22.01 22:21:04 [Server] Server thread/INFO You have successfully given MrNyus a vote
22.01 22:21:04 [Server] Server thread/ERROR [Sponge]: The Scheduler tried to run the task SeriousVote-CommandRewardExecutor owned by Plugin{id=seriousvote, name=SeriousVote, version=4.8.7, description=This plugin enables server admins to give players rewards for voting for their server., source=./mods/seriousvote-4.8.7 (1).jar}, but an error occured.
22.01 22:21:04 [Server] INFO java.util.ConcurrentModificationException: null
22.01 22:21:04 [Server] INFO at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966) ~[?:1.8.0_212]
22.01 22:21:04 [Server] INFO at java.util.LinkedList$ListItr.next(LinkedList.java:888) ~[?:1.8.0_212]
22.01 22:21:04 [Server] INFO at net.adamsanchez.seriousvote.SeriousVote.executeCommands(SeriousVote.java:391) ~[SeriousVote.class:?]
22.01 22:21:04 [Server] INFO at net.adamsanchez.seriousvote.SeriousVote.processVotes(SeriousVote.java:346) ~[SeriousVote.class:?]
22.01 22:21:04 [Server] INFO at net.adamsanchez.seriousvote.utils.ScheduleManager.taskCheckForUnprocessedVotes(ScheduleManager.java:59) ~[ScheduleManager.class:?]
22.01 22:21:04 [Server] INFO at net.adamsanchez.seriousvote.utils.ScheduleManager.lambda$run$0(ScheduleManager.java:22) ~[ScheduleManager.class:?]
22.01 22:21:04 [Server] INFO at org.spongepowered.api.scheduler.Task$Builder.lambda$execute$0(Task.java:139) ~[Task$Builder.class:1.12.2-2838-7.1.7]
22.01 22:21:04 [Server] INFO at org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:197) ~[SchedulerBase.class:1.12.2-2838-7.1.7]
22.01 22:21:04 [Server] INFO at org.spongepowered.common.scheduler.SyncScheduler.executeTaskRunnable(SyncScheduler.java:74) ~[SyncScheduler.class:1.12.2-2838-7.1.7]
22.01 22:21:04 [Server] INFO at org.spongepowered.common.scheduler.SchedulerBase.startTask(SchedulerBase.java:188) ~[SchedulerBase.class:1.12.2-2838-7.1.7]
22.01 22:21:04 [Server] INFO at org.spongepowered.common.scheduler.SchedulerBase.processTask(SchedulerBase.java:174) ~[SchedulerBase.class:1.12.2-2838-7.1.7]
22.01 22:21:04 [Server] INFO at java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4707) [?:1.8.0_212]
22.01 22:21:04 [Server] INFO at org.spongepowered.common.scheduler.SchedulerBase.runTick(SchedulerBase.java:112) [SchedulerBase.class:1.12.2-2838-7.1.7]
curscascis commented 4 years ago

Unable to reproduce