Olyno / SkEmail

Skript addon to send emails
8 stars 3 forks source link

cant read body of mail #29

Closed DampfWaffel closed 4 years ago

DampfWaffel commented 4 years ago

<--! To make sure you have all the keys in hand to be able to help you, I invite you to fill out the form as proposed below, including information about your server. Are you ready to go? Let's do it! (just delete wrong informations) -->

Versions:

I'm using a minecraft server spigot 1.14.4 I'm using skript version see error I'm using SkEmail version 1.6

About the issue:

I got a java error:

[17:02:11] [Server thread/INFO]: manze2709 [f95520dd-8279-497c-87b3-d4547271aeab]: /read
[17:02:12] [Server thread/ERROR]: #!#!
[17:02:12] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[17:02:12] [Server thread/ERROR]: #!#!
[17:02:12] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[17:02:12] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[17:02:12] [Server thread/ERROR]: #!#! You're running outdated version of Skript! Please try updating it NOW; it might fix this.
[17:02:12] [Server thread/ERROR]: #!#! Run /sk update check to get a download link to latest Skript!
[17:02:12] [Server thread/ERROR]: #!#! You will be given instructions how to report this error if it persists after update.
[17:02:12] [Server thread/ERROR]: #!#!
[17:02:12] [Server thread/ERROR]: #!#! Stack trace:
[17:02:12] [Server thread/ERROR]: #!#! java.lang.ClassCastException: com.sun.mail.imap.IMAPInputStream cannot be cast to javax.mail.internet.MimeMultipart
[17:02:12] [Server thread/ERROR]: #!#!     at com.olyno.expressions.ExprBodyOfEmail.convert(ExprBodyOfEmail.java:37)
[17:02:12] [Server thread/ERROR]: #!#!     at com.olyno.expressions.ExprBodyOfEmail.convert(ExprBodyOfEmail.java:19)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Converters.convert(Converters.java:391)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Converters.convertUnsafe(Converters.java:382)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.base.PropertyExpression.get(PropertyExpression.java:104)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.base.SimplePropertyExpression.get(SimplePropertyExpression.java:55)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.base.PropertyExpression.get(PropertyExpression.java:75)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:102)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.VariableString.getMessageComponents(VariableString.java:584)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.effects.EffMessage.execute(EffMessage.java:89)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:292)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:251)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:251)
[17:02:12] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:168)
[17:02:12] [Server thread/ERROR]: #!#!     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[17:02:12] [Server thread/ERROR]: #!#!     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[17:02:12] [Server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:02:12] [Server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Method.java:498)
[17:02:12] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316)
[17:02:12] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[17:02:12] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529)
[17:02:12] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1633)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1481)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:910)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:903)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:887)
[17:02:12] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:820)
[17:02:12] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:748)
[17:02:12] [Server thread/ERROR]: #!#!
[17:02:12] [Server thread/ERROR]: #!#! Version Information:
[17:02:12] [Server thread/ERROR]: #!#!   Skript: 2.4-beta9 (OUTDATED)
[17:02:12] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
[17:02:12] [Server thread/ERROR]: #!#!     Date: 2019-10-15
[17:02:12] [Server thread/ERROR]: #!#!   Bukkit: 1.14.4-R0.1-SNAPSHOT
[17:02:12] [Server thread/ERROR]: #!#!   Minecraft: 1.14.4
[17:02:12] [Server thread/ERROR]: #!#!   Java: 1.8.0_201 (Java HotSpot(TM) 64-Bit Server VM 25.201-b09)
[17:02:12] [Server thread/ERROR]: #!#!   OS: Linux amd64 4.4.0-166-generic
[17:02:12] [Server thread/ERROR]: #!#!
[17:02:12] [Server thread/ERROR]: #!#! Server platform: Spigot
[17:02:12] [Server thread/ERROR]: #!#!
[17:02:12] [Server thread/ERROR]: #!#! Current node: null
[17:02:12] [Server thread/ERROR]: #!#! Current item: send "%the body of {_mails::1}(as javax.mail.Message)%" to event-player/console
[17:02:12] [Server thread/ERROR]: #!#! Current trigger: command /read (simple event) (mail.sk, line -1)
[17:02:12] [Server thread/ERROR]: #!#!
[17:02:12] [Server thread/ERROR]: #!#! Thread: Server thread
[17:02:12] [Server thread/ERROR]: #!#!
[17:02:12] [Server thread/ERROR]: #!#! Language: english
[17:02:12] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[17:02:12] [Server thread/ERROR]: #!#!
[17:02:12] [Server thread/ERROR]: #!#! End of Error.
[17:02:12] [Server thread/ERROR]: #!#!

