Invalid type in function 'connect_to_eventsub' in base 'Node ()'. Cannot convert argument 1 from Nil to String. #18

Closed
opened 2023-02-12 07:50:36 +01:00 by Fourgees · 1 comment
Fourgees commented 2023-02-12 07:50:36 +01:00 (Migrated from github.com)

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.

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.
issork commented 2023-02-12 11:48:33 +01:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No description provided.