Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt 5.2 Android QNetworkManager issue.
Forum Updated to NodeBB v4.3 + New Features

Qt 5.2 Android QNetworkManager issue.

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    ChrisLink
    wrote on last edited by
    #1

    I'm trying to post to a website with some data.

    I do:
    finishedReply = networkManager->post(request ,postData);

    The above call results in:

    E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: stat; errno: No such file or directory
    E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: access; errno: No such file or directory
    E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: stat; errno: No such file or directory
    E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: access; errno: No such file or directory
    D/dalvikvm(10924): threadid=14: bye!E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: stat; errno: No such file or directory
    E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: access; errno: No such file or directory
    E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: stat; errno: No such file or directory
    E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: access; errno: No such file or directory

    I'm not sure what else to do. Any ideas would be helpful. Thanks.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      ahmad88me
      wrote on last edited by
      #2

      if you can post your code, so I can take a look

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved