Forum ActionScript 3.0 Error opening URL 'http://api.playerio.com/api/82'

Problems and discussions relating to ActionScript 3.0 here.

Error opening URL 'http://api.playerio.com/api/82'

Postby whitershores » December 10th, 2012, 11:16 pm

Hi

I am having a strange error here:
Code: Select all
Error opening URL 'http://api.playerio.com/api/82'
Error: Error #2032: Stream Error. URL: http://api.playerio.com/api/82
   at MethodInfo-310()
   at MethodInfo-3()
   at flash.events::EventDispatcher/dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at flash.net::URLLoader/onComplete()

-This happens after a LOT of DatabaseObject.Save() operations. ( usually around 660)
I am not sure what this is, is this some flood protection or what?

Anyway I need a way around this, as my game is an MMO, with 900+ worlds, so I've built a 'Universe Creator' app which creates all the worlds and uploads them onto the server all in one go ( which is around 2-3000 objects in total )
whitershores
Paid Member
 
Posts: 88
Joined: June 21st, 2011, 4:19 pm

Re: Error opening URL 'http://api.playerio.com/api/82'

Postby whitershores » December 11th, 2012, 12:20 am

Yeah, just used a setTimeout, -> solved it!
whitershores
Paid Member
 
Posts: 88
Joined: June 21st, 2011, 4:19 pm

Re: Error opening URL 'http://api.playerio.com/api/82'

Postby Benjaminsen » December 18th, 2012, 1:11 pm

I would really like an example project where you can force this behaviour :)
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark


Return to ActionScript 3.0