Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statistics and Live Logs not showing anything #41

Open
ddyugaev opened this issue Sep 11, 2019 · 0 comments
Open

Statistics and Live Logs not showing anything #41

ddyugaev opened this issue Sep 11, 2019 · 0 comments

Comments

@ddyugaev
Copy link

Ubuntu 18.04.3 LTS
nodejs v11.15.0

.env

INSTAPY_FOLDER=/home/user/InstaPy
ALLOWED_HOSTS=http://localhost:3000 http://10.xxx.xxx.xxx:3000
REACT_APP_API_ENTRY_POINT=http://localhost:3001
# Node port
NODE_PORT=3001
# ReactJS Create APP port
PORT=3000

screen -R DASH

user@test5:~/instapy-dashboard$ npm start

> instapy-dashboard@0.3.0 start /home/user/instapy-dashboard
> concurrently --kill-others-on-fail "react-scripts start" "npm run server"

[1]
[1] > instapy-dashboard@0.3.0 server /home/user/instapy-dashboard
[1] > node ./src/services/server.js
[1]
[1] RESTful API running on port: 3001
[1] Executing (default): SELECT 1+1 AS result
[1] Connection has been established successfully.
[0] Starting the development server...
[0]
d[0] Compiled successfully!
[0]
[0] You can now view instapy-dashboard in the browser.
[0]
[0]   Local:            http://localhost:3000/
[0]   On Your Network:  http://10.xxx.xxx.xxx:3000/
[0]
[0] Note that the development build is not optimized.
[0] To create a production build, use npm run build.

dash

InstaPy instance running under a different screen

user@test5:~/instapy-my$ python3 quickstart.py --username XXXX --password XXX --headless-browser
InstaPy Version: 0.6.3
 ._.  ._.  ._.  ._.  ._.  ._.  ._.  ._.  ._.
Workspace in use: "/home/user/InstaPy"
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
INFO [2019-09-11 09:53:12] [XXXX]  Session started!
oooooooooooooooooooooooooooooooooooooooooooooooooooooo

Any idea what I did wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant