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.

Error when building for fastboot

See original GitHub issue

I created a demo app for migrating to engines in a talk and I found an incompatibility running fastboot on the enginified version (it works without engines).

The error:

⠇ BuildingThe Broccoli Plugin: [AssetManifestGenerator: Asset Manifest Generator] failed with:
Error: Attempting to add bundle "parents-engine" to manifest but a bundle with that name already exists.
    at /Users/miguelcamba/code/engines-demos/smhw-blog/node_modules/ember-asset-loader/lib/asset-manifest-generator.js:83:15
    at Array.reduce (native)
    at AssetManifestGenerator.build (/Users/miguelcamba/code/engines-demos/smhw-blog/node_modules/ember-asset-loader/lib/asset-manifest-generator.js:72:34)
    at /Users/miguelcamba/code/engines-demos/smhw-blog/node_modules/broccoli-caching-writer/index.js:149:21
    at tryCatch (/Users/miguelcamba/code/engines-demos/smhw-blog/node_modules/rsvp/dist/rsvp.js:538:12)

Versions:

  • Node 6
  • “ember”: “~2.10.0-beta.3”,
  • “ember-engines”: “0.4.0-beta.3”
  • lazyLoading: Tried with both, same error.

Reproduction:

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

7reactions
josemarluedkecommented, May 5, 2017

Has anyone successfully used FastBoot and lazy engines?

1reaction
rwwagner90commented, Sep 10, 2017

My engine is not lazy, but still blows up with fastboot. Anyone have a fix?

Read more comments on GitHub >

github_iconTop Results From Across the Web

fastboot errors :( | XDA Forums
I noticed that I can repeatedly do "fastboot devices" or "fastboot getvar <a_variable>" repeatedly with no issues. It seems likely that the ...
Read more >
Fix Waiting for Device Error in ADB or Fastboot Commands
In this guide, we will show you the steps to fix the waiting for device error while entering ADB or Fastboot Commands.
Read more >
Error when booting device into fastboot mode. "error
Enabled Developer options · Verified that USB debugging and OEM unlocking are on · Ran the command: sudo apt-get install android-tools-adbsudo apt-get install ......
Read more >
[android-building] nexus7 grouper fastboot flashall protocol error
Yes, and fastboot displays a different vendor and product ID than when booted into the android OS. Recovery also has a different ID....
Read more >
Flashing devices | Android Open Source Project
Flashing devices · Building fastboot and adb · Booting into fastboot mode · Using flash lock states · Selecting a device build ·...
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