haxzie / instagram-live-streamer

[Unofficial] Broadcast to Instagram Live from your Windows/Mac/Linux
https://getstreamon.com
MIT License
469 stars 79 forks source link

I am not able to use the npm run dist: win accompanies this error #1

Closed MoreiraTv closed 4 years ago

MoreiraTv commented 4 years ago

image

gvasilakiss commented 4 years ago

I have the same issue too.

MoreiraTv commented 4 years ago

I went to package.json and in scripts I changed what was at start to "start": "react-scripts start", and so at least npm start is back up and running

gvasilakiss commented 4 years ago

image

Like this?

Because I'm still getting the same error.

MoreiraTv commented 4 years ago

uses npm start

haxzie commented 4 years ago

Thanks for reporting @MatheusMoreira0101 @gvasilakiss, I have fixed the issue with npm run dist:win on windows machines in the latest update. Feel free to test it out and let me know if the issue still persists.

gvasilakiss commented 4 years ago

Hey there, now when I run the program I get this image

haxzie commented 4 years ago

Hey @gvasilakiss, I have tested this on a windows machine. Couldn't reproduce it. Can you let me know the commands you have used to start the application?

Ideally the following command should work on windows.

npm run electron-dev

If you get an error saying 'BROWSER' is not recognized as internal or external command, just remove BROWSER=none from the electron-dev run script in package.json

gvasilakiss commented 4 years ago

To start the application I do:

npm run dist:win

Is this the correct format?

image

haxzie commented 4 years ago

Yes, that's the correct format. I have pushed a hot-fix to change a few things in the run scripts. Please pull the changes and try again. If the problem persists, check the command line for any logs indicating any error.

haxzie commented 4 years ago

npm run dist:win is used to create production builds of the app. To run the app in development mode npm run electron-dev is used.

gvasilakiss commented 4 years ago

This is the message I get now: image

I tried the cross-env but I didn't work.

haxzie commented 4 years ago

cross-env is a development dependency, you might need to run npm install

gvasilakiss commented 4 years ago

Okay now its working form the electro-dev

gvasilakiss commented 4 years ago

When I'm trying to log in I get this now: :3000/#/:1 Form submission cancelled because the form is not connected

haxzie commented 4 years ago

Try, pulling the latest changes :smile: I have encountered this and sent a fix.

gvasilakiss commented 4 years ago

I pulled the latest one, but still the same issue

haxzie commented 4 years ago

Cross-platform development is a pain :face_with_head_bandage: . I'll take a close look into this one. Do check if the problem exists on production builds.:)

gvasilakiss commented 4 years ago

Okay, will wait for your reply.

MoreiraTv commented 4 years ago

When I login it returns to the terminal

(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check https://github.com/electron/electron/issues/18397

image

mukmin-rockman commented 4 years ago

alhamdulillah, but I can't save 24 hours 😄 , clear

haxzie commented 4 years ago

@mukmin-rockman Option will be available in the upcoming release 👍🏼

mukmin-rockman commented 4 years ago

Thank you very much (Jazakallahu khairan) Mr. @haxzie 👍

gvasilakiss commented 4 years ago

alhamdulillah, but I can't save 24 hours 😄 , clear

How you managed to get it working?

Can you send the steps you followed, I did what was said in the readme file, but no luck.

dhanushp commented 4 years ago

When I login it returns to the terminal

(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check electron/electron#18397

image

Even I had the same issue. The latest update has helped me fix it. Please do check it. kudos @haxzie

mukmin-rockman commented 4 years ago

WhatsApp Image 2020-05-04 at 16 51 05 the video was automatically saved, I'm waiting for the next update!! chat me via Whatapps +62 85701113692 or instagram : mukmin.rockman_

haxzie commented 4 years ago

@monillosagasta As of now, nope.