ryuko-ng/robocop_ng/cogs
Mark Araujo 8e05468cb7 Log reading capabilities to Ryuko bot (#3)
* Add log reading capabilities
- User hardware specs
- Game info
- Controller configuration
- Last error snippet in log
- Warnings when using macOS or Intel iGPU
- Warning of logs not turned on

* Allowed log reading channels moved to config
This is easier for contributors to change their config file for testing

* Fixes large files not showing error snippet
- Large files are partially downloaded and show header information which
messes with log analysis, this gets stripped.
- Finding error messages function improved

* Default logs enabled shows a green checkmark

* Better feedback with log parsing message
- Bot prints `Log parsing...` and update message once log analysis done
- Added better error logging to console

* Better handling of invalid files warning
- Also fixed typo with bot message edit function

* Refactored embed generation to make more sense
- Embed is now based off a generic json assuming Unknown values at first
- Embed fields moved closer together
- Fields with newlines joined instead of manually separated
- Intel iGPU message changed to show preference for discrete GPU's

* Refactor to be simpler and easier to read.
- Hardware, ryujinx and log analysis split into separate functions
- Regex explicitly defined for each property instead of confusing map
- Added user settings reported, shows PPTC enabled or disabled

* Game notes sorted by order of severity
Notes will appear with most severe warnings first as follows:  ⚠️

* Analyses toggleable settings that appear in log
Currently these are: PPTC, audio backed, docked/handheld and vsync.
- Formatting change so these settings are more visible in bot embed

* Refactored user_settings, rewording of bot embed
- User settings reading handles missing log info for older versions
- `Switch Mode` (docked/handheld info) changed to `Console Mode`
- Missing firmware warning if firmware not installed

* Warning when shader cache collision detected

* Notes time elapsed in log file
- Error handling for no notes to log

* Show values for some user settings: audio, docked, missing services, resolution, shader cache and vsync

* Analyse user changeable settings
- Restructed embed to allow easier settings handling
- Changed embed formatting to deal with inline colums more cleanly

* Log file is now default function parameter

* Better sorting of analysis messages
- Now sorted alphabetically and by severity for consistency
- Show available RAM in low RAM warning
- Fix variable name misspelling

* Logging level changed to info

* Warn if bad dump in error message

* Add warning for no custom build support

* Warn user to post log in correct channel
- Warn about not supporting custom builds
- Warn to post in pr build if detected
- Warn about channels to post logs if detected in #general
2021-07-31 23:34:37 +02:00
..
admin.py poetryify robocop 2021-08-01 00:28:20 +03:00
basic.py poetryify robocop 2021-08-01 00:28:20 +03:00
basic_reswitched.py poetryify robocop 2021-08-01 00:28:20 +03:00
common.py poetryify robocop 2021-08-01 00:28:20 +03:00
err.py poetryify robocop 2021-08-01 00:28:20 +03:00
imagemanip.py poetryify robocop 2021-08-01 00:28:20 +03:00
invites.py poetryify robocop 2021-08-01 00:28:20 +03:00
legacy.py poetryify robocop 2021-08-01 00:28:20 +03:00
links.py poetryify robocop 2021-08-01 00:28:20 +03:00
lists.py poetryify robocop 2021-08-01 00:28:20 +03:00
lockdown.py poetryify robocop 2021-08-01 00:28:20 +03:00
logfilereader.py Log reading capabilities to Ryuko bot (#3) 2021-07-31 23:34:37 +02:00
logs.py poetryify robocop 2021-08-01 00:28:20 +03:00
meme.py poetryify robocop 2021-08-01 00:28:20 +03:00
mod.py Rewrite the verification code to the one required by Ryujinx Guild 2021-07-31 23:34:21 +02:00
mod_note.py poetryify robocop 2021-08-01 00:28:20 +03:00
mod_reacts.py poetryify robocop 2021-08-01 00:28:20 +03:00
mod_reswitched.py poetryify robocop 2021-08-01 00:28:20 +03:00
mod_timed.py poetryify robocop 2021-08-01 00:28:20 +03:00
mod_userlog.py poetryify robocop 2021-08-01 00:28:20 +03:00
mod_watch.py poetryify robocop 2021-08-01 00:28:20 +03:00
pin.py poetryify robocop 2021-08-01 00:28:20 +03:00
remind.py poetryify robocop 2021-08-01 00:28:20 +03:00
robocronp.py poetryify robocop 2021-08-01 00:28:20 +03:00
ryujinx_verification.py Rewrite the verification code to the one required by Ryujinx Guild 2021-07-31 23:34:21 +02:00
sar.py poetryify robocop 2021-08-01 00:28:20 +03:00
verification.py poetryify robocop 2021-08-01 00:28:20 +03:00
yubicootp.py poetryify robocop 2021-08-01 00:28:20 +03:00