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.

yarn start gives error

See original GitHub issue

Operation System: Arch Linux Beaker Version: master of safe_browser

Following the exact steps in the README leads to yarn start giving the following output:

Error: Dynamic Symbol Retrieval Error: /home/benno/safe_browser/app/node_modules/safe-app/src/native/libsafe_app.so: undefined symbol: test_create_app
    at DynamicLibrary.get (/home/benno/safe_browser/app/node_modules/ffi/lib/dynamic_library.js:112:11)
    at /home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:27:42
    at Array.forEach (native)
    at Object.<anonymous> (/home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:23:5)
    at Object.<anonymous> (/home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:51:3)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Dynamic Symbol Retrieval Error: /home/benno/safe_browser/app/node_modules/safe-app/src/native/libsafe_app.so: undefined symbol: test_create_app
    at DynamicLibrary.get (/home/benno/safe_browser/app/node_modules/ffi/lib/dynamic_library.js:112:11)
    at /home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:27:42
    at Array.forEach (native)
    at Object.<anonymous> (/home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:23:5)
    at Object.<anonymous> (/home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:51:3)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)

This also happens with yarn run watch.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bochacocommented, Sep 4, 2017

The issue with building the browser were all solved. @b-zee , if you still facing some other issues please raise them in separate tickets, thanks a lot for your help!!

0reactions
b-zeecommented, Aug 22, 2017

I did not have the lock option locked, on opening the browser window it will ask me to authorise, no matter whether it’s locked or not. My test application does not seem to get a response from window.safeApp.authorise. The application will not lead to an authorisation window pop-up.

I can not view the authorisation page of the SAFE browser app (which shows which permissions are given per container to the app).

Thanks for the effort!

I did not have these issues the past week with commit 7dbcf8658670301d99bff4e9e3b67fc7a7266503.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: yarn start - error Command "start" not found
this error happens when you're running yarn start in a wrong directory instead of the root directory where package.json is. if they didn't...
Read more >
`yarn start` fails with error message · Issue #1155 - GitHub
The underlying issue was that the yarn path was set incorrectly. If you have this error then you will see a yarn-error.log file...
Read more >
Yarn Start not working : r/react - Reddit
First, it sounds like you have not defined a start script in your package.json. You should add the "start" script in the "scripts"...
Read more >
Old React App Not Starting | Solution | Yarn Start Error
I created this app one and half year ago. I used create-reat-app to start this react project. Node JS has been upgraded, react...
Read more >
Error Codes | Yarn - Package Manager
This error is usually caused by a Yarn plugin being missing. YN0011 - FETCHER_NOT_FOUND. A fetcher cannot be found for the given package....
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