mclogalyzer icon indicating copy to clipboard operation
mclogalyzer copied to clipboard

Minecraft Server Log Analyzer

Results 11 mclogalyzer issues
Sort by recently updated
recently updated
newest added

``` python3 setup.py install running install running build running build_py running build_scripts running install_lib creating /usr/local/lib/python3.8/dist-packages/mclogalyzer copying build/lib/mclogalyzer/template.html -> /usr/local/lib/python3.8/dist-packages/mclogalyzer copying build/lib/mclogalyzer/__init__.py -> /usr/local/lib/python3.8/dist-packages/mclogalyzer copying build/lib/mclogalyzer/mclogalyzer.py -> /usr/local/lib/python3.8/dist-packages/mclogalyzer byte-compiling /usr/local/lib/python3.8/dist-packages/mclogalyzer/__init__.py...

I found a site that will create images from user's skins. I added the images to the Player's pages.

Added some code to extract the UUID of the users and use it to query an avatar service.

Images are supposed to be resoved by calling `http://avatars.mapcrafter.org/head/` but the host returns `502 Bad Gateway`

This fixes a crash if the line is unreadable, forcing to UTF8 means parsing of the log continues.

Traceback (most recent call last): File "/usr/local/bin/mclogalyzer", line 7, in mclogalyzer.main() File "/usr/local/lib/python2.7/dist-packages/mclogalyzer/mclogalyzer.py", line 565, in main last_update=time.strftime("%Y-%m-%d %H:%M:%S"))) File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 989, in render return self.environment.handle_exception(exc_info, True) File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py",...

I hosted a server on the Relams for quite some time before hosting it myself. I do not have access to those logs. Things like achievements and the amount of...

Looks like most of the Commits in the repository are relatively old. was wondering if there was still support for this project? Also how hard would it be to implement...

Creates a series of figures displaying the following use statistic: - Weekday playtime distribution (per user) - Weekday playtime distribution (serverwide) - Clock hour playtime distribution (per user) - Clock...

Hi I try this program but i must do something wrong... I have this message: Traceback (most recent call last): File "/usr/local/bin/mclogalyzer", line 7, in mclogalyzer.main() File "/usr/local/lib/python2.7/dist-packages/mclogalyzer/mclogalyzer.py", line 497,...