<<< All we need is that explanation of initialize account under the documentation under settings,configuration >>>
Yes, and I hope someone will submit a pull request for this.
Followed the blog http://blog.valbonne-consulting.com/2016/06/09/streembit-hello-world-1st-ever-video-call-over-a-decentralised-p2p-network/
to install streambit and have a first glimpse. I have a linux-64 bit running debian. I installed npm, nwjs-sdk-v0.15.2-linux-x64 , streambit etc.
When i start the nw using this on terminal. I am in the streembitui directory and type $ <path to nwjs-sdk-v0.15.2-linux-x64>/nw.
I get a UI which shows NWJS, but it does not show a chromium GUI as mentioned in the blog. I get these kind of errors in the command line
[2862:2881:1103/093401:ERROR:logging.h(810)] Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
[2862:2881:1103/093401:ERROR:native_backend_kwallet_x.cc(396)] Error contacting kwalletd (isEnabled)
[2862:2881:1103/093401:ERROR:logging.h(810)] Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
[2862:2881:1103/093401:ERROR:native_backend_kwallet_x.cc(396)] Error contacting kwalletd (isEnabled).
Google search did not much help.
I tried uninstalling chromium and re-installing again, but no improvements. Is there any way to solve this and get the streambit UI ?
Regards
Yogesh
Additional info: To start nw app i go into nwjs-sdk directory and start nw from the terminal as
yk14@ubuntu:~/nwjs-sdk-v0.15.2-linux-x64$nw
I get a UI as attached in the above picture. both directories nwjs-sdksdk-v0.15.2-linux-x64 and streambitui were added to $PATH.
Ah, OK, so maybe that is the issue from where you execute the program? You should start the whole thing from the Streembit directory and then from the terminal:
$ nwjs-sdksdk-v0.15.2-linux-x64 .
Like this explains and Joachim the author of the blog says:
"Start Streembit with node-webkit while still in the streembitui/ directory"
Please try this and let me know what is happening.
Hi T Z Pardi,
Thanks for pointing the "." This was the mistake that i was doing and did not pay attention to the exact command mentioned in the blog.
With the "." added after /nw , I am able to get a proper UI. I will now register and test it further to understand how it works.
Many thanks again.
Hi all, building NW.js, following instructions here:
http://docs.nwjs.io/en/latest/For%20Developers/Building%20NW.js/#get-the-code
I get:
/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'src/content/nw/tools/patcher.py': [Errno 2] No such file or directory
The src.content.nw directory does not exist. I've asked about this in the nwjs/nw.js room but have not received a reply. Do I have to check out a rep into this dir? Thanks in advance