Invalid type in function 'connect_to_eventsub' in base 'Node ()'. Cannot convert argument 1 from Nil to String. #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here is the error I got after running the gift example project for awhile:
Invalid type in function 'connect_to_eventsub' in base 'Node ()'. Cannot convert argument 1 from Nil to String.
This was at line 351 in gift_node.gd - connect_to_eventsub(await(events_reconnect))
I also get a bunch of empty print statements { } over and over as it runs but this might be intentional.
The print was an overlook on my side, it printed the brackets on every keepalive message. This should now be fixed, I had a remaining reconnect signal that emitted without a value for the reconnect url.