Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@eseidelGoogle
Created February 1, 2017 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eseidelGoogle/66ac11d769945730c40f16d7ccde4cd2 to your computer and use it in GitHub Desktop.
Save eseidelGoogle/66ac11d769945730c40f16d7ccde4cd2 to your computer and use it in GitHub Desktop.
eseidel@eseidel-macbookpro /src/flutter/examples/flutter_gallery %flutter run [/src/flutter/examples/flutter_gallery]
Launching lib/main.dart on iPod touch in debug mode...
error in __connection_block_invoke_2: Connection interrupted
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python/lldb/__init__.py", line 98, in <module>
import six
ImportError: No module named six
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
error: python failed attempting to evaluate 'fruitstrap_device_app="/private/var/containers/Bundle/Application/497511BF-5535-42D6-AD8E-9673AD60C5FC/Runner.app"'
Exception from flutter run: Exception: Timeout while attempting to retrieve Uri for Observatory
package:flutter_tools/src/base/common.dart 30 throwToolExit
package:flutter_tools/src/protocol_discovery.dart 55 ProtocolDiscovery.nextUri.<async>.<fn>
===== asynchronous gap ===========================
dart:async _Future.timeout
package:flutter_tools/src/protocol_discovery.dart 53 ProtocolDiscovery.nextUri.<async>
===== asynchronous gap ===========================
dart:async Future.Future.microtask
package:flutter_tools/src/protocol_discovery.dart ProtocolDiscovery.nextUri
package:flutter_tools/src/ios/devices.dart 271 IOSDevice.startApp.<async>
dart:async _SyncCompleter.complete
package:flutter_tools/src/ios/mac.dart 180 buildXcodeProject.<async>
dart:async _SyncCompleter.complete
package:flutter_tools/src/base/process.dart 145 runAsync.<async>
===== asynchronous gap ===========================
dart:async _asyncThenWrapperHelper
package:flutter_tools/src/ios/devices.dart IOSDevice.startApp
package:flutter_tools/src/run_hot.dart 161 HotRunner._run.<async>
dart:async _SyncCompleter.complete
package:flutter_tools/src/resident_runner.dart 156 ResidentRunner.startEchoingDeviceLog.<async>
===== asynchronous gap ===========================
dart:async _asyncThenWrapperHelper
package:flutter_tools/src/run_hot.dart HotRunner._run
package:flutter_tools/src/run_hot.dart 78 HotRunner.run.<fn>
package:stack_trace Chain.capture
package:flutter_tools/src/run_hot.dart 77 HotRunner.run
package:flutter_tools/src/commands/run.dart 278 RunCommand.runCommand.<async>
Exception from flutter run: Exception: Timeout while attempting to retrieve Uri for Diagnostic server
package:flutter_tools/src/base/common.dart 30 throwToolExit
package:flutter_tools/src/protocol_discovery.dart 55 ProtocolDiscovery.nextUri.<async>.<fn>
===== asynchronous gap ===========================
dart:async _Future.timeout
package:flutter_tools/src/protocol_discovery.dart 53 ProtocolDiscovery.nextUri.<async>
===== asynchronous gap ===========================
dart:async Future.Future.microtask
package:flutter_tools/src/protocol_discovery.dart ProtocolDiscovery.nextUri
package:flutter_tools/src/ios/devices.dart 274 IOSDevice.startApp.<async>
dart:async _SyncCompleter.complete
package:flutter_tools/src/ios/mac.dart 180 buildXcodeProject.<async>
dart:async _SyncCompleter.complete
package:flutter_tools/src/base/process.dart 145 runAsync.<async>
===== asynchronous gap ===========================
dart:async _asyncThenWrapperHelper
package:flutter_tools/src/ios/devices.dart IOSDevice.startApp
package:flutter_tools/src/run_hot.dart 161 HotRunner._run.<async>
dart:async _SyncCompleter.complete
package:flutter_tools/src/resident_runner.dart 156 ResidentRunner.startEchoingDeviceLog.<async>
===== asynchronous gap ===========================
dart:async _asyncThenWrapperHelper
package:flutter_tools/src/run_hot.dart HotRunner._run
package:flutter_tools/src/run_hot.dart 78 HotRunner.run.<fn>
package:stack_trace Chain.capture
package:flutter_tools/src/run_hot.dart 77 HotRunner.run
package:flutter_tools/src/commands/run.dart 278 RunCommand.runCommand.<async>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment