many problems with Network.request!

I’m going crazy!

I tried to use SimpleImageDownload example on windows… doesn’t work, simulator crashes.

Compile it for android and test (moto G), doesn’t work, android application crashes.

I tried to use network.download in other lua file (simulator crashes)

I tried to use network.request, using 

params.body = {     filename = "file.ext",     baseDirectory = system.DocumentsDirectory        //I tried with TempDirectory too }

doesn’t work, simulator says, “Error opening request body file” (I tried many images on internet… none works)

I tried to make some network.request to get a response of type “application/octect-stream”… and i can’t get response body… event.response print nothing

This is my last resource! Is there a problem with Network.request? Am I crazy?
 

Thank you

EDIT: I’m using Windows 7, Corona SDK 2014.2511 (2014.11.18)

network.request() works just fine.  But you’re obviously having issues.  Before we can help you though, you have to help us by providing us what’s wrong.  Saying it doesn’t work or crashes gives us no starting of a reference point.   What errors are you seeing?  How is it not working?  What messages are showing up in your various log screens.

You probably should start here:  http://docs.coronalabs.com/guide/basics/debugging/index.html

Rob

Thanks rob… I was crazy!

Sorry, it was my PC… something was broken on it… nothing worked.

After a while, i restarted it and it worked again…

Sorry, and thank you for you time :slight_smile:

network.request() works just fine.  But you’re obviously having issues.  Before we can help you though, you have to help us by providing us what’s wrong.  Saying it doesn’t work or crashes gives us no starting of a reference point.   What errors are you seeing?  How is it not working?  What messages are showing up in your various log screens.

You probably should start here:  http://docs.coronalabs.com/guide/basics/debugging/index.html

Rob

Thanks rob… I was crazy!

Sorry, it was my PC… something was broken on it… nothing worked.

After a while, i restarted it and it worked again…

Sorry, and thank you for you time :slight_smile: