Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Sample Code for Godot 4.x is not working #54

Open
rtdietrich opened this issue Jan 6, 2023 · 3 comments
Open

Sample Code for Godot 4.x is not working #54

rtdietrich opened this issue Jan 6, 2023 · 3 comments

Comments

@rtdietrich
Copy link

Hi, I tried the sample code in the alpha branch for Godot 4 , but unfortunately it does not work. Is this still the old code for Godot 3.x?
If so, I would be happy about an update.

@Marzin-bot
Copy link
Owner

Hello, I'm working on it right now. Thank you for letting me know. Can you give me more details about the error message?

@rtdietrich
Copy link
Author

rtdietrich commented Jan 6, 2023 via email

@GOTWIC
Copy link

GOTWIC commented Jul 12, 2023

At the time of writing, the helloworld script has a syntax error. You have to change all of the error lines to the following:

_error = database.connect("authentication_error", self, "_authentication_error") to
_error = database.authentication_error.connect(_authentication_error)

Additionally, you might have to remove all colons before the equal sign to get rid of additional errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants