Group invite fails when on different planets

Issue #57 closed
Peter Tigges created an issue

Both players need to be different planets Invite sent

19-03-18 00:36:39.080 E: Fatal Exception while processing intent: GalacticPacketIntent
19-03-18 00:36:39.165 E: Exception in thread "intent-processor-0" groovy.lang.MissingMethodException: No signature of method: com.projectswg.holocore.services.player.PlayerManager.getPlayerByCreatureFirstName() is applicable for argument types: (String) values: [undercova]
19-03-18 00:36:39.165 E: Caused by: groovy.lang.MissingMethodException: No signature of method: com.projectswg.holocore.services.player.PlayerManager.getPlayerByCreatureFirstName() is applicable for argument types: (String) values: [undercova]
19-03-18 00:36:39.165 E:     org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:72)
19-03-18 00:36:39.166 E:     org.codehaus.groovy.runtime.callsite.PojoMetaClassSite.call(PojoMetaClassSite.java:48)
19-03-18 00:36:39.166 E:     org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
19-03-18 00:36:39.166 E:     org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
19-03-18 00:36:39.166 E:     org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:128)
19-03-18 00:36:39.166 E:     com.projectswg.holocore.scripts.commands.group.CmdGroupInvite.execute(CmdGroupInvite.groovy:41)
19-03-18 00:36:39.166 E:     com.projectswg.holocore.services.commands.CommandLauncher.executeCommand(CommandLauncher.java:163)
19-03-18 00:36:39.166 E:     com.projectswg.holocore.services.commands.CommandLauncher.doCommand(CommandLauncher.java:105)
19-03-18 00:36:39.167 E:     com.projectswg.holocore.services.commands.CommandService.handleCommandRequest(CommandService.java:178)
19-03-18 00:36:39.167 E:     com.projectswg.holocore.services.commands.CommandService.handleGalacticPacketIntent(CommandService.java:132)
19-03-18 00:36:39.167 E:     com.projectswg.common.control.IntentManager$IntentRunner.run(IntentManager.java:232)
19-03-18 00:36:39.167 E:     com.projectswg.common.concurrency.PswgThreadPool$PswgThreadExecutor.threadRun(PswgThreadPool.java:180)
19-03-18 00:36:39.167 E:     com.projectswg.common.concurrency.PswgThreadPool$PswgThreadExecutor.threadExecutor(PswgThreadPool.java:166)
19-03-18 00:36:39.167 E:     java.base/java.lang.Thread.run(Thread.java:844)

Comments (9)

  1. Log in to comment