Giter Club home page Giter Club logo

Comments (37)

lightningfuzion2 avatar lightningfuzion2 commented on August 18, 2024

read this issue

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

And read here the issue and take a look i already SAID I INSTALLED NODE AND ELECTRON PER THIS ISSUE:
#18

So why you DONT read?

READ WHAT I SAY,PER #18 ITS STILL NOT WORKING TO ME

from pokemongo-bot-desktop.

JVenberg avatar JVenberg commented on August 18, 2024

@xydeown You need to calm down. We are just trying to help. It does appear that electron is not installed correctly.

Did you already run "npm install electron-prebuilt -g"? If you did, can you send its response?

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

https://s31.postimg.org/tqkxkww7v/29_07_16_15_53_37.png

i did this in pokemongo bot directory:
npm install electron-prebuilt -g

And got confirm
https://s31.postimg.org/n0wh53vnv/29_07_16_15_57_20.png

So how to fix electron? i using ubunutu 14.04 x64

from pokemongo-bot-desktop.

JVenberg avatar JVenberg commented on August 18, 2024

Can you install npm and node from here again?
https://nodejs.org/en/download/

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

Yes,i did already few times the same:
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -

then when finish:

sudo apt-get install -y nodejs

from this page:
https://nodejs.org/en/download/package-manager/

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

Now i have this error:
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/protobuf-to-dict
Storing debug log for failure in /root/.pip/pip.log

npm ERR! Linux 4.4.0-31-generic
npm ERR! argv "/root/.linuxbrew/Cellar/node/6.3.1/bin/node" "/root/.linuxbrew/bin/npm" "install"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] postinstall: cd ./gofbot/ && sudo pip install -r requirements.txt
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'cd ./gofbot/ && sudo pip install -r requirements.txt'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the PokemonGoBot package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cd ./gofbot/ && sudo pip install -r requirements.txt
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs PokemonGoBot
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls PokemonGoBot
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /var/www/html/PokemonGo-Bot-Desktop/npm-debug.log

from pokemongo-bot-desktop.

JVenberg avatar JVenberg commented on August 18, 2024

Are you running npm install or npm start?

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

npm install

from pokemongo-bot-desktop.

JVenberg avatar JVenberg commented on August 18, 2024

What happens when you run npm start?

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

I get this:

[email protected] start /var/www/html/PokemonGo-Bot-Desktop
electron main.js

npm ERR! Linux 4.4.0-31-generic
npm ERR! argv "/root/.linuxbrew/Cellar/node/6.3.1/bin/node" "/root/.linuxbrew/bin/npm" "start"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: electron main.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'electron main.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the PokemonGoBot package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! electron main.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs PokemonGoBot
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls PokemonGoBot
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /var/www/html/PokemonGo-Bot-Desktop/npm-debug.log

Maybe i should change server? i use ubuntu 14.04 x64

from pokemongo-bot-desktop.

JVenberg avatar JVenberg commented on August 18, 2024

Can you run "npm install electron-prebuilt -save" in the PokemonGo-Bot-Desktop directory?

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

I tried before and now did again:
root@pokemongobot:/var/www/html/PokemonGo-Bot-Desktop# npm install electron-prebuilt -save

[email protected] postinstall /var/www/html/PokemonGo-Bot-Desktop/node_modules/electron-prebuilt
node install.js

[email protected] /var/www/html/PokemonGo-Bot-Desktop
└── [email protected]

from pokemongo-bot-desktop.

JVenberg avatar JVenberg commented on August 18, 2024

and npm start still fails?

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

Yes still same errors:
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/protobuf-to-dict
Storing debug log for failure in /root/.pip/pip.log

npm ERR! Linux 4.4.0-31-generic
npm ERR! argv "/root/.linuxbrew/Cellar/node/6.3.1/bin/node" "/root/.linuxbrew/bin/npm" "install"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] postinstall: cd ./gofbot/ && sudo pip install -r requirements.txt
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'cd ./gofbot/ && sudo pip install -r requirements.txt'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the PokemonGoBot package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cd ./gofbot/ && sudo pip install -r requirements.txt
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs PokemonGoBot
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls PokemonGoBot
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /var/www/html/PokemonGo-Bot-Desktop/npm-debug.log
root@pokemongobot:/var/www/html/PokemonGo-Bot-Desktop#

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

