Something failed while downloading the image. Check console for details. #9


Open
Assigned to zombie_striker_dev
  • millerpeshek created this issue Jul 25, 2019

    (Console)

    [WARNING] java.lang.IllegalArgumentException: image == null!

    [WARNING] at javax.imageio.ImageTypeSpecifier.createFromRenderedImage(ImageTypeSpecifier.java:925)

    [WARNING] at javax.imageio.ImageIO.getWriter(ImageIO.java:1592)

    [WARNING] at javax.imageio.ImageIO.write(ImageIO.java:1520)

    [WARNING] at me.zombie_striker.pixelprinter.PixelPrinter.onCommand(PixelPrinter.java:645)

    [WARNING] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)

    [WARNING] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)

    [WARNING] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:707)

    [WARNING] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1666)

    [WARNING] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1506)

    [WARNING] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47)

    [WARNING] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)

    [WARNING] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:13)

    [WARNING] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils$$Lambda$3160.00000000B0092140.run(Unknown Source)

    [WARNING] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18)

    [WARNING] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:135)

    [WARNING] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)

    [WARNING] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:114)

    [WARNING] at net.minecraft.server.v1_14_R1.MinecraftServer.aW(MinecraftServer.java:895)

    [WARNING] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:888)

    [WARNING] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:123)

    [WARNING] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:872)

    [WARNING] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:805)

    [WARNING] at java.lang.Thread.run(Thread.java:813)

     

     

     

     

     

    What can i do?

  • Zombie_Striker_Dev posted a comment Jul 25, 2019

    java.lang.IllegalArgumentException: image == null!

     

    It seems the image selected does not exist. What image where you trying to download?

  • Zombie_Striker_Dev self-assigned this issue Jul 25, 2019
  • millerpeshek posted a comment Jul 26, 2019

    imgur links

    i.ytimg

    (as the video says)

    but still not working

     

     

  • Zombie_Striker_Dev posted a comment Jul 26, 2019

    I don't think you copied over the video.

     

    Either way, are you just copying the URL for the site, or are you right clicking on the image to get the direct url to the image?

  • triplectwc posted a comment Aug 2, 2019

    I too am seeing this error, even though I'm using the direct url to the image. In the logs linked below, I used a picture from the PixelPrinter spigot page as a test:

    https://pastebin.com/eUL7Mb0C

    Not sure if this is happening for the same reason as the original poster, but since I'm getting the same error message in-game, I assume I can put it here. This happens with any image I try.


    Edited Aug 2, 2019

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