haxzie / instagram-live-streamer

[Unofficial] Broadcast to Instagram Live from your Windows/Mac/Linux

Home Page:https://getstreamon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Blank application on Linux Mint 19.3 Xfce

elmunats opened this issue · comments

Hey @elmunats Thanks for opening the issue. I need a bit more info about the commands you have ran to run the application.

Same here on Ubuntu 18.04 using latest git code.

external "events":1 Uncaught ReferenceError: require is not defined
    at Object.events (external "events":1)
    at __webpack_require__ (bootstrap:785)
    at fn (bootstrap:150)
    at Object../node_modules/webpack/hot/emitter.js (emitter.js:1)
    at __webpack_require__ (bootstrap:785)
    at fn (bootstrap:150)
    at Object../node_modules/webpack/hot/dev-server.js (dev-server.js:50)
    at __webpack_require__ (bootstrap:785)
    at fn (bootstrap:150)
    at Object.1 (global.scss?6d54:45)

Hey @knro can you post the commands you used to run the application?

The exact ones listed on the Github page. I first went via that route and install the Debian package on 18.04 and when I started it I got blank. Then I just went ahead to the instagram-live-streamer directory and type npm start and got this:

Compiled with warnings.

./src/Pages/Home/index.jsx
  Line 122:9:  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images  jsx-a11y/alt-text

./src/components/Toggle/index.jsx
  Line 2:8:  'styles' is defined but never used  no-unused-vars

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

It opened a tab in Chrome and when I checked the console logs, I found the issue I reported above. I tried to see if it is some electron issue but it appears that npmIntegration is already set to true in electron.js

@knro instead of npm start try npm run electron-dev

That works! and I can login as well. I haven't yet tested the live stream, but it's looking good!

The live stream worked, though the comments were disabled and I had to toggle a few times on/off to get it work. There is no way to watch the comments from the app?

There is a known bug with the comments switch. Viewing comments are not supported as of now. Hopefully in future releases we you will be able to view and add comments 👍

Hey @elmunats Thanks for opening the issue. I need a bit more info about the commands you have ran to run the application.

thank you very much, it has been working well on linux mint.