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.

v0.13 related (maybe) bug

See original GitHub issue

First, thank you for your newly released version. : ) I’ve waited dependency updated version.

BTW, I tried it very clean cloning and following steps as described in README

yarn
yarn dev

But unfortunatley, it is failed.

image

console log

yarn dev              1.8m  Fri May 25 10:35:45 2018
yarn dev v0.24.6
$ cross-env START_HOT=1 node -r babel-register ./internals/scripts/CheckPortInUse.js && cross-env START_HOT=1 npm run start-renderer-dev

> electron-react-boilerplate@0.13.3 start-renderer-dev /Users/doortts/repos/electron-react-boilerplate
> cross-env NODE_ENV=development node --trace-warnings -r babel-register ./node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.config.renderer.dev.js

Starting Main Process...

> electron-react-boilerplate@0.13.3 start-main-dev /Users/doortts/repos/electron-react-boilerplate
> cross-env HOT=1 NODE_ENV=development electron -r babel-register ./app/main.dev.js

[91249:0525/103605.437925:ERROR:CONSOLE(0)] "Failed to load https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/product_registry_impl/product_registry_impl_module.js: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'chrome-devtools://devtools' is therefore not allowed access. The response had HTTP status code 404.", source: chrome-devtools://devtools/bundled/inspector.html?remoteBase=https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/&can_dock=true&toolbarColor=rgba(223,223,223,1)&textColor=rgba(0,0,0,1)&experiments=true (0)
[91249:0525/103605.438022:ERROR:CONSOLE(22)] "Empty response arrived for script 'https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/product_registry_impl/product_registry_impl_module.js'", source: chrome-devtools://devtools/bundled/inspector.js (22)
[91249:0525/103605.438501:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[91249:0525/103605.438564:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[91249:0525/103605.438604:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[91249:0525/103605.438639:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
2018-05-25 10:36:11.351 Electron Helper[91254:3822492] Couldn't set selectedTextBackgroundColor from default ()

devtools log

VM114:2 Uncaught TypeError: Cannot read property 'state' of undefined
    at unliftState (<anonymous>:2:31678)
    at getState (<anonymous>:2:31745)
    at redux-logger.js:1
    at Object.eval [as dispatch] (index.js:14)
    at Object.dispatch (<anonymous>:2:1620)
    at ProxyComponent.ConnectedRouter._this.handleLocationChange (ConnectedRouter.js:33)
    at ProxyComponent.componentWillMount (ConnectedRouter.js:47)
    at callComponentWillMount (react-dom.development.js:11393)
    at mountClassInstance (react-dom.development.js:11476)
    at updateClassComponent (react-dom.development.js:13037)

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

18reactions
amilajackcommented, May 26, 2018

Ahh yes, the devtools need to be updated: See https://github.com/chentsulin/electron-react-boilerplate/wiki/DevTools#devtools-extension

$ UPGRADE_EXTENSIONS=1 npm run dev

# For Windows
$ set UPGRADE_EXTENSIONS=1 && npm run dev
11reactions
aguynamedbencommented, Jun 14, 2018

I was having the same problem on v0.13 and UPGRADE_EXTENSIONS=1 yarn dev fixed it 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

v0.13 related (maybe) bug · Issue #1570 · electron-react-boilerplate ...
This bug is related with redux devtools. ----> configureStore.dev.js - window.REDUX_DEVTOOLS_EXTENSION. When I change this dev store to production store, ...
Read more >
v0.13 Bug Reports | TaleWorlds Forums
Post every bug you find with v0.13 in this thread. Try to be as detailed as possible when posting descriptions of bugs.
Read more >
v0.13 :: Dig or Die 総合掲示板 - Steam Community
Modify texts (turrets & weapons tooltips & help, related to the cooldown). Dig or Die v0.13 (build 109). BUG FIX - BUG: replace...
Read more >
The New Features, Changes, Improvements, and Bugs in ...
The New Features, Changes, Improvements, and Bugs in macOS 13 Ventura for Blind and Low Vision Users. By Tyler, 24 October, 2022.
Read more >
[0.23.5] KerbCam v0.13 (camera pathing tool for videos) - Page 2 ...
Hello, I have a bug to report with version 0.9. It is causing "[Exception]: InvalidOperationException: Collection was modified; enumeration operation may ...
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