[flexcoders] error #2032

2009-08-04 Thread grimmwerks
hey - we're building a video player that pulls from sesamevault -- and for some reasons people in europe are experiencing an error #2032 that we're not seeing in any of our testing - I've been doing some googling but wondering why something that works in the US might have issues elsewhere

[flexcoders] Error 2032, but only in IE with php session_start

2008-12-11 Thread Ramsey, Robert L
Hi, I have an app that makes http requests to a php script on the server. If I have session_start() in the back end file so I can use session variables in php, I get the following error: [RPC Fault faultString=HTTP request error faultCode=Server.Error.Request faultDetail=Error:

Re: [flexcoders] Error #2032: Stream Error. URL: datavisualization_3.0.0.477.swz

2008-07-29 Thread Tom Chiverton
On Monday 28 Jul 2008, Vijay Ganesan wrote: Get this error trying to use the datavisualization library as an RSL: Error #2032: Stream Error. URL: datavisualization_3.0.0.477.swz What does the web server log for the request for this file ? -- Tom Chiverton

[flexcoders] Error #2032: Stream Error. URL: datavisualization_3.0.0.477.swz

2008-07-28 Thread Vijay Ganesan
Get this error trying to use the datavisualization library as an RSL: Error #2032: Stream Error. URL: datavisualization_3.0.0.477.swz Using the framework library as an RSL (framework_3.0.0.477.swz) seems to work fine. Flex Builder seems to put the datavisualization_3.0.0.477.swz in the right

[flexcoders] Error #2032: Stream Error

2008-05-07 Thread Deniz Davutoglu
I have a couple http services which pool data from mysql and apcahe, just one of them is trowing [RPC Fault faultString=HTTP request error faultCode=Server.Error.Request faultDetail=Error: [IOErrorEvent type=ioError bubbles=false cancelable=false eventPhase=2 text=Error #2032: Stream Error. URL:

Re: [flexcoders] Error #2032: Stream Error

2008-05-07 Thread Josh McDonald
The stream error is what you get when the server returns a 500 fault. Try using a proxy like Charles to see what the actual data returned from the server was, there's usually better information in the response, but the browser doesn't let Flash see it. -J On Wed, May 7, 2008 at 9:45 PM, Deniz

Re: [flexcoders] Error #2032: Stream Error

2008-05-07 Thread Douglas Knudsen
not necessarily. this 2032 error is thrown when the browser tells the player something mucked up in the response before the browser passed the response to the player. Whatever the mucked up issue is, the browser does not tell the player what is at issue and it gets the 2032 label. I've seen

Re: [flexcoders] Error #2032: Stream Error

2008-05-07 Thread Josh McDonald
Moving to Flash development was supposed to mean IE was no longer the bane of my existence... On Thu, May 8, 2008 at 12:25 AM, Douglas Knudsen [EMAIL PROTECTED] wrote: not necessarily. this 2032 error is thrown when the browser tells the player something mucked up in the response before the

[flexcoders] Error 2032 - Stream error

2007-11-30 Thread msabljic
Hello flexcoders, I am having a problem where my Flex application dipplays this error: faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type=ioError bubbles=false cancelable=false eventPhase=2 text=Error #2032: Stream Error.[/CODE] Error is

[flexcoders] Error #2032, Stream Error

2007-09-13 Thread digitaljedis
Good Morning everybody, You guys helped this flex beginner yesterday and now today I have a new problem, I'm getting the following error: [RPC Fault faultString=HTTP request error faultCode=Server.Error.Request faultDetail=Error: [IOErrorEvent type=ioError bubbles=false cancelable=false

[flexcoders] error 2032 Stream Error

2007-05-07 Thread scott_flex
I just started getting the 2032 error when calling a web service and for the life of me cannot determine what's causing it. Code snippet looks like: var ws:WebService = new WebService() ws.addEventListener(fault, faultHandler); // alerts error

[flexcoders] Error #2032: Stream Error with ASP.NET 1.1 Web Service (running on local machine

2007-05-03 Thread mark_j_ellul
Hi, I seem to have an random error with my Flex app which happens every so often. I am using Cairngorm 2.2 with a mx:WebService Object in my Services.mxml. The web service is written in ASP.NET 1.1. I am using Firefox as my browser. Below is the trace on the faultEvent Object. Upon doing some

[flexcoders] Error #2032 Stream Error IOError

2006-12-06 Thread newflexuser
Hi. I m a new flex developer.new to flash and designing too.I have good knowledge of java technologies. Here in my flex application i m trying to use mx:HttpRequest object to communicate to server TestApplication.mxml mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; width=100%

RE: [flexcoders] Error #2032 HTTPS IE only

2006-09-10 Thread Matt Chotin
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of vitopn Sent: Thursday, September 07, 2006 6:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error #2032 HTTPS IE only I am unable to get the SecureHTTPChannel to work in IE

[flexcoders] error 2032 stream error F2 B2 webservices

2006-05-04 Thread Douglas Knudsen
I'm getting this error 2032 stream error that seems to pester some folks around here. From perusing the archives, seems to be related to webservice methods having 1 argument. So, I took my webservice method and made it have one argument, a pipe-delimited list of values as a workaround for now.