Copy link to clipboard
Copied
Hello,
I'm a student taking my first class using Adobe Animate and Actionscript (please remember that if this is a simple problem/when giving advice; I literally started this a couple weeks ago and this isn't naturally in my wheelhouse to begin with). In the class, we are making a card game where most of the files are provided to us on a week to week basis and we follow steps to change and add to the files to get familiar with Animate and Actionscript. There are also bugs in the files and we are suppose to work together to figure out how to fix it. Unfortunately for me, I have a bug that no one can seem to solve and no one else has.
I'm getting the following output:
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: *url here*
at Login/doLogin()
Basically, in the game this week, I was unable to login without getting this error output. I would get this error for local files or uploaded files. The URL here in the above would either say the login.php file that we are suppose to use. It doesn't matter if it is trying to get it from the uploaded file or the local file on my computer when I test it.
I went back to the files that had worked last week (I was able to login last week using the files I had handed in) and I wasn't able to log in anymore. It was the same exact files that had worked last week. Nothing was changed.
I had looked up the error and other people had posted about it, but I couldn't figure out how to solve it.
I tried it out on different browsers and cleared my cache, and nothing. I don't know what to do at this point.
Thanks for the advice in advanced!
Hi.
Would you mind showing us your full code or at least this doLogin() function from where the error is coming?
Because it can be a number of direct or indirect related issues, like a string that is not correctly formated, or the path is wrong, or the string is empty, or something related to security, and so on.
You can in the meantime:
- Test your program with Ctrl/Cmd + Shift + Enter to debug your code;
- Write some trace() statements in some suspicious lines to see if the values are coming the wa
...Copy link to clipboard
Copied
Hi.
Would you mind showing us your full code or at least this doLogin() function from where the error is coming?
Because it can be a number of direct or indirect related issues, like a string that is not correctly formated, or the path is wrong, or the string is empty, or something related to security, and so on.
You can in the meantime:
- Test your program with Ctrl/Cmd + Shift + Enter to debug your code;
- Write some trace() statements in some suspicious lines to see if the values are coming the way you expect them to be;
- Add event listeners for errors and get more info of what is happening.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now