I have no idea what is the reason,node pip phyton everyting installed

from pokemongo-bot-desktop.

JVenberg avatar JVenberg commented on August 18, 2024

You just showed me the error for npm install instead of npm start, right?

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

Yes

from pokemongo-bot-desktop.

JVenberg avatar JVenberg commented on August 18, 2024

Did you run npm start?

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

they give the same now i did npm start:

[email protected] start /var/www/html/PokemonGo-Bot-Desktop
electron main.js

npm ERR! Linux 4.4.0-31-generic
npm ERR! argv "/root/.linuxbrew/Cellar/node/6.3.1/bin/node" "/root/.linuxbrew/bin/npm" "start"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: electron main.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'electron main.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the PokemonGoBot package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! electron main.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs PokemonGoBot
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls PokemonGoBot
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /var/www/html/PokemonGo-Bot-Desktop/npm-debug.log

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

installing electeron not help to fix the errors

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

I can change server if better,what recommended server settings? i can use anything else like CentOS fedora etc execpt windows

from pokemongo-bot-desktop.

JVenberg avatar JVenberg commented on August 18, 2024

Can you install from https://nodejs.org/en/download/?
It might be because you have unsupported versions of npm and node

from pokemongo-bot-desktop.

JVenberg avatar JVenberg commented on August 18, 2024

Right now you have node v6.3.1 and npm v3.10.3, and you need node v4.4.7 and npm v2.15.8)

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

Ok one moment i will install older version

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

Hmm i install 4.4.7 and its always installing v6 i don't know how to force it to install v4

from pokemongo-bot-desktop.

JVenberg avatar JVenberg commented on August 18, 2024

Try

npm install -g n
n 4.4.7

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

still on v6..ok i got that is the issue for sure i will try setup all server from zero and will install thanks a lot for your help,i will put here message if didn't helped

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

JVenberg still not working,i setup server from zero ubunutu 14.04 64bit,i installed node 4.4.7 from the link and all other related,i installed electeron,and when press npm start:
root@PokemonGoBot:/var/www/html/PokemonGo-Bot-Desktop# npm start

[email protected] start /var/www/html/PokemonGo-Bot-Desktop
electron main.js

npm ERR! Linux 4.4.0-31-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! node v4.4.7
npm ERR! npm v2.15.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: electron main.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'electron main.js'.
npm ERR! This is most likely a problem with the PokemonGoBot package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! electron main.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs PokemonGoBot
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls PokemonGoBot
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /var/www/html/PokemonGo-Bot-Desktop/npm-debug.log
root@PokemonGoBot:/var/www/html/PokemonGo-Bot-Desktop#

What can i do now?

from pokemongo-bot-desktop.

vinc05 avatar vinc05 commented on August 18, 2024

i'have derbian 8 and have your problem ...

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

Nothing help i tried everyting.
I do which electeron i can see electron is installed.
i used node version 4.4.7 like he said still not work
i dont know how to fix it..

from pokemongo-bot-desktop.

lightningfuzion2 avatar lightningfuzion2 commented on August 18, 2024

May be just may be when Linux is running npm install all the node-modules are being installed globaly instead of the pokemongo-Bot-desktop where they should actually be for the bot to run in the package directory in node_modules ?

try
*Launch from inside /PokemonGo-Bot-Desktop directory:

npm install -link

I am just trying to help here :)

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

I am appreciate it,this didn't helped too.

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

What system you use?

from pokemongo-bot-desktop.

lightningfuzion2 avatar lightningfuzion2 commented on August 18, 2024

oddly i use windows but did some research to come up with that.
sorry it did't help though.

from pokemongo-bot-desktop.

xydeown avatar xydeown commented on August 18, 2024

Thanks for try,

from pokemongo-bot-desktop.

rednka avatar rednka commented on August 18, 2024

same error on windows xp sp3

from pokemongo-bot-desktop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.