kanimaru / twitcher

Full Twitch Library for Godot
MIT License
64 stars 8 forks source link

TwitchIRC : Null instance when message is send by an user with chat badges #13

Closed Fifut closed 5 months ago

Fifut commented 6 months ago

func prepare_message(message: String, parent: RichTextLabel) -> String: ... var tex = resource.get_frame_texture("default", 0; ...

return null instance when message is send by an user with chat badges

Fifut commented 6 months ago

And sometimes var resource = ResourceLoader.load(path, "SpriteFrames") as SpriteFrames; too

kanimaru commented 6 months ago

are you using the lastest branch or assetlib cause I think this is already fixed on the latest version

Fifut commented 6 months ago

I use the assetlib version. I will try the lastest branch.

Fifut commented 6 months ago

Unfortunatly, I have the same problem with the last branch version :cry: I use Godot 4.2.2

kanimaru commented 6 months ago

Do you have something to reproduce?

Fifut commented 6 months ago

It seems to work now. I did a clean install of the plugin with the last branch.

Thx