Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

VS5 RC1 - Android libcurl downloadMemory (Bug)

  • #1, by darren-beckett 9 years ago Zitieren
    When running on an Android device, the downloadMemory function does not return any data.

    It works fine for windows desktop.


  • #2, by darren-beckett 9 years ago Zitieren
    Can someone confirm this is an issue and will be looked at?

    I'm waiting on this fix to release my game, Thanks.
  • #3, by sebastian 9 years ago Zitieren
    i never built an apk before and never used that function. I guess it would be usefull for those who can test it,  that you can provide the function in context on how you used it. 
  • #4, by darren-beckett 9 years ago Zitieren
    It's a function within the standard webservices script provided by simon previously for use by libcurl.
  • #5, by SimonS 9 years ago Zitieren
    I just checked it and it works. Are you using a ssl connection? That might be a problem.
  • #6, by darren-beckett 9 years ago Zitieren
    I've changed the https call to http and it is now returning data, thanks Simon.
  • #7, by sebastian 9 years ago Zitieren
    I just checked it and it works. Are you using a ssl connection? That might be a problem.
    would be a good idea to point it out in the lua docs wink