-
Bug
-
Resolution: Won't Fix
-
Minor
-
WorldGuard
On my server, it is currently impossible to remove individual users as region members or owners. Whenever I attempt this, the following stacktrace is output into the console. (However, adding and removing groups works fine!)
I can't think of any additional information to provide here. If anything else is needed, please request it and I will provide it.
Console Output
>rg remowner -w world ol_vaults jflory7 [09:37:31 WARN]: [WorldGuard] WorldGuard encountered an unexpected error java.lang.IllegalArgumentException: No input stream available at com.sk89q.worldguard.util.profile.util.HttpRequest.returnContent(HttpRequest.java:224) ~[?:?] at com.sk89q.worldguard.util.profile.resolver.HttpRepositoryService.query(HttpRepositoryService.java:168) ~[?:?] at com.sk89q.worldguard.util.profile.resolver.HttpRepositoryService.findAllByName(HttpRepositoryService.java:141) ~[?:?] at com.sk89q.worldguard.util.profile.resolver.CombinedProfileService.findAllByName(CombinedProfileService.java:94) ~[?:?] at com.sk89q.worldguard.util.profile.resolver.CacheForwardingService.findAllByName(CacheForwardingService.java:71) ~[?:?] at com.sk89q.worldguard.protection.util.DomainInputResolver.call(DomainInputResolver.java:124) ~[?:?] at com.sk89q.worldguard.protection.util.DomainInputResolver.call(DomainInputResolver.java:43) ~[?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_71] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_71] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_71] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_71] [09:37:31 INFO]: Failed to remove owners: WorldGuard: An unexpected error occurred! Please see the server console.