-
Notifications
You must be signed in to change notification settings - Fork 44
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
Live Logs Doesn't Work #12
Comments
double check the location of the Logs, InstaPy recently changed it. |
I think it all good... the path is {instapy root folder}/logs/{myaccountname}/general.log ... If it's incorrect path, why the Statistics is working |
by instapy root folder I mean the root folder, I can see that you're pointing to a specific log file. In short, the dashboard will:
That's why it's important to point the root folder. |
Yes... I set root folder correctly. It pointing to my InstaPy folder sir p.s: I censored my DigitalOcean IP on the screenshot |
The setup is correct, I see that you're running InstaPy as root right? It's better to run it with a normal user. In short, if you run "npm start" using a normal user, and /root/InstaPy/logs/your_username/general.log has a root owner, instapy-dashboard will try to load the log file that requires root permission. |
Same issue here. How to config the .env file for that case? |
did the tests pass? |
Thank you for your fast reply. NPM Test
.env File
|
in your case, REACT_APP_API_ENTRY_POINT should be: |
Everything is good! except live logs. It's just appear endlessly loading on my server
Linux Ubuntu 18.04
The text was updated successfully, but these errors were encountered: