-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
No more colors #2547
Comments
This is from #2173. I may be wrong, but I believe this is because the logs are changing to Sockets.IO, and you should be getting them in the web ui from now on. That being said, I'm still not getting any logs in the web ui :/ Only reason I mention that is because I don't think color is necessary in the logs if they're actually being displayed in the web interface like they should be. |
I don't use webUI logs because they don't work |
w/e, it looks like shit now. |
#2540 It looks like there are some problems with the bots anyway, so it may be that the webUI logs work, but the bot's just not doing anything. idk about anyone else, but for me it's just walking around, but none of the distance actually gets recorded (e.g. 10min running, close it out and it says 0.0km walked). |
@Lunik Yea, I couldn't figure out the server either, but unsure if it's due to the API being borked or not. |
Same here on macOS 10.11.6 running commit b2983f7. There's more information about how to setup the new bot config and websocket in #2173, but I can't figure it out at the moment. This seems like an unnecessary complication; I didn't even know we had a Web UI until a few days ago, and I loved the console log. Why forcibly merge the two? Anyone interested in the old setup should run the following code to revert back to the commit right before this one. I intend on using this until things sort themselves out:
Though it seems like we've got much bigger problems affecting why the logs aren't populating: #2540 |
With the server config, I'm using nginx: config.json...
"websocket": {
"start_embedded_server": true,
"server_url": "localhost:8080",
"remote_control": true
},
... /etc/nginx/sites-available/default
I can confirm that the webUI successfully connects to sockets.io, but again, the bot isn't doing anything that would generate a log, so I can't confirm that the logs are being passed correctly. The reason I'm excited for this to work is that it brings with it the ability to control the bot from the web. Transfer/evolve pokemon, set a destination, etc... So it may not be the best right now, but don't completely give up on it either. There's a lot of potential. |
@Vvkmnn I agree with you, this Web UI should be optional. I really like the simplicity of just running the bot from a command line specifying a config file. The Web UI will bring more complexity over here / issues to reboot the bot etc... |
I'm hoping they are bringing the colorized logging back :) |
Was this ever really flushed out or is it half baked still? I can't quite get everything to line up as it should. |
@Kujawadl I borrowed your config, but I'm still getting a 404 at that address. Am I missing a parameter? |
@Vvkmnn Can you send me what commit you're on (both the bot and the web project), your |
Use my cell workers if you want the colors back |
How do we use this cell works file? Are there plans of returning the output back the way it was? I liked to just look at the return from the bot and see what it was doing etc.. Its way to hard to read now.. |
Expected Behavior
Logs should be in color
Actual Behavior
Only white logs
Steps to Reproduce
Commit: b2983f7
Other Information
OS: Ubuntu
Git Commit: b2983f7
Python Version: Python 2.7.9
The text was updated successfully, but these errors were encountered: