issork / gift

Godot IRC For Twitch addon
MIT License
150 stars 23 forks source link

Resumed function 'start()' after yield, but script is gone. #14

Open mightymochi opened 1 year ago

mightymochi commented 1 year ago
E 0:15:12.072   resume: Resumed function 'start()' after yield, but script is gone. At script: res://addons/gift/util/image_cache.gd:65
  <C++ Error>   Method failed. Returning: Variant()
  <C++ Source>  modules/gdscript/gdscript_function.cpp:1795 @ resume()

I added "pass" after the yield to eliminate this error. Is this the best thing to do?