-
Notifications
You must be signed in to change notification settings - Fork 481
"Unexpected crash"-message points towards outdated and non-working version_checker link #3656
Copy link
Copy link
Closed
Labels
Description
Expected behaviour:
Actual behaviour:
- I made a mistake in my config
- Flexget crashed and said: "Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker"
- I initially visited that link because I didn't notice I made an error in my config
- The message seems to come from:
Line 1074 in 178d6d2
logger.critical( - Link should likely be: https://flexget.com/Plugins/version_checker
Steps to reproduce:
- Step 1: Make flexget crash
- Step 2: Try going to the link in the error message, meaning: http://flexget.com/wiki/Plugins/version_checker
- Step 3: Notice it's a 404
- Step 4: File a bugreport about it
Config:
not neededLog:
(click to expand)
IndexError: pop from empty list
2023-01-12 23:09:56 CRITICAL manager rarbg_series An unexpected crash has occurred. Writing crash report to XXX/.config/flexget/crash_report.2023.01.12.2309XXXX.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.5.17
Additional information:
- FlexGet version: 3.5.7
- Python version: 3.10.9
- Installation method: pip3
- Using daemon (yes/no): no?
- OS and version: Mageia Cauldron
- Link to crash log: I pasted the small bit that's needed
Reactions are currently unavailable