My code is:

command /read:
    trigger:
        set {_mails::*} to last 2 mails
        send "%body of {_mails::1}%"
Olyno commented 4 years ago

Hi, Thanks for the report. I can't reproduce your error. Can you try this version of SkEmail and tell me if it solves your current issue please?

Version 1.7 of SkEmail

DampfWaffel commented 4 years ago

Already tested but same error. sending Mails is working flawless.

Olyno commented 4 years ago

already tested

A new version has been build some minutes ago, are you sure you already tried the new one I did? I personnally see 0 download so I think you didn't...

DampfWaffel commented 4 years ago

Tested it with https://bitbucket.org/Olyno/skemail/downloads/SkEmail-1.7-all.jar (Last Edit some days ago) But i'll try it tomorrow again. :)

Olyno commented 4 years ago

Again, I did some changes few minutes ago, and push them, so a new version will be automatically build. Yes the name of the build doesn't change, but the content is litterally different.

DampfWaffel commented 4 years ago

Sorry. Didnt know that. Saw the Version in another Report and thought its the same.

But atm i cant check if the error is still there cause its 10pm Here :( and i need some sleep

manze2709 commented 4 years ago

hello i have testet the new version put i have the same issue whit this error

[18:45:04] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[18:45:04] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript. [18:45:04] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [18:45:04] [Server thread/ERROR]: #!#! You're running outdated version of Skript! Please try updating it NOW; it might fix this. [18:45:04] [Server thread/ERROR]: #!#! Run /sk update check to get a download link to latest Skript! [18:45:04] [Server thread/ERROR]: #!#! You will be given instructions how to report this error if it persists after update.

[18:45:04] [Server thread/ERROR]: #!#! Stack trace: [18:45:04] [Server thread/ERROR]: #!#! java.lang.ClassCastException: com.sun.mail.imap.IMAPInputStream cannot be cast to javax.mail.internet.MimeMultipart [18:45:04] [Server thread/ERROR]: #!#! at com.olyno.skemail.types.Email$1.toString(Email.java:40) [18:45:04] [Server thread/ERROR]: #!#! at com.olyno.skemail.types.Email$1.toString(Email.java:23) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:601) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:630) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:615) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.getMessageComponents(VariableString.java:584) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.effects.EffMessage.execute(EffMessage.java:89) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:292) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:251) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:251) [18:45:04] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:168) [18:45:04] [Server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [18:45:04] [Server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [18:45:04] [Server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [18:45:04] [Server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:498) [18:45:04] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) [18:45:04] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [18:45:04] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [18:45:04] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) [18:45:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1633) [18:45:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1481) [18:45:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) [18:45:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [18:45:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) [18:45:05] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [18:45:05] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [18:45:05] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [18:45:05] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [18:45:05] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:910) [18:45:05] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:903) [18:45:05] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [18:45:05] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:887) [18:45:05] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:820) [18:45:05] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)

[18:45:05] [Server thread/ERROR]: #!#! Version Information: [18:45:05] [Server thread/ERROR]: #!#! Skript: 2.4-beta9 (OUTDATED) [18:45:05] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [18:45:05] [Server thread/ERROR]: #!#! Date: 2019-10-15 [18:45:05] [Server thread/ERROR]: #!#! Bukkit: 1.14.4-R0.1-SNAPSHOT [18:45:05] [Server thread/ERROR]: #!#! Minecraft: 1.14.4 [18:45:05] [Server thread/ERROR]: #!#! Java: 1.8.0_201 (Java HotSpot(TM) 64-Bit Server VM 25.201-b09) [18:45:05] [Server thread/ERROR]: #!#! OS: Linux amd64 4.4.0-166-generic

[18:45:05] [Server thread/ERROR]: #!#! Server platform: Spigot

[18:45:05] [Server thread/ERROR]: #!#! Current node: null [18:45:05] [Server thread/ERROR]: #!#! Current item: send "%{_mails::1}(as java.lang.Object)%" to event-player/console [18:45:05] [Server thread/ERROR]: #!#! Current trigger: command /read (simple event) (mail2.sk, line -1)

[18:45:05] [Server thread/ERROR]: #!#! Thread: Server thread

[18:45:05] [Server thread/ERROR]: #!#! Language: english [18:45:05] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[18:45:05] [Server thread/ERROR]: #!#! End of Error.

Olyno commented 4 years ago

Okay, I did an update. Can you guys retry with the latest version please (just redownload the file using the link above please)

manze2709 commented 4 years ago

no not work it cames always the error 21:13:35] [Server thread/ERROR]: #!#! [21:13:35] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[21:13:35] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript. [21:13:35] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [21:13:35] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [21:13:35] [Server thread/ERROR]: #!#! Here is full list of them: [21:13:35] [Server thread/ERROR]: #!#! Vixio (http://vixio.space) Skungee SkEmail [21:13:35] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [21:13:35] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [21:13:35] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [21:13:35] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it. [21:13:35] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [21:13:35] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.

[21:13:35] [Server thread/ERROR]: #!#! Stack trace: [21:13:35] [Server thread/ERROR]: #!#! java.lang.ClassCastException: com.sun.mail.imap.IMAPInputStream cannot be cast to javax.mail.internet.MimeMultipart [21:13:35] [Server thread/ERROR]: #!#! at com.olyno.skemail.Utils.getTextFromMessage(Utils.java:16) [21:13:35] [Server thread/ERROR]: #!#! at com.olyno.skemail.types.Email$1.toString(Email.java:40) [21:13:35] [Server thread/ERROR]: #!#! at com.olyno.skemail.types.Email$1.toString(Email.java:25) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:601) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:630) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:615) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.getMessageComponents(VariableString.java:584) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.effects.EffMessage.execute(EffMessage.java:89) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:292) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:251) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:251) [21:13:35] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:168) [21:13:35] [Server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [21:13:35] [Server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [21:13:35] [Server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [21:13:35] [Server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:498) [21:13:35] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) [21:13:35] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [21:13:35] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [21:13:35] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1633) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1481) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:910) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:903) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:887) [21:13:35] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:820) [21:13:35] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)

[21:13:35] [Server thread/ERROR]: #!#! Version Information: [21:13:35] [Server thread/ERROR]: #!#! Skript: 2.4-beta10 (latest) [21:13:35] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [21:13:35] [Server thread/ERROR]: #!#! Date: 2019-11-11 [21:13:35] [Server thread/ERROR]: #!#! Bukkit: 1.14.4-R0.1-SNAPSHOT [21:13:35] [Server thread/ERROR]: #!#! Minecraft: 1.14.4 [21:13:35] [Server thread/ERROR]: #!#! Java: 1.8.0_201 (Java HotSpot(TM) 64-Bit Server VM 25.201-b09) [21:13:35] [Server thread/ERROR]: #!#! OS: Linux amd64 4.4.0-166-generic

[21:13:35] [Server thread/ERROR]: #!#! Server platform: Spigot

[21:13:35] [Server thread/ERROR]: #!#! Current node: null [21:13:35] [Server thread/ERROR]: #!#! Current item: send "body of %{_mails::1}(as java.lang.Object)%" to event-player/console [21:13:35] [Server thread/ERROR]: #!#! Current trigger: command /read (simple event) (mail2.sk, line -1)

[21:13:35] [Server thread/ERROR]: #!#! Thread: Server thread

[21:13:35] [Server thread/ERROR]: #!#! Language: english [21:13:35] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[21:13:35] [Server thread/ERROR]: #!#! End of Error.

Olyno commented 4 years ago

I can't reproduce your issue guys. Can someone transfert me the mail which make the issue please to meiji.sakurai@gmail.com?

Olyno commented 4 years ago

Please don't give to anyone your mail and password, some people are bad and coumd use it bad.

DampfWaffel commented 4 years ago

i've created the mail for testing purpose. shall i send it via mail?

Olyno commented 4 years ago

Would be ok, I will have a look in later

manze2709 commented 4 years ago

hello i have also send sorry for the late reaction put the snowfall has destroyed the power lines

manze2709 commented 4 years ago

and its came also the same error on this command /read: trigger: set {_mails::*} to last 2 mails send "%{_mails::1}%"

manze2709 commented 4 years ago

?

Olyno commented 4 years ago

?

Like I said above, I will have a look in later. I don't have the time right now, so I will do it later. Needn't to send a message as ? I will not fix it faster.

Olyno commented 4 years ago

So after some tests, I can't reproduce your issue. Please be sure you updated SkEmail with the latest build (https://bitbucket.org/Olyno/skemail/downloads/SkEmail-1.7-all.jar) or just redownload it to be sure. If you still have the same issue, please transfer me the mail which produce the issue and not your code or anything else except the mail which produce this issue. Transfert it to meiji.sakurai@gmail.com. I needn't your account, password, or anything else except the mail which produce the issue.

If not respected, I will close this issue.

manze2709 commented 4 years ago

ok sorry

manze2709 commented 4 years ago

the email is this I needn't your account, password, or anything else except the mail which produce the issue.

Olyno commented 4 years ago

the email is this I needn't your account, password, or anything else except the mail which produce the issue.

What?

manze2709 commented 4 years ago

ups sorry the email is skyplanet.mineplay.me.server@gmail.com

Olyno commented 4 years ago

ups sorry the email is skyplanet.mineplay.me.server@gmail.com

No, the email, not your email address. Transfert me the mail that you can't read and that produce the issue.

manze2709 commented 4 years ago

i havce send you the email

Olyno commented 4 years ago

So there are no reason to send me your email address xD

manze2709 commented 4 years ago

i have send you the email what make the error

DampfWaffel commented 4 years ago

there is no spefic mail that causes the error. everytime i want to display e.g with log or broadcast the Variable where i store the last 2 mails, it throws the error. and when im saving it as normal variable it does not save it in the variables.cvs file.

Olyno commented 4 years ago

there is no spefic mail that causes the error. everytime i want to display e.g with log or broadcast the Variable where i store the last 2 mails, it throws the error. and when im saving it as normal variable it does not save it in the variables.cvs file.

After some tests, I litterally can't reproduce your issue. I tried all your code without any issue. Please be sure to have the latest version of SkEmail or just redownload it from https://bitbucket.org/Olyno/skemail/downloads/SkEmail-1.7-all.jar to be 100% sure.

I can't fix an issue which doesn't exist at my side.

manze2709 commented 4 years ago

Can you send us your code?

Olyno commented 4 years ago
command /read:
    trigger:
        set {_mails::*} to last 2 mails
        broadcast "Got it"
        broadcast subject of {_mails::2}
        broadcast "%{_mails::2}%"

Exactly the same code than you, except I added some debug lines

manze2709 commented 4 years ago

now came this error

[22:27:52] [Server thread/INFO]: Got it [22:27:53] [Server thread/INFO]: Delivery Status Notification (Failure)

[22:27:53] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[22:27:53] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript. [22:27:53] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [22:27:53] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [22:27:53] [Server thread/ERROR]: #!#! Here is full list of them: [22:27:53] [Server thread/ERROR]: #!#! Vixio (http://vixio.space) Skungee SkEmail [22:27:53] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [22:27:53] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [22:27:53] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [22:27:53] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it. [22:27:53] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [22:27:53] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.

[22:27:53] [Server thread/ERROR]: #!#! Stack trace: [22:27:53] [Server thread/ERROR]: #!#! java.lang.ClassCastException: com.sun.mail.imap.IMAPInputStream cannot be cast to javax.mail.internet.MimeMultipart [22:27:53] [Server thread/ERROR]: #!#! at com.olyno.skemail.Utils.getTextFromMessage(Utils.java:16) [22:27:53] [Server thread/ERROR]: #!#! at com.olyno.skemail.types.Email$1.toString(Email.java:40) [22:27:53] [Server thread/ERROR]: #!#! at com.olyno.skemail.types.Email$1.toString(Email.java:25) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:601) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:630) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:615) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.toString(VariableString.java:477) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.getArray(VariableString.java:726) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.getArray(VariableString.java:1) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.effects.EffBroadcast.execute(EffBroadcast.java:66) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:292) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:251) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:251) [22:27:53] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:168) [22:27:53] [Server thread/ERROR]: #!#! at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) [22:27:53] [Server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:27:53] [Server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:498) [22:27:53] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) [22:27:53] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [22:27:53] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [22:27:53] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1633) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1481) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:910) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:903) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:887) [22:27:53] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:820) [22:27:53] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)

[22:27:53] [Server thread/ERROR]: #!#! Version Information: [22:27:53] [Server thread/ERROR]: #!#! Skript: 2.4-beta10 (latest) [22:27:53] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [22:27:53] [Server thread/ERROR]: #!#! Date: 2019-11-11 [22:27:53] [Server thread/ERROR]: #!#! Bukkit: 1.14.4-R0.1-SNAPSHOT [22:27:53] [Server thread/ERROR]: #!#! Minecraft: 1.14.4 [22:27:53] [Server thread/ERROR]: #!#! Java: 1.8.0_201 (Java HotSpot(TM) 64-Bit Server VM 25.201-b09) [22:27:53] [Server thread/ERROR]: #!#! OS: Linux amd64 4.4.0-169-generic

[22:27:53] [Server thread/ERROR]: #!#! Server platform: Spigot

[22:27:53] [Server thread/ERROR]: #!#! Current node: null [22:27:53] [Server thread/ERROR]: #!#! Current item: broadcast "%{_mails::2}(as java.lang.Object)%" [22:27:53] [Server thread/ERROR]: #!#! Current trigger: command /read (simple event) (mail2.sk, line -1)

[22:27:53] [Server thread/ERROR]: #!#! Thread: Server thread

[22:27:53] [Server thread/ERROR]: #!#! Language: english [22:27:53] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[22:27:53] [Server thread/ERROR]: #!#! End of Error.

Olyno commented 4 years ago

Are you sure you downloaded the build I gave you the link above?

manze2709 commented 4 years ago

yes

manze2709 commented 4 years ago

im in minecraft 1.14.4

manze2709 commented 4 years ago

whit skirpt 2.4-beta10

Olyno commented 4 years ago

Hmm try with minecraft 1.13.2, it's the version I used to make tests Needn't to change your Skript version.

manze2709 commented 4 years ago

ok i try

manze2709 commented 4 years ago

on the 1.13.2 came this error

[12:56:59] [Server thread/INFO]: Got it [12:56:59] [Server thread/INFO]: Delivery Status Notification (Failure)

[12:57:00] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[12:57:00] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript. [12:57:00] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [12:57:00] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [12:57:00] [Server thread/ERROR]: #!#! Here is full list of them: [12:57:00] [Server thread/ERROR]: #!#! Vixio (http://vixio.space) Skungee SkEmail [12:57:00] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [12:57:00] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [12:57:00] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [12:57:00] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it. [12:57:00] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [12:57:00] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.

[12:57:00] [Server thread/ERROR]: #!#! Stack trace: [12:57:00] [Server thread/ERROR]: #!#! java.lang.ClassCastException: com.sun.mail.imap.IMAPInputStream cannot be cast to javax.mail.internet.MimeMultipart [12:57:00] [Server thread/ERROR]: #!#! at com.olyno.skemail.Utils.getTextFromMessage(Utils.java:16) [12:57:00] [Server thread/ERROR]: #!#! at com.olyno.skemail.types.Email$1.toString(Email.java:40) [12:57:00] [Server thread/ERROR]: #!#! at com.olyno.skemail.types.Email$1.toString(Email.java:25) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:601) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:630) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.toString(Classes.java:615) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.toString(VariableString.java:477) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.getArray(VariableString.java:726) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.getArray(VariableString.java:1) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.effects.EffBroadcast.execute(EffBroadcast.java:66) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:292) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:251) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:251) [12:57:00] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:168) [12:57:00] [Server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [12:57:00] [Server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [12:57:00] [Server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [12:57:00] [Server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:498) [12:57:00] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) [12:57:00] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) [12:57:00] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [12:57:00] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [12:57:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1613) [12:57:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1461) [12:57:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) [12:57:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) [12:57:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) [12:57:00] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [12:57:00] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [12:57:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [12:57:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [12:57:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [12:57:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [12:57:00] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [12:57:00] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)

[12:57:00] [Server thread/ERROR]: #!#! Version Information: [12:57:00] [Server thread/ERROR]: #!#! Skript: 2.4-beta10 (latest) [12:57:00] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [12:57:00] [Server thread/ERROR]: #!#! Date: 2019-11-11 [12:57:00] [Server thread/ERROR]: #!#! Bukkit: 1.13.2-R0.1-SNAPSHOT [12:57:00] [Server thread/ERROR]: #!#! Minecraft: 1.13.2 [12:57:00] [Server thread/ERROR]: #!#! Java: 1.8.0_201 (Java HotSpot(TM) 64-Bit Server VM 25.201-b09) [12:57:00] [Server thread/ERROR]: #!#! OS: Linux amd64 4.4.0-169-generic

[12:57:00] [Server thread/ERROR]: #!#! Server platform: Spigot

[12:57:00] [Server thread/ERROR]: #!#! Current node: null [12:57:00] [Server thread/ERROR]: #!#! Current item: broadcast "%{_mails::2}(as java.lang.Object)%" [12:57:00] [Server thread/ERROR]: #!#! Current trigger: command /read (simple event) (mail2.sk, line -1)

[12:57:00] [Server thread/ERROR]: #!#! Thread: Server thread

[12:57:00] [Server thread/ERROR]: #!#! Language: english [12:57:00] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[12:57:00] [Server thread/ERROR]: #!#! End of Error.

Olyno commented 4 years ago

What about @DampfWaffel? Is it fixed for you?

manze2709 commented 4 years ago

have you found what my problem is?

Olyno commented 4 years ago

have you found what my problem is?

Me? I can't reproduce your error, so no.

manze2709 commented 4 years ago

can you pleas try on 1.14.4?

Olyno commented 4 years ago

Closed due to spam, no respect of what I said and can't reproduce the issue. This issue will be solved internally if I can reproduce it in the future.