Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buffer index not found #9

Open
ToRRent1812 opened this issue Sep 15, 2021 · 3 comments
Open

buffer index not found #9

ToRRent1812 opened this issue Sep 15, 2021 · 3 comments

Comments

@ToRRent1812
Copy link

I copy pasted 8 scripts from this project, 4 chat scripts, and 4 basic ones. I applied twitch init and chat connect to main object(create event) + twitch_chat_async in async http event.
Compiling project results in this error:

Data structure with index does not exist.
at gml_GlobalScript_twitch_chat_async (line 6) - var net_buff = ds_map_find_value(async_load,"buffer");

Is this because twitch has updated their api or is it something wrong with implementation to my project?

@kbjwes77
Copy link
Collaborator

This is definitely an issue with a deprecated API, I don't recommend using this repo any more. Sorry, if you need any help going forward with the new API, I'd be happy to help guide you through setting that up!

@ToRRent1812
Copy link
Author

Hi, I found a solution to this issue, it seems it's an issue with gms 2.3 forcing to use new functions for scripts so I made few small tweaks to all scripts and now it works :P

@countchrisdo
Copy link

@ToRRent1812 Could you share the changes you made?

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

No branches or pull requests

3 participants