If I reload the application (from the browser with the restart button) many times, for example 50 reload/10 seconds , it gives me this error:
events.js:45 throw arguments[1];
It seems to me that this is a bandwidth error or something like that, initially I had an error when I played with the HTML 5 Audio API, and if I downloaded the audio file 10-15 times in a row, then I have an error, but now I found that I get the error without the Audio API too simply by reloading the site many times, also Safari gives me the error much faster than Chrome (WTF?)
I am using Node.js 0.4.8 with express + jade , and I am also connected to a MySQL database with the db-mysql module.
I cannot find any articles on the Internet on this subject, which helps, so pleeease will tell me what might cause this error because it really is confusing :(
Adam
source share