-
Notifications
You must be signed in to change notification settings - Fork 2k
zenbot trade web page url not working #1176
Comments
|
It says: So I guess I need to configure something for pushstream.tradingview.com to work? |
200 is good |
Good point! I tried it with out adblocker: Still blank screen. Console output: Also tried with Chrome and the screen's blank as well. Console output: |
Your app.bundle is missing... Run |
Hmm I read README and followed the steps. When I do it again: added 158 packages, removed 12 packages and updated 15 packages in 75.873s Googled a bit then retried with:
removing node_modules/forex.analytics/.git added 105 packages in 14.671s added 115 packages and updated 1 package in 167.076s And now it's working!! Any comments on the --unsafe-perm? Better solution? |
That leaves the /stats url: Then it works. Is there a way to get from the main page to the stats or trades page? |
You are either running npm as root or, as somebody else reported, enforcing selinux. |
Dear issue reporter, We have slightly changed our github issue policy and would now kindly request folks that have questions that they ask them in our zenbot subreddit. You can find it here: https://reddit.com/r/zenbot This issue will be closed, but if you disagree with your ticket being marked as a question feel free to leave a comment defending your case. Thanks for contributing time and effort! Greetings, |
System information
No
Odroid C2, DietPi
4.1.0
8.4.0
2.7.9
**I use binance API
Run zenbot trade of trade --paper
Start browser with displayed url. (has random port)
Problem 1:
http://192.168.178.28:20099/
Shows a blank screen without error. What is supposed to be shown?
http://192.168.178.28:20099/trades
Seems to work.
Problem 2:
http://192.168.178.28:20099/stats
Error: ENOENT: no such file or directory, stat '/root/zenbot/extensions/output../stats/index.html'
This can easily be fixed by adapting the path in de source code (Saw this similar issue before)**
Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug in Zenbot or a feature request.
The default url should show something. Other url shows error.
Source code / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.
Don't know where to find.
The text was updated successfully, but these errors were encountered: