Him188 / yamlkt

Multiplatform YAML parser & serializer for kotlinx.serialization written in pure Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getQuotationAvailability: ArrayIndexOutOfBoundsException: Index 30561 out of bounds for length 128

Him188 opened this issue · comments

Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 30561 out of bounds for length 128
at net.mamoe.yamlkt.internal.YamlUtils__EscapeKt.getQuotationAvailability(Escape.kt:410)
at net.mamoe.yamlkt.internal.YamlUtils.getQuotationAvailability(Unknown Source)
at net.mamoe.yamlkt.internal.YamlUtils__EscapeKt.toEscapedString(Escape.kt:348)
at net.mamoe.yamlkt.internal.YamlUtils.toEscapedString(Unknown Source)
at net.mamoe.yamlkt.internal.YamlEncoder$AbstractEncoder.encodeString(YamlEncoder.kt:527)