kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

Meteor 1.3 Android Emulator #577

Closed flean closed 8 years ago

flean commented 8 years ago

Running the android emulator I get this error. I see flow-router issuing an error. How do I fix this? Thanks

=> Started app on Android Emulator. I20160329-21:01:41.645(-7)? 03-29 18:09:45.557 4560 4560 I chromium: [INFO:library_loader_hooks.cc(120)] Chromium logging enabled: level = 0, default verbosity = 0 I20160329-21:01:41.938(-7)? 03-29 18:09:45.579 4560 4560 W chromium: [WARNING:resource_bundle.cc(285)] locale_file_path.empty() I20160329-21:01:41.938(-7)? 03-29 18:09:45.803 4560 4584 W chromium: [WARNING:data_reduction_proxy_config.cc(423)] SPDY proxy OFF at startup I20160329-21:01:41.939(-7)? 03-29 18:09:45.994 4560 4560 I MeteorWebApp: Serving asset bundle with version: 37e2ad894f47fc0047c93e0187c33476fe1c1d07 I20160329-21:01:47.071(-7)? 03-29 18:09:51.579 4560 4560 I chromium: [INFO:CONSOLE(1185)] "deviceready has not fired after 5 seconds.", source: http://localhost:12088/cordova.js (1185) I20160329-21:01:47.072(-7)? 03-29 18:09:51.581 4560 4560 I chromium: [INFO:CONSOLE(1178)] "Channel not fired: onDOMContentLoaded", source: http://localhost:12088/cordova.js (1178) I20160329-21:02:00.994(-7)? 03-29 18:10:06.026 4560 4602 W MeteorWebApp: App startup timed out, reverting to last known good version I20160329-21:03:01.550(-7)? 03-29 18:11:06.585 4560 4560 I chromium: [INFO:CONSOLE(509)] "There is no route for the path:", source: http://localhost:12088/packages/kadira_flow-router.js?hash=513a41824fc68b9fc2a72f714f2de5765bce9eda (509)

flean commented 8 years ago

Not a flow router issue

mwarren2 commented 8 years ago

@flean What was the issue then? I have this same message, and would be very interested to know what you discovered, as I am stuck. Yours is the only case I have found of this message which is like mine, without a path /. And I am clutching at straws.

flean commented 8 years ago

It was loading issue try this

App.setPreference("LoadUrlTimeoutValue", 90000); App.setPreference("WebAppStartupTimeout", 90000);

mwarren2 commented 8 years ago

@flean Thanks so much for taking the time to answer. I managed to solve my problem late last night, which was another message further up - my settings file wasn't being found, leaving me with the loading screen of death. Unrelated to flow-router.