Hola hace nada que he empezado a trabajar con llamadas http para escribir y leer datos desde un archivo online.
Puedo enviar datos a un archivo alojado en mi host y tambien leer sus datos. El problema es que de vez en cuando al leer los valores me salta este error.
############################################################################################
FATAL ERROR in
action number 1
of Async Event: HTTP
for object load:
file_text_write_string argument 2 incorrect type (undefined) expecting a String (YYGS)
at gml_Object_load_Other_62 (line 11) - file_text_write_string(file, result);
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Object_load_Other_62 (line 11)
Alguien que sepa sobre los eventos http puede ayudarme con este error??
Puedo enviar datos a un archivo alojado en mi host y tambien leer sus datos. El problema es que de vez en cuando al leer los valores me salta este error.
############################################################################################
FATAL ERROR in
action number 1
of Async Event: HTTP
for object load:
file_text_write_string argument 2 incorrect type (undefined) expecting a String (YYGS)
at gml_Object_load_Other_62 (line 11) - file_text_write_string(file, result);
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Object_load_Other_62 (line 11)
Alguien que sepa sobre los eventos http puede ayudarme con este error??