It was an issue with the return of the live_async_http_check().
All that I did was just check if the ds_map of (l_e) existed before returning and the error no longer came up with GMLive.
No idea why the map wouldn't exist though considering there was no async_map destroyed.
Azuzora
Creator of
Recent community posts
When I am doing networking, everything works perfectly fine without GMLive enabled. Otherwise I am getting this error.
___________________________________________
############################################################################################
ERROR in action number 1
of Async Event: HTTP for object obj_gmlive:
ds_map_find_value argument 1 invalid reference to (ds_map) - requested 15 max is 23
at gml_Script_live_async_http_check (line 12769) - return ds_map_find_value(l_e,"id")==live_request_id&&ds_map_find_value(l_e,"status")<=0;
############################################################################################
gml_Script_live_async_http_check (line 12769)
gml_Script_live_async_http (line 12779) - if(!live_async_http_check(l_e))exit;
gml_Object_obj_gmlive_Other_62 (line 1) - live_async_http();
