question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to load webpage with error: The request timed out.

See original GitHub issue

Hello Ionic team! First of all keep up the good work! You are doing an awesome job!

I have a little problem here. When run ionic run ios without any flags my app runs on a device fine, but when I run ionic run ios -l (with livereload) the app starts but with a plank white screen. I also notice following error in terminal output: (lldb) 2014-10-13 16:49:36.913 myapp[3830:562396] Failed to load webpage with error: The request timed out.

Could you please point me into right direction?

Running: ios-deploy -V: 1.2.0

sw_vers -productVersion: 10.9.5

xcodebuild -version Xcode 6.0.1 Build version 6A317

gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn) Target: x86_64-apple-darwin13.4.0 Thread model: posix

lldb --version lldb-320.4.124.10

Thanks for your help

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:30

github_iconTop GitHub Comments

12reactions
pbernasconicommented, Jan 17, 2015

I got this issue too when I tried to run my app using the -l -c commands:

ionic run ios -l -c

I noticed that this command changes a line in the config.xml file:

// FROM
 <content src="index.html"/>

// TO
 <content src="localhost//192.1.168.0:8000" original-src="index.html"/>

Changing it back to <content src="index.html"/> fixes the issue for me.

2reactions
ghostcommented, Mar 29, 2017

hit this issue when I was working on the train … mac was connected to wifi, but device was LTE … tethered mac to device using hotspot and presto … working again…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to load webpage with error: The request timed out ...
I've built iPhone app with phone gap. When I run the app sometimes I get the following error: 2014-02-07 00:17:37.168 [1867:60b] Unlimited ...
Read more >
How to Fix the ERR_CONNECTION_TIMED_OUT Error - Kinsta
Simply put, it's an indication that the system is unavailable and the time given for one to connect has elapsed, and now the...
Read more >
11 Ways to Fix the ERR_CONNECTION_TIMED_OUT Error
When your internet connection times out and you can't access a specific webpage, it's one of the most annoying errors.
Read more >
Live Reload Error: Failed to load webpage with error
I've modified CDVViewController. m to log which webpage it's trying to load and it's http://192.168.0.4:8100 - where 192.168. 0.4 is the ...
Read more >
Request Timed out with Code=-1001_… - Apple Developer
failed with error: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out. ... cs = 0x0} Timeout Interval: 60.000 seconds init to origin load: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found