kitUIN / ChatImage

A Minecraft Mod Which Could Show Image In Chat Line
https://chatimage.kituin.fun
32 stars 5 forks source link

[Bug] Fabric 1.20.2 网络图片无法加载 #22

Closed kitUIN closed 10 months ago

kitUIN commented 10 months ago

Bug 描述

网络图片无法加载

复现问题的步骤

发送 `[[CICode,url=https://blog.kituin.fun/img/bg.png,name=Image]]`

日志记录

[22:26:17] [OkHttp Dispatcher/ERROR] (FabricLoader) Uncaught exception in thread "OkHttp Dispatcher"
 java.lang.ArrayIndexOutOfBoundsException: arraycopy: last source index 4 out of bounds for byte[0]
    at java.lang.System.arraycopy(Native Method) ~[?:?]
    at com.github.chatimagecode.ChatImageHandler.getPicType(ChatImageHandler.java:138) ~[ChatImageCode-0.5.0.jar:?]
    at com.github.chatimagecode.ChatImageHandler.loadFile(ChatImageHandler.java:96) ~[ChatImageCode-0.5.0.jar:?]
    at com.github.chatimagecode.ChatImageHandler.loadFile(ChatImageHandler.java:117) ~[ChatImageCode-0.5.0.jar:?]
    at com.github.chatimagecode.ChatImageHttpHandler$1.onResponse(ChatImageHttpHandler.java:45) ~[ChatImageCode-0.5.0.jar:?]
    at okhttp3.RealCall$AsyncCall.execute(RealCall.java:174) ~[ChatImageCode-0.5.0.jar:?]
    at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32) ~[ChatImageCode-0.5.0.jar:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]

模组加载器

Fabric

我的世界版本

1.20.x

Mod版本

1.1.11+1.20.2+fabric

电脑系统|JAVA版本

Win11,java 17

截图

No response

备注

No response