You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call: var GA = load("res://analytics/analytics.gd").new()
I am getting the following error: Parser Error: Function signature doesn't match the parent. Parent signature is: 'int connect(String, Object, String, Array=default, int)'.
The text was updated successfully, but these errors were encountered:
OK, the reason for that is that GoDot 3.1 added signals support and a new method called "connect" which is used by your code. Changing "connect" to "http_connect" solves the problem.
When I call:
var GA = load("res://analytics/analytics.gd").new()
I am getting the following error:
Parser Error: Function signature doesn't match the parent. Parent signature is: 'int connect(String, Object, String, Array=default, int)'.
The text was updated successfully, but these errors were encountered: