-
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
Log in Color #2675
Comments
The colors have been stripped. There is no easy toggle at the moment. |
Why was the color removed in the first place? |
It's somewhere in https://github.com/keyphact/pgoapi right? |
No. It isn't in the pgoapi, and there is no easy way to turn it in. |
They stripped the color before the change if I recall then the API changed. It's sort of a mess right now compared to before. I don't know if they plan to move this info to the map or not. The old map you could just drop clones of folders with different configs for different bots and open each index to see where they were at. They changed that as well so I haven't bothered to look again. I do miss that color coding as I run multiple monitors so if I'm walking by or happen to be at the desk I know exactly what's going and if things are running correctly. I'll have to look and see if the map is any good like before. |
It is such a mess right now without colors... Please somebody bring them back |
+1 I favor the colors as well! Much easier to read back |
Quick and dirty fix:
(from https://stackoverflow.com/questions/241325/color-regex-matches-without-dropping-misses) Then run something like this: |
If you're using Mac you may need to install gnu-sed using brew. |
anyone know how to do this in windows? |
That script works only on *nix systems. You might want to have a look at Cygwin, which gives you a unix style terminal under Windows. |
@nikmess works perfectly with Git for Windows! I was previously attempting to run the line from Windows command line. Thank you for your help! |
@nikmess Using your script I donc have any stats when session end :/ |
It seems the problem is not (only?) my script, but rather the mingw shell. Killing "python pokecli.py" with ^c gives no stats either in mingw. |
Or you can just use my cell workers. |
@serberus7 not working for Windows 10 unfortunately. |
@serberus7 Must be something wrong with my configuration then. |
For anyone on OSX, go to the directory, and type
then inside vim copy paste this version of @nikmess 's script
type then type After that you can use @nikmess 's script again |
@serberus7 Works great. Thank you. Win7x64. |
@serberus7 @Baconnaise Where are you putting that zip file? I made a directory called |
It's just his cell_workers folder. On Sun, Aug 7, 2016 at 3:36 PM, Vivek Menon [email protected]
|
Ah. I thought we could just leave plugins in the directory now, as per #2766. I'll just extract into |
@Vvkmnn That would actually be great if we had various color and formatting plugins. |
For the people too dumb to comprehend what it is Serberus has done, he's modified the generic py files that output using formatted print (aka the text you see) to include colours, he's uploaded the Files so it's easier for people to just drag and drop... That being said ive Updated the version of @serberus7 colours as of the live change 30+ Mins ago (which changes some of the files) |
This is not a bug, it's an intended behaviour. Colourful log might come back in future updates. |
How to activate the log in color as it was before the api update?
The text was updated successfully, but these errors were encountered: