Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7844017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T16:44:54+00:00 2026-06-02T16:44:54+00:00

I have a TTTableView with a bunch of TTImageViews in it. The imageviews pull

  • 0

I have a TTTableView with a bunch of TTImageViews in it. The imageviews pull their images from a remote server. I can view all of the images in a browser just fine. They all load very quickly.

For some reason, about 10% of the TTImageViews time out when trying to load an image. The thing is, they time out really, really fast. Like under a second. When I load the TTTableView, I immediately get NSErrors like this (note: I’ve changed the server and image name):

Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x84232f0 {NSErrorFailingURLStringKey=http://www.myserver.com/myimage.jpg, NSErrorFailingURLKey=http://www.myserver.com/myimage.jpg, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x849e640 "The request timed out."}

So, any idea why the TTImageViews sporadically time out immediately?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T16:44:55+00:00Added an answer on June 2, 2026 at 4:44 pm

    I am not sure if this has something to do with that problem, but it sounds that could be related.

    The problem I was having was that when 2 (or more) simultaneous requests to the same image URL occurred, the images wouldn’t load in any of the requests. And the error was always the same you reported:

    Code=-1001 "The request timed out."
    

    I have found that in TTRequestLoader.m on the method

    - (void)connectToURL:(NSURL*)URL
    

    when there are 2 or more requests to the same URL, the code is:

    TTURLRequest* request = _requests.count == 1 ? [_requests objectAtIndex:0] : nil;
    NSURLRequest* URLRequest = [_queue createNSURLRequest:request URL:URL];
    

    So request variable results in “nil” value, and createNSURLRequest fails to set the timeout.

    Modifying it to:

    TTURLRequest* request = [_requests lastObject];
    NSURLRequest* URLRequest = [_queue createNSURLRequest:request URL:URL];
    

    Seems to work OK

    Hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a user interface where the user can check off a bunch of
I have a UIViewController subclass that loads a bunch of images for each cell
I have a tableview with large images that fill the cells and the row
I have a tableview that occupies only the bottom third of my view. I
I have a view controller managed in a UINavigationController. My view controller puts up
I have a working application using Three20. It basically is a bunch of nested
I have tableview with some names on each cell , how can i get
i have created 2 controllers both have tableview in it. when i pop from
I have (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { } Can I get the row appended
In one of my view controllers, i have a lot of different formats for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.