-
Notifications
You must be signed in to change notification settings - Fork 481
Flexget Status Causes Traceback on FreeBSD? #2022
Copy link
Copy link
Closed
Labels
Description
Expected behaviour:
When running flexget status I expect to receive a summary of the most recently run instance of each of my tasks. When running flexget status --task task-name I expect to see a detailed listing of a number of the most recent calls for that specific task.
Actual behaviour:
Instead of producing the expected tabulated summary I receive this traceback when running flexget status. Oddly, when running flexget status --task My-TV-Shows I get the expected detailed output.
Steps to reproduce:
Run flexget status from the cli.
Config:
My config.yml is available on Gitlab
Log:
No relevant log entries are produced even with debug level logging.
Additional information:
- FlexGet version: 2.11.2
- Python version: 2.7.14
- Installation method: pip
- Using daemon (yes/no): yes
- OS and version: FreeBSD 11.0-RELEASE-p10
- Link to crash log: none is created
Reactions are currently unavailable