Skip to content
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

FlexGet: Update to v3.13.25 and Python 3.12 #6427

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mreid-tt
Copy link
Contributor

@mreid-tt mreid-tt commented Jan 26, 2025

Description

This PR includes the following:

  1. Update FlexGet to version 3.13.25
  2. Update to Python 3.12

Fixes #

Checklist

  • Build rule all-supported completed successfully
  • New installation of package completed successfully
  • Package upgrade completed successfully (Manually install the package again)
  • Package functionality was tested
  • Any needed documentation is updated/created

Type of change

  • Package update

@mreid-tt mreid-tt self-assigned this Jan 26, 2025
@mreid-tt
Copy link
Contributor Author

mreid-tt commented Jan 26, 2025

Install and update seem to be successful on DSM 6:

Install Log
2025/01/26 16:29:37	install flexget 3.13.25-15 Begin preinst
2025/01/26 16:29:37	Begin initialize_variables
2025/01/26 16:29:37	End initialize_variables
2025/01/26 16:29:37	===> Step preinst. STATUS=INSTALL USER=flexget GROUP= SHARE_PATH=
2025/01/26 16:29:37	install flexget 3.13.25-15 End preinst ret=[0]
2025/01/26 16:29:37	install flexget 3.13.25-15 Begin /bin/rm -rf /volume1/@appstore/flexget
2025/01/26 16:29:37	install flexget 3.13.25-15 End /bin/rm -rf /volume1/@appstore/flexget ret=[0]
2025/01/26 16:29:37	install flexget 3.13.25-15 Begin /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/flexget
2025/01/26 16:29:37	install flexget 3.13.25-15 End /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/flexget ret=[0]
2025/01/26 16:29:37	install flexget 3.13.25-15 Begin /bin/rm -rf /var/packages/flexget
2025/01/26 16:29:37	install flexget 3.13.25-15 End /bin/rm -rf /var/packages/flexget ret=[0]
2025/01/26 16:29:37	install flexget 3.13.25-15 Begin /bin/mkdir -p /var/packages/flexget
2025/01/26 16:29:37	install flexget 3.13.25-15 End /bin/mkdir -p /var/packages/flexget ret=[0]
2025/01/26 16:29:37	install flexget 3.13.25-15 Begin /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/flexget/INFO
2025/01/26 16:29:37	install flexget 3.13.25-15 End /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/flexget/INFO ret=[0]
2025/01/26 16:29:37	install flexget 3.13.25-15 Begin /bin/rm -rf /var/packages/flexget/scripts
2025/01/26 16:29:38	install flexget 3.13.25-15 End /bin/rm -rf /var/packages/flexget/scripts ret=[0]
2025/01/26 16:29:38	install flexget 3.13.25-15 Begin /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/flexget/scripts
2025/01/26 16:29:38	install flexget 3.13.25-15 End /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/flexget/scripts ret=[0]
2025/01/26 16:29:38	install flexget 3.13.25-15 Begin /bin/rm -rf /var/packages/flexget/WIZARD_UIFILES
2025/01/26 16:29:38	install flexget 3.13.25-15 End /bin/rm -rf /var/packages/flexget/WIZARD_UIFILES ret=[0]
2025/01/26 16:29:38	install flexget 3.13.25-15 Begin /bin/mv -f /volume1/@tmp/pkginstall/WIZARD_UIFILES /var/packages/flexget/WIZARD_UIFILES
2025/01/26 16:29:38	install flexget 3.13.25-15 End /bin/mv -f /volume1/@tmp/pkginstall/WIZARD_UIFILES /var/packages/flexget/WIZARD_UIFILES ret=[0]
2025/01/26 16:29:38	install flexget 3.13.25-15 Begin /bin/rm -rf /var/packages/flexget/conf
2025/01/26 16:29:38	install flexget 3.13.25-15 End /bin/rm -rf /var/packages/flexget/conf ret=[0]
2025/01/26 16:29:38	install flexget 3.13.25-15 Begin /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/flexget/conf
2025/01/26 16:29:38	install flexget 3.13.25-15 End /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/flexget/conf ret=[0]
2025/01/26 16:29:42	install flexget 3.13.25-15 Begin postinst
2025/01/26 16:29:42	Begin initialize_variables
2025/01/26 16:29:42	End initialize_variables
2025/01/26 16:29:42	===> Step postinst. STATUS=INSTALL USER=flexget GROUP= SHARE_PATH=
2025/01/26 16:29:42	Begin save_wizard_variables
2025/01/26 16:29:42	End save_wizard_variables
2025/01/26 16:29:42	Begin service_postinst
2025/01/26 16:29:42	Python 3.12.8
2025/01/26 16:29:43	Default pip version 24.3.1
2025/01/26 16:30:00	Granting 'sc-flexget' unix ownership on /volume1/@appstore/flexget/env
2025/01/26 16:30:00	Install packages from wheels
2025/01/26 16:30:00	Install packages from wheels [/volume1/@appstore/flexget/share/wheelhouse/requirements.txt]
2025/01/26 16:30:03	Looking in links: /volume1/@appstore/flexget/share/wheelhouse
2025/01/26 16:30:04	Collecting APScheduler==3.11.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 1))
2025/01/26 16:30:04	  Downloading APScheduler-3.11.0-py3-none-any.whl.metadata (6.4 kB)
2025/01/26 16:30:06	Collecting Brotli==1.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 2))
2025/01/26 16:30:06	  Downloading Brotli-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.5 kB)
2025/01/26 16:30:07	Collecting CherryPy==18.10.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 3))
2025/01/26 16:30:07	  Downloading CherryPy-18.10.0-py3-none-any.whl.metadata (8.7 kB)
2025/01/26 16:30:09	Collecting Flask-Compress==1.17 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 4))
2025/01/26 16:30:09	  Downloading Flask_Compress-1.17-py3-none-any.whl.metadata (8.8 kB)
2025/01/26 16:30:10	Collecting Flask-Cors==5.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 5))
2025/01/26 16:30:10	  Downloading Flask_Cors-5.0.0-py2.py3-none-any.whl.metadata (5.5 kB)
2025/01/26 16:30:11	Collecting Flask-Login==0.6.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 6))
2025/01/26 16:30:11	  Downloading Flask_Login-0.6.3-py3-none-any.whl.metadata (5.8 kB)
2025/01/26 16:30:12	Collecting Flask==3.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 7))
2025/01/26 16:30:12	  Downloading flask-3.1.0-py3-none-any.whl.metadata (2.7 kB)
2025/01/26 16:30:16	Collecting FlexGet==3.13.25 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 8))
2025/01/26 16:30:16	  Downloading flexget-3.13.25-py3-none-any.whl.metadata (14 kB)
2025/01/26 16:30:18	Collecting Jinja2==3.1.5 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 9))
2025/01/26 16:30:18	  Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB)
2025/01/26 16:30:19	Collecting MarkupSafe==3.0.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 10))
2025/01/26 16:30:20	  Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
2025/01/26 16:30:21	Collecting PyRSS2Gen==1.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 11))
2025/01/26 16:30:21	  Downloading PyRSS2Gen-1.1.tar.gz (6.9 kB)
2025/01/26 16:30:21	  Preparing metadata (setup.py): started
2025/01/26 16:30:22	  Preparing metadata (setup.py): finished with status 'done'
2025/01/26 16:30:23	Collecting PyYAML==6.0.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 12))
2025/01/26 16:30:23	  Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025/01/26 16:30:25	Collecting Pygments==2.19.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 13))
2025/01/26 16:30:25	  Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB)
2025/01/26 16:30:29	Collecting SQLAlchemy==2.0.37 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 14))
2025/01/26 16:30:29	  Downloading SQLAlchemy-2.0.37-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)
2025/01/26 16:30:31	Collecting Werkzeug==3.1.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 15))
2025/01/26 16:30:31	  Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB)
2025/01/26 16:30:32	Collecting aniso8601==10.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 16))
2025/01/26 16:30:32	  Downloading aniso8601-10.0.0-py2.py3-none-any.whl.metadata (23 kB)
2025/01/26 16:30:34	Collecting attrs==24.3.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 17))
2025/01/26 16:30:34	  Downloading attrs-24.3.0-py3-none-any.whl.metadata (11 kB)
2025/01/26 16:30:36	Collecting autocommand==2.2.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 18))
2025/01/26 16:30:36	  Downloading autocommand-2.2.2-py3-none-any.whl.metadata (15 kB)
2025/01/26 16:30:37	Collecting babelfish==0.6.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 19))
2025/01/26 16:30:37	  Downloading babelfish-0.6.1-py3-none-any.whl.metadata (3.1 kB)
2025/01/26 16:30:39	Collecting backports.tarfile==1.2.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 20))
2025/01/26 16:30:39	  Downloading backports.tarfile-1.2.0-py3-none-any.whl.metadata (2.0 kB)
2025/01/26 16:30:41	Collecting beautifulsoup4==4.12.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 21))
2025/01/26 16:30:41	  Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
2025/01/26 16:30:43	Collecting blinker==1.9.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 22))
2025/01/26 16:30:43	  Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB)
2025/01/26 16:30:45	Collecting charset-normalizer==3.4.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 23))
2025/01/26 16:30:45	  Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
2025/01/26 16:30:48	Collecting cheroot==10.0.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 24))
2025/01/26 16:30:48	  Downloading cheroot-10.0.1-py3-none-any.whl.metadata (7.1 kB)
2025/01/26 16:30:49	Collecting click==8.1.8 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 25))
2025/01/26 16:30:49	  Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
2025/01/26 16:30:52	Collecting colorama==0.4.6 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 26))
2025/01/26 16:30:52	  Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
2025/01/26 16:30:55	Collecting feedparser==6.0.11 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 27))
2025/01/26 16:30:55	  Downloading feedparser-6.0.11-py3-none-any.whl.metadata (2.4 kB)
2025/01/26 16:30:57	Collecting flask-restx==1.3.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 28))
2025/01/26 16:30:57	  Downloading flask_restx-1.3.0-py2.py3-none-any.whl.metadata (9.3 kB)
2025/01/26 16:31:00	Collecting greenlet==3.0.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 29))
2025/01/26 16:31:00	  Downloading greenlet-3.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB)
2025/01/26 16:31:03	Collecting guessit==3.8.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 30))
2025/01/26 16:31:03	  Downloading guessit-3.8.0-py3-none-any.whl.metadata (140 kB)
2025/01/26 16:31:05	Collecting html5lib==1.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 31))
2025/01/26 16:31:05	  Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB)
2025/01/26 16:31:08	Collecting idna==3.10 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 32))
2025/01/26 16:31:08	  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
2025/01/26 16:31:10	Collecting importlib_resources==6.5.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 33))
2025/01/26 16:31:10	  Downloading importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB)
2025/01/26 16:31:12	Collecting itsdangerous==2.2.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 34))
2025/01/26 16:31:12	  Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
2025/01/26 16:31:15	Collecting jaraco.collections==5.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 35))
2025/01/26 16:31:15	  Downloading jaraco.collections-5.1.0-py3-none-any.whl.metadata (3.9 kB)
2025/01/26 16:31:17	Collecting jaraco.context==6.0.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 36))
2025/01/26 16:31:17	  Downloading jaraco.context-6.0.1-py3-none-any.whl.metadata (4.1 kB)
2025/01/26 16:31:20	Collecting jaraco.functools==4.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 37))
2025/01/26 16:31:20	  Downloading jaraco.functools-4.1.0-py3-none-any.whl.metadata (2.9 kB)
2025/01/26 16:31:22	Collecting jaraco.text==4.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 38))
2025/01/26 16:31:22	  Downloading jaraco.text-4.0.0-py3-none-any.whl.metadata (3.7 kB)
2025/01/26 16:31:25	Collecting jsonschema-specifications==2024.10.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 39))
2025/01/26 16:31:25	  Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB)
2025/01/26 16:31:26	Collecting jsonschema==4.23.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 40))
2025/01/26 16:31:26	  Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB)
2025/01/26 16:31:27	Collecting loguru==0.7.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 41))
2025/01/26 16:31:27	  Downloading loguru-0.7.3-py3-none-any.whl.metadata (22 kB)
2025/01/26 16:31:28	Collecting markdown-it-py==3.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 42))
2025/01/26 16:31:29	  Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
2025/01/26 16:31:30	Collecting mdurl==0.1.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 43))
2025/01/26 16:31:30	  Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025/01/26 16:31:32	Collecting more-itertools==10.6.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 44))
2025/01/26 16:31:32	  Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB)
2025/01/26 16:31:33	Collecting packaging==24.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 45))
2025/01/26 16:31:33	  Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
2025/01/26 16:31:34	Collecting pendulum==3.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 46))
2025/01/26 16:31:34	  Downloading pendulum-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.9 kB)
2025/01/26 16:31:35	Collecting plumbum==1.9.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 47))
2025/01/26 16:31:35	  Downloading plumbum-1.9.0-py3-none-any.whl.metadata (10 kB)
2025/01/26 16:31:36	Collecting portend==3.2.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 48))
2025/01/26 16:31:36	  Downloading portend-3.2.0-py3-none-any.whl.metadata (3.6 kB)
2025/01/26 16:31:39	Collecting psutil==6.1.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 49))
2025/01/26 16:31:39	  Downloading psutil-6.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)
2025/01/26 16:31:40	Collecting pynzb==0.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 50))
2025/01/26 16:31:40	  Downloading pynzb-0.1.0.tar.gz (5.6 kB)
2025/01/26 16:31:40	  Preparing metadata (setup.py): started
2025/01/26 16:31:41	  Preparing metadata (setup.py): finished with status 'done'
2025/01/26 16:31:42	Collecting pyparsing==3.2.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 51))
2025/01/26 16:31:42	  Downloading pyparsing-3.2.1-py3-none-any.whl.metadata (5.0 kB)
2025/01/26 16:31:43	Collecting python-dateutil==2.9.0.post0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 52))
2025/01/26 16:31:43	  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
2025/01/26 16:31:45	Collecting pytz==2024.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 53))
2025/01/26 16:31:45	  Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
2025/01/26 16:31:46	Collecting rebulk==3.2.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 54))
2025/01/26 16:31:46	  Downloading rebulk-3.2.0-py3-none-any.whl.metadata (22 kB)
2025/01/26 16:31:47	Collecting referencing==0.36.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 55))
2025/01/26 16:31:47	  Downloading referencing-0.36.1-py3-none-any.whl.metadata (2.8 kB)
2025/01/26 16:31:48	Collecting requests==2.32.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 56))
2025/01/26 16:31:48	  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
2025/01/26 16:31:50	Collecting rich==13.9.4 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 57))
2025/01/26 16:31:50	  Downloading rich-13.9.4-py3-none-any.whl.metadata (18 kB)
2025/01/26 16:31:53	Collecting rpds-py==0.22.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 58))
2025/01/26 16:31:53	  Downloading rpds_py-0.22.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
2025/01/26 16:31:55	Collecting rpyc==6.0.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 59))
2025/01/26 16:31:55	  Downloading rpyc-6.0.1-py3-none-any.whl.metadata (3.5 kB)
2025/01/26 16:31:58	Collecting setuptools==75.7.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 60))
2025/01/26 16:31:58	  Downloading setuptools-75.7.0-py3-none-any.whl.metadata (6.7 kB)
2025/01/26 16:31:59	Collecting sgmllib3k==1.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 61))
2025/01/26 16:31:59	  Downloading sgmllib3k-1.0.0.tar.gz (5.8 kB)
2025/01/26 16:32:00	  Preparing metadata (setup.py): started
2025/01/26 16:32:01	  Preparing metadata (setup.py): finished with status 'done'
2025/01/26 16:32:02	Collecting soupsieve==2.6 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 62))
2025/01/26 16:32:02	  Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
2025/01/26 16:32:03	Collecting tempora==5.8.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 63))
2025/01/26 16:32:03	  Downloading tempora-5.8.0-py3-none-any.whl.metadata (3.3 kB)
2025/01/26 16:32:05	Collecting time-machine==2.16.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 64))
2025/01/26 16:32:05	  Downloading time_machine-2.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB)
2025/01/26 16:32:05	Collecting typing_extensions==4.12.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 65))
2025/01/26 16:32:06	  Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
2025/01/26 16:32:07	Collecting tzdata==2024.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 66))
2025/01/26 16:32:07	  Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
2025/01/26 16:32:08	Collecting tzlocal==5.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 67))
2025/01/26 16:32:08	  Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB)
2025/01/26 16:32:10	Collecting urllib3==1.26.20 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 68))
2025/01/26 16:32:10	  Downloading urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
2025/01/26 16:32:11	Collecting webencodings==0.5.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 69))
2025/01/26 16:32:11	  Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB)
2025/01/26 16:32:12	Collecting zc.lockfile==3.0.post1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 70))
2025/01/26 16:32:12	  Downloading zc.lockfile-3.0.post1-py3-none-any.whl.metadata (6.2 kB)
2025/01/26 16:32:14	Collecting zstandard==0.23.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 71))
2025/01/26 16:32:14	  Downloading zstandard-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
2025/01/26 16:32:15	Collecting zxcvbn==4.4.28 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 72))
2025/01/26 16:32:15	  Downloading zxcvbn-4.4.28.tar.gz (407 kB)
2025/01/26 16:32:15	  Preparing metadata (setup.py): started
2025/01/26 16:32:16	  Preparing metadata (setup.py): finished with status 'done'
2025/01/26 16:32:19	Collecting six>=1.9 (from html5lib==1.1->-r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 31))
2025/01/26 16:32:19	  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
2025/01/26 16:32:21	Collecting certifi>=2017.4.17 (from requests==2.32.3->-r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 56))
2025/01/26 16:32:21	  Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)
2025/01/26 16:32:22	Downloading APScheduler-3.11.0-py3-none-any.whl (64 kB)
2025/01/26 16:32:23	Downloading Brotli-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB)
2025/01/26 16:32:24	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 3.9 MB/s eta 0:00:00
2025/01/26 16:32:24	Downloading CherryPy-18.10.0-py3-none-any.whl (349 kB)
2025/01/26 16:32:24	Downloading Flask_Compress-1.17-py3-none-any.whl (8.7 kB)
2025/01/26 16:32:24	Downloading Flask_Cors-5.0.0-py2.py3-none-any.whl (14 kB)
2025/01/26 16:32:25	Downloading Flask_Login-0.6.3-py3-none-any.whl (17 kB)
2025/01/26 16:32:26	Downloading flask-3.1.0-py3-none-any.whl (102 kB)
2025/01/26 16:32:26	Downloading flexget-3.13.25-py3-none-any.whl (9.2 MB)
2025/01/26 16:32:27	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 7.1 MB/s eta 0:00:00
2025/01/26 16:32:27	Downloading jinja2-3.1.5-py3-none-any.whl (134 kB)
2025/01/26 16:32:28	Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
2025/01/26 16:32:28	Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025/01/26 16:32:29	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 1.1 MB/s eta 0:00:00
2025/01/26 16:32:29	Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)
2025/01/26 16:32:30	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 1.8 MB/s eta 0:00:00
2025/01/26 16:32:30	Downloading SQLAlchemy-2.0.37-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)
2025/01/26 16:32:30	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 4.7 MB/s eta 0:00:00
2025/01/26 16:32:31	Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB)
2025/01/26 16:32:31	Downloading aniso8601-10.0.0-py2.py3-none-any.whl (52 kB)
2025/01/26 16:32:31	Downloading attrs-24.3.0-py3-none-any.whl (63 kB)
2025/01/26 16:32:32	Downloading autocommand-2.2.2-py3-none-any.whl (19 kB)
2025/01/26 16:32:32	Downloading babelfish-0.6.1-py3-none-any.whl (94 kB)
2025/01/26 16:32:33	Downloading backports.tarfile-1.2.0-py3-none-any.whl (30 kB)
2025/01/26 16:32:33	Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
2025/01/26 16:32:34	Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB)
2025/01/26 16:32:34	Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (145 kB)
2025/01/26 16:32:35	Downloading cheroot-10.0.1-py3-none-any.whl (104 kB)
2025/01/26 16:32:35	Downloading click-8.1.8-py3-none-any.whl (98 kB)
2025/01/26 16:32:36	Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
2025/01/26 16:32:36	Downloading feedparser-6.0.11-py3-none-any.whl (81 kB)
2025/01/26 16:32:36	Downloading flask_restx-1.3.0-py2.py3-none-any.whl (2.8 MB)
2025/01/26 16:32:37	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 5.0 MB/s eta 0:00:00
2025/01/26 16:32:37	Downloading greenlet-3.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (670 kB)
2025/01/26 16:32:38	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 670.5/670.5 kB 1.0 MB/s eta 0:00:00
2025/01/26 16:32:38	Downloading guessit-3.8.0-py3-none-any.whl (206 kB)
2025/01/26 16:32:38	Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
2025/01/26 16:32:39	Downloading idna-3.10-py3-none-any.whl (70 kB)
2025/01/26 16:32:39	Downloading importlib_resources-6.5.2-py3-none-any.whl (37 kB)
2025/01/26 16:32:40	Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)
2025/01/26 16:32:40	Downloading jaraco.collections-5.1.0-py3-none-any.whl (11 kB)
2025/01/26 16:32:41	Downloading jaraco.context-6.0.1-py3-none-any.whl (6.8 kB)
2025/01/26 16:32:41	Downloading jaraco.functools-4.1.0-py3-none-any.whl (10 kB)
2025/01/26 16:32:42	Downloading jaraco.text-4.0.0-py3-none-any.whl (11 kB)
2025/01/26 16:32:42	Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB)
2025/01/26 16:32:43	Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB)
2025/01/26 16:32:44	Downloading loguru-0.7.3-py3-none-any.whl (61 kB)
2025/01/26 16:32:44	Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
2025/01/26 16:32:45	Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025/01/26 16:32:45	Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB)
2025/01/26 16:32:46	Downloading packaging-24.2-py3-none-any.whl (65 kB)
2025/01/26 16:32:46	Downloading pendulum-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384 kB)
2025/01/26 16:32:47	Downloading plumbum-1.9.0-py3-none-any.whl (127 kB)
2025/01/26 16:32:47	Downloading portend-3.2.0-py3-none-any.whl (5.3 kB)
2025/01/26 16:32:47	Downloading psutil-6.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB)
2025/01/26 16:32:48	Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB)
2025/01/26 16:32:49	Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
2025/01/26 16:32:49	Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB)
2025/01/26 16:32:50	Downloading rebulk-3.2.0-py3-none-any.whl (56 kB)
2025/01/26 16:32:50	Downloading referencing-0.36.1-py3-none-any.whl (26 kB)
2025/01/26 16:32:50	Downloading requests-2.32.3-py3-none-any.whl (64 kB)
2025/01/26 16:32:51	Downloading rich-13.9.4-py3-none-any.whl (242 kB)
2025/01/26 16:32:51	Downloading rpds_py-0.22.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385 kB)
2025/01/26 16:32:52	Downloading rpyc-6.0.1-py3-none-any.whl (74 kB)
2025/01/26 16:32:52	Downloading setuptools-75.7.0-py3-none-any.whl (1.2 MB)
2025/01/26 16:32:53	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 2.3 MB/s eta 0:00:00
2025/01/26 16:32:53	Downloading soupsieve-2.6-py3-none-any.whl (36 kB)
2025/01/26 16:32:53	Downloading tempora-5.8.0-py3-none-any.whl (14 kB)
2025/01/26 16:32:54	Downloading time_machine-2.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (33 kB)
2025/01/26 16:32:54	Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
2025/01/26 16:32:55	Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB)
2025/01/26 16:32:56	Downloading tzlocal-5.2-py3-none-any.whl (17 kB)
2025/01/26 16:32:56	Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
2025/01/26 16:32:57	Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
2025/01/26 16:32:57	Downloading zc.lockfile-3.0.post1-py3-none-any.whl (9.8 kB)
2025/01/26 16:32:58	Downloading zstandard-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB)
2025/01/26 16:32:59	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 5.0 MB/s eta 0:00:00
2025/01/26 16:32:59	Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)
2025/01/26 16:33:00	Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
2025/01/26 16:33:02	Building wheels for collected packages: PyRSS2Gen, pynzb, sgmllib3k, zxcvbn
2025/01/26 16:33:02	  Building wheel for PyRSS2Gen (setup.py): started
2025/01/26 16:33:03	  Building wheel for PyRSS2Gen (setup.py): finished with status 'done'
2025/01/26 16:33:03	  Created wheel for PyRSS2Gen: filename=PyRSS2Gen-1.1-py3-none-any.whl size=5005 sha256=4ff6400ce323da7904db571957a3dcabfac86657675c1db94a4e58fb39b196d3
2025/01/26 16:33:03	  Stored in directory: /volume1/@appstore/flexget/var/pip-cache/wheels/29/03/03/3dc7e888508b0afcc25b4030443d23ffdc11c9a3a7f422c952
2025/01/26 16:33:03	  Building wheel for pynzb (setup.py): started
2025/01/26 16:33:05	  Building wheel for pynzb (setup.py): finished with status 'done'
2025/01/26 16:33:05	  Created wheel for pynzb: filename=pynzb-0.1.0-py3-none-any.whl size=6272 sha256=ba7efe87fb2b89e22d8dd72e282f2faa72eda9f5ccb485394923bbdab26e272d
2025/01/26 16:33:05	  Stored in directory: /volume1/@appstore/flexget/var/pip-cache/wheels/34/25/c0/92efb205e98b7cabeada783724752f6fd7e53d08bad3d92564
2025/01/26 16:33:05	  Building wheel for sgmllib3k (setup.py): started
2025/01/26 16:33:06	  Building wheel for sgmllib3k (setup.py): finished with status 'done'
2025/01/26 16:33:06	  Created wheel for sgmllib3k: filename=sgmllib3k-1.0.0-py3-none-any.whl size=6089 sha256=0586673dcd4c4e6762beabd8ee4cb94de19c8acc9f757ce23331756b0169c7d7
2025/01/26 16:33:06	  Stored in directory: /volume1/@appstore/flexget/var/pip-cache/wheels/03/f5/1a/23761066dac1d0e8e683e5fdb27e12de53209d05a4a37e6246
2025/01/26 16:33:06	  Building wheel for zxcvbn (setup.py): started
2025/01/26 16:33:08	  Building wheel for zxcvbn (setup.py): finished with status 'done'
2025/01/26 16:33:08	  Created wheel for zxcvbn: filename=zxcvbn-4.4.28-py2.py3-none-any.whl size=408180 sha256=153c0828244ff1fdb34981934536443e5a97daa5657cbc0ff20795f6f3dc2333
2025/01/26 16:33:08	  Stored in directory: /volume1/@appstore/flexget/var/pip-cache/wheels/15/0d/ef/409cbba253d2432f602942ffef20f92c86127475359708921c
2025/01/26 16:33:08	Successfully built PyRSS2Gen pynzb sgmllib3k zxcvbn
2025/01/26 16:33:10	Installing collected packages: zxcvbn, webencodings, sgmllib3k, rebulk, pytz, PyRSS2Gen, Brotli, aniso8601, zstandard, urllib3, tzlocal, tzdata, typing_extensions, soupsieve, six, setuptools, rpds-py, PyYAML, pyparsing, Pygments, psutil, plumbum, packaging, more-itertools, mdurl, MarkupSafe, loguru, jaraco.context, itsdangerous, importlib_resources, idna, greenlet, feedparser, colorama, click, charset-normalizer, certifi, blinker, backports.tarfile, babelfish, autocommand, attrs, zc.lockfile, Werkzeug, SQLAlchemy, rpyc, requests, referencing, python-dateutil, pynzb, markdown-it-py, Jinja2, jaraco.functools, html5lib, beautifulsoup4, APScheduler, time-machine, tempora, rich, jsonschema-specifications, jaraco.text, guessit, Flask, cheroot, portend, pendulum, jsonschema, jaraco.collections, Flask-Login, Flask-Cors, Flask-Compress, flask-restx, CherryPy, FlexGet
2025/01/26 16:33:20	  Attempting uninstall: six
2025/01/26 16:33:20	    Found existing installation: six 1.17.0
2025/01/26 16:33:20	    Not uninstalling six at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/flexget/env
2025/01/26 16:33:20	    Can't uninstall 'six'. No files were found to uninstall.
2025/01/26 16:33:20	  Attempting uninstall: setuptools
2025/01/26 16:33:20	    Found existing installation: setuptools 75.8.0
2025/01/26 16:33:20	    Not uninstalling setuptools at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/flexget/env
2025/01/26 16:33:20	    Can't uninstall 'setuptools'. No files were found to uninstall.
2025/01/26 16:33:46	  Attempting uninstall: certifi
2025/01/26 16:33:46	    Found existing installation: certifi 2024.12.14
2025/01/26 16:33:46	    Not uninstalling certifi at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/flexget/env
2025/01/26 16:33:46	    Can't uninstall 'certifi'. No files were found to uninstall.
2025/01/26 16:34:32	Successfully installed APScheduler-3.11.0 Brotli-1.1.0 CherryPy-18.10.0 Flask-3.1.0 Flask-Compress-1.17 Flask-Cors-5.0.0 Flask-Login-0.6.3 FlexGet-3.13.25 Jinja2-3.1.5 MarkupSafe-3.0.2 PyRSS2Gen-1.1 PyYAML-6.0.2 Pygments-2.19.1 SQLAlchemy-2.0.37 Werkzeug-3.1.3 aniso8601-10.0.0 attrs-24.3.0 autocommand-2.2.2 babelfish-0.6.1 backports.tarfile-1.2.0 beautifulsoup4-4.12.3 blinker-1.9.0 certifi-2024.12.14 charset-normalizer-3.4.1 cheroot-10.0.1 click-8.1.8 colorama-0.4.6 feedparser-6.0.11 flask-restx-1.3.0 greenlet-3.0.3 guessit-3.8.0 html5lib-1.1 idna-3.10 importlib_resources-6.5.2 itsdangerous-2.2.0 jaraco.collections-5.1.0 jaraco.context-6.0.1 jaraco.functools-4.1.0 jaraco.text-4.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 loguru-0.7.3 markdown-it-py-3.0.0 mdurl-0.1.2 more-itertools-10.6.0 packaging-24.2 pendulum-3.0.0 plumbum-1.9.0 portend-3.2.0 psutil-6.1.1 pynzb-0.1.0 pyparsing-3.2.1 python-dateutil-2.9.0.post0 pytz-2024.2 rebulk-3.2.0 referencing-0.36.1 requests-2.32.3 rich-13.9.4 rpds-py-0.22.3 rpyc-6.0.1 setuptools-75.7.0 sgmllib3k-1.0.0 six-1.17.0 soupsieve-2.6 tempora-5.8.0 time-machine-2.16.0 typing_extensions-4.12.2 tzdata-2024.2 tzlocal-5.2 urllib3-1.26.20 webencodings-0.5.1 zc.lockfile-3.0.post1 zstandard-0.23.0 zxcvbn-4.4.28
2025/01/26 16:34:33	Granting 'sc-flexget' unix ownership on /volume1/@appstore/flexget/env
2025/01/26 16:34:37	Installed modules:
2025/01/26 16:34:39	aniso8601==10.0.0
2025/01/26 16:34:39	APScheduler==3.11.0
2025/01/26 16:34:39	attrs==24.3.0
2025/01/26 16:34:39	autocommand==2.2.2
2025/01/26 16:34:39	babelfish==0.6.1
2025/01/26 16:34:39	backports.tarfile==1.2.0
2025/01/26 16:34:39	beautifulsoup4==4.12.3
2025/01/26 16:34:39	blinker==1.9.0
2025/01/26 16:34:39	Brotli==1.1.0
2025/01/26 16:34:39	certifi==2024.12.14
2025/01/26 16:34:39	charset-normalizer==3.4.1
2025/01/26 16:34:39	cheroot==10.0.1
2025/01/26 16:34:39	CherryPy==18.10.0
2025/01/26 16:34:39	click==8.1.8
2025/01/26 16:34:39	colorama==0.4.6
2025/01/26 16:34:39	distlib==0.3.9
2025/01/26 16:34:39	feedparser==6.0.11
2025/01/26 16:34:39	filelock==3.17.0
2025/01/26 16:34:39	Flask==3.1.0
2025/01/26 16:34:39	Flask-Compress==1.17
2025/01/26 16:34:39	Flask-Cors==5.0.0
2025/01/26 16:34:39	Flask-Login==0.6.3
2025/01/26 16:34:39	flask-restx==1.3.0
2025/01/26 16:34:39	FlexGet==3.13.25
2025/01/26 16:34:39	greenlet==3.0.3
2025/01/26 16:34:39	guessit==3.8.0
2025/01/26 16:34:39	html5lib==1.1
2025/01/26 16:34:39	idna==3.10
2025/01/26 16:34:39	importlib_resources==6.5.2
2025/01/26 16:34:39	itsdangerous==2.2.0
2025/01/26 16:34:39	jaraco.collections==5.1.0
2025/01/26 16:34:39	jaraco.context==6.0.1
2025/01/26 16:34:39	jaraco.functools==4.1.0
2025/01/26 16:34:39	jaraco.text==4.0.0
2025/01/26 16:34:39	Jinja2==3.1.5
2025/01/26 16:34:39	jsonschema==4.23.0
2025/01/26 16:34:39	jsonschema-specifications==2024.10.1
2025/01/26 16:34:40	loguru==0.7.3
2025/01/26 16:34:40	markdown-it-py==3.0.0
2025/01/26 16:34:40	MarkupSafe==3.0.2
2025/01/26 16:34:40	mdurl==0.1.2
2025/01/26 16:34:40	more-itertools==10.6.0
2025/01/26 16:34:40	packaging==24.2
2025/01/26 16:34:40	pendulum==3.0.0
2025/01/26 16:34:40	platformdirs==4.3.6
2025/01/26 16:34:40	plumbum==1.9.0
2025/01/26 16:34:40	portend==3.2.0
2025/01/26 16:34:40	psutil==6.1.1
2025/01/26 16:34:40	Pygments==2.19.1
2025/01/26 16:34:40	pynzb==0.1.0
2025/01/26 16:34:40	pyparsing==3.2.1
2025/01/26 16:34:40	PyRSS2Gen==1.1
2025/01/26 16:34:40	python-dateutil==2.9.0.post0
2025/01/26 16:34:40	pytz==2024.2
2025/01/26 16:34:40	PyYAML==6.0.2
2025/01/26 16:34:40	rebulk==3.2.0
2025/01/26 16:34:40	referencing==0.36.1
2025/01/26 16:34:40	requests==2.32.3
2025/01/26 16:34:40	rich==13.9.4
2025/01/26 16:34:40	rpds-py==0.22.3
2025/01/26 16:34:40	rpyc==6.0.1
2025/01/26 16:34:40	setuptools==75.7.0
2025/01/26 16:34:40	sgmllib3k==1.0.0
2025/01/26 16:34:40	six==1.17.0
2025/01/26 16:34:40	soupsieve==2.6
2025/01/26 16:34:40	SQLAlchemy==2.0.37
2025/01/26 16:34:40	tempora==5.8.0
2025/01/26 16:34:40	time-machine==2.16.0
2025/01/26 16:34:40	typing_extensions==4.12.2
2025/01/26 16:34:40	tzdata==2024.2
2025/01/26 16:34:40	tzlocal==5.2
2025/01/26 16:34:40	urllib3==1.26.20
2025/01/26 16:34:40	virtualenv==20.29.1
2025/01/26 16:34:40	webencodings==0.5.1
2025/01/26 16:34:40	Werkzeug==3.1.3
2025/01/26 16:34:40	wheel==0.45.1
2025/01/26 16:34:40	zc.lockfile==3.0.post1
2025/01/26 16:34:40	zstandard==0.23.0
2025/01/26 16:34:40	zxcvbn==4.4.28
2025/01/26 16:34:40	End service_postinst
2025/01/26 16:34:40	Begin service_clean_tmpdir
2025/01/26 16:34:40	End service_clean_tmpdir
2025/01/26 16:34:40	Granting 'sc-flexget' unix ownership on /volume1/@appstore/flexget/var
2025/01/26 16:34:41	install flexget 3.13.25-15 End postinst ret=[0]
2025/01/26 16:34:41	install flexget 3.13.25-15 Begin /bin/rm -rf /volume1/@tmp/pkginstall
2025/01/26 16:34:41	install flexget 3.13.25-15 End /bin/rm -rf /volume1/@tmp/pkginstall ret=[0]
2025/01/26 16:34:44	install flexget 3.13.25-15 Begin start-stop-status start
2025/01/26 16:34:44	install flexget 3.13.25-15 End start-stop-status start ret=[0]
Upgrade Log
2025/01/26 16:40:30	upgrade flexget 3.13.25-15 Begin start-stop-status stop
2025/01/26 16:40:51	upgrade flexget 3.13.25-15 End start-stop-status stop ret=[0]
2025/01/26 16:40:52	upgrade flexget 3.13.25-15 Begin preupgrade
2025/01/26 16:40:52	Begin initialize_variables
2025/01/26 16:40:52	End initialize_variables
2025/01/26 16:40:52	===> Step preupgrade. STATUS=UPGRADE USER=flexget GROUP= SHARE_PATH=
2025/01/26 16:40:52	upgrade flexget 3.13.25-15 End preupgrade ret=[0]
2025/01/26 16:40:52	upgrade flexget 3.13.25-15 Begin preuninst
2025/01/26 16:40:52	Begin initialize_variables
2025/01/26 16:40:52	End initialize_variables
2025/01/26 16:40:53	===> Step preuninst. STATUS=UPGRADE USER=flexget GROUP= SHARE_PATH=
2025/01/26 16:40:53	upgrade flexget 3.13.25-15 End preuninst ret=[0]
2025/01/26 16:40:53	upgrade flexget 3.13.25-15 Begin /bin/rm -rf /volume1/@appstore/flexget
2025/01/26 16:40:55	upgrade flexget 3.13.25-15 End /bin/rm -rf /volume1/@appstore/flexget ret=[0]
2025/01/26 16:40:55	upgrade flexget 3.13.25-15 Begin postuninst
2025/01/26 16:40:55	Begin initialize_variables
2025/01/26 16:40:55	End initialize_variables
2025/01/26 16:40:55	===> Step postuninst. STATUS=UPGRADE USER=flexget GROUP= SHARE_PATH=
2025/01/26 16:40:55	upgrade flexget 3.13.25-15 End postuninst ret=[0]
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 Begin preinst
2025/01/26 16:40:57	Begin initialize_variables
2025/01/26 16:40:57	End initialize_variables
2025/01/26 16:40:57	===> Step preinst. STATUS=UPGRADE USER=flexget GROUP= SHARE_PATH=
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 End preinst ret=[0]
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 Begin /bin/rm -rf /volume1/@appstore/flexget
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 End /bin/rm -rf /volume1/@appstore/flexget ret=[0]
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 Begin /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/flexget
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 End /bin/mv -f /volume1/@tmp/pkginstall/package /volume1/@appstore/flexget ret=[0]
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 Begin /bin/mkdir -p /var/packages/flexget
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 End /bin/mkdir -p /var/packages/flexget ret=[0]
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 Begin /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/flexget/INFO
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 End /bin/mv -f /volume1/@tmp/pkginstall/INFO /var/packages/flexget/INFO ret=[0]
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 Begin /bin/rm -rf /var/packages/flexget/scripts
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 End /bin/rm -rf /var/packages/flexget/scripts ret=[0]
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 Begin /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/flexget/scripts
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 End /bin/mv -f /volume1/@tmp/pkginstall/scripts /var/packages/flexget/scripts ret=[0]
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 Begin /bin/rm -rf /var/packages/flexget/WIZARD_UIFILES
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 End /bin/rm -rf /var/packages/flexget/WIZARD_UIFILES ret=[0]
2025/01/26 16:40:57	upgrade flexget 3.13.25-15 Begin /bin/mv -f /volume1/@tmp/pkginstall/WIZARD_UIFILES /var/packages/flexget/WIZARD_UIFILES
2025/01/26 16:40:58	upgrade flexget 3.13.25-15 End /bin/mv -f /volume1/@tmp/pkginstall/WIZARD_UIFILES /var/packages/flexget/WIZARD_UIFILES ret=[0]
2025/01/26 16:40:58	upgrade flexget 3.13.25-15 Begin /bin/rm -rf /var/packages/flexget/conf
2025/01/26 16:40:58	upgrade flexget 3.13.25-15 End /bin/rm -rf /var/packages/flexget/conf ret=[0]
2025/01/26 16:40:58	upgrade flexget 3.13.25-15 Begin /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/flexget/conf
2025/01/26 16:40:58	upgrade flexget 3.13.25-15 End /bin/mv -f /volume1/@tmp/pkginstall/conf /var/packages/flexget/conf ret=[0]
2025/01/26 16:41:01	upgrade flexget 3.13.25-15 Begin postinst
2025/01/26 16:41:01	Begin initialize_variables
2025/01/26 16:41:01	End initialize_variables
2025/01/26 16:41:01	===> Step postinst. STATUS=UPGRADE USER=flexget GROUP= SHARE_PATH=
2025/01/26 16:41:01	Begin save_wizard_variables
2025/01/26 16:41:01	End save_wizard_variables
2025/01/26 16:41:01	Begin service_postinst
2025/01/26 16:41:01	Python 3.12.8
2025/01/26 16:41:03	Default pip version 24.3.1
2025/01/26 16:41:19	Granting 'sc-flexget' unix ownership on /volume1/@appstore/flexget/env
2025/01/26 16:41:19	Install packages from wheels
2025/01/26 16:41:19	Install packages from wheels [/volume1/@appstore/flexget/share/wheelhouse/requirements.txt]
2025/01/26 16:41:21	Looking in links: /volume1/@appstore/flexget/share/wheelhouse
2025/01/26 16:41:23	Collecting APScheduler==3.11.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 1))
2025/01/26 16:41:23	  Downloading APScheduler-3.11.0-py3-none-any.whl.metadata (6.4 kB)
2025/01/26 16:41:24	Collecting Brotli==1.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 2))
2025/01/26 16:41:24	  Downloading Brotli-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.5 kB)
2025/01/26 16:41:25	Collecting CherryPy==18.10.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 3))
2025/01/26 16:41:26	  Downloading CherryPy-18.10.0-py3-none-any.whl.metadata (8.7 kB)
2025/01/26 16:41:27	Collecting Flask-Compress==1.17 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 4))
2025/01/26 16:41:27	  Downloading Flask_Compress-1.17-py3-none-any.whl.metadata (8.8 kB)
2025/01/26 16:41:28	Collecting Flask-Cors==5.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 5))
2025/01/26 16:41:28	  Downloading Flask_Cors-5.0.0-py2.py3-none-any.whl.metadata (5.5 kB)
2025/01/26 16:41:29	Collecting Flask-Login==0.6.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 6))
2025/01/26 16:41:29	  Downloading Flask_Login-0.6.3-py3-none-any.whl.metadata (5.8 kB)
2025/01/26 16:41:30	Collecting Flask==3.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 7))
2025/01/26 16:41:30	  Downloading flask-3.1.0-py3-none-any.whl.metadata (2.7 kB)
2025/01/26 16:41:35	Collecting FlexGet==3.13.25 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 8))
2025/01/26 16:41:35	  Downloading flexget-3.13.25-py3-none-any.whl.metadata (14 kB)
2025/01/26 16:41:37	Collecting Jinja2==3.1.5 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 9))
2025/01/26 16:41:37	  Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB)
2025/01/26 16:41:39	Collecting MarkupSafe==3.0.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 10))
2025/01/26 16:41:39	  Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
2025/01/26 16:41:40	Collecting PyRSS2Gen==1.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 11))
2025/01/26 16:41:40	  Downloading PyRSS2Gen-1.1.tar.gz (6.9 kB)
2025/01/26 16:41:40	  Preparing metadata (setup.py): started
2025/01/26 16:41:41	  Preparing metadata (setup.py): finished with status 'done'
2025/01/26 16:41:42	Collecting PyYAML==6.0.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 12))
2025/01/26 16:41:42	  Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025/01/26 16:41:43	Collecting Pygments==2.19.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 13))
2025/01/26 16:41:43	  Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB)
2025/01/26 16:41:47	Collecting SQLAlchemy==2.0.37 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 14))
2025/01/26 16:41:47	  Downloading SQLAlchemy-2.0.37-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)
2025/01/26 16:41:49	Collecting Werkzeug==3.1.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 15))
2025/01/26 16:41:49	  Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB)
2025/01/26 16:41:50	Collecting aniso8601==10.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 16))
2025/01/26 16:41:50	  Downloading aniso8601-10.0.0-py2.py3-none-any.whl.metadata (23 kB)
2025/01/26 16:41:51	Collecting attrs==24.3.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 17))
2025/01/26 16:41:51	  Downloading attrs-24.3.0-py3-none-any.whl.metadata (11 kB)
2025/01/26 16:41:52	Collecting autocommand==2.2.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 18))
2025/01/26 16:41:52	  Downloading autocommand-2.2.2-py3-none-any.whl.metadata (15 kB)
2025/01/26 16:41:53	Collecting babelfish==0.6.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 19))
2025/01/26 16:41:53	  Downloading babelfish-0.6.1-py3-none-any.whl.metadata (3.1 kB)
2025/01/26 16:41:54	Collecting backports.tarfile==1.2.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 20))
2025/01/26 16:41:54	  Downloading backports.tarfile-1.2.0-py3-none-any.whl.metadata (2.0 kB)
2025/01/26 16:41:55	Collecting beautifulsoup4==4.12.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 21))
2025/01/26 16:41:55	  Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
2025/01/26 16:41:56	Collecting blinker==1.9.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 22))
2025/01/26 16:41:56	  Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB)
2025/01/26 16:41:58	Collecting charset-normalizer==3.4.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 23))
2025/01/26 16:41:58	  Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
2025/01/26 16:41:59	Collecting cheroot==10.0.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 24))
2025/01/26 16:41:59	  Downloading cheroot-10.0.1-py3-none-any.whl.metadata (7.1 kB)
2025/01/26 16:42:00	Collecting click==8.1.8 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 25))
2025/01/26 16:42:00	  Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
2025/01/26 16:42:01	Collecting colorama==0.4.6 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 26))
2025/01/26 16:42:01	  Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
2025/01/26 16:42:03	Collecting feedparser==6.0.11 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 27))
2025/01/26 16:42:03	  Downloading feedparser-6.0.11-py3-none-any.whl.metadata (2.4 kB)
2025/01/26 16:42:04	Collecting flask-restx==1.3.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 28))
2025/01/26 16:42:04	  Downloading flask_restx-1.3.0-py2.py3-none-any.whl.metadata (9.3 kB)
2025/01/26 16:42:06	Collecting greenlet==3.0.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 29))
2025/01/26 16:42:06	  Downloading greenlet-3.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB)
2025/01/26 16:42:07	Collecting guessit==3.8.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 30))
2025/01/26 16:42:07	  Downloading guessit-3.8.0-py3-none-any.whl.metadata (140 kB)
2025/01/26 16:42:08	Collecting html5lib==1.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 31))
2025/01/26 16:42:09	  Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB)
2025/01/26 16:42:09	Collecting idna==3.10 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 32))
2025/01/26 16:42:10	  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
2025/01/26 16:42:11	Collecting importlib_resources==6.5.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 33))
2025/01/26 16:42:11	  Downloading importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB)
2025/01/26 16:42:12	Collecting itsdangerous==2.2.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 34))
2025/01/26 16:42:12	  Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
2025/01/26 16:42:13	Collecting jaraco.collections==5.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 35))
2025/01/26 16:42:13	  Downloading jaraco.collections-5.1.0-py3-none-any.whl.metadata (3.9 kB)
2025/01/26 16:42:14	Collecting jaraco.context==6.0.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 36))
2025/01/26 16:42:14	  Downloading jaraco.context-6.0.1-py3-none-any.whl.metadata (4.1 kB)
2025/01/26 16:42:15	Collecting jaraco.functools==4.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 37))
2025/01/26 16:42:15	  Downloading jaraco.functools-4.1.0-py3-none-any.whl.metadata (2.9 kB)
2025/01/26 16:42:16	Collecting jaraco.text==4.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 38))
2025/01/26 16:42:16	  Downloading jaraco.text-4.0.0-py3-none-any.whl.metadata (3.7 kB)
2025/01/26 16:42:17	Collecting jsonschema-specifications==2024.10.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 39))
2025/01/26 16:42:17	  Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB)
2025/01/26 16:42:19	Collecting jsonschema==4.23.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 40))
2025/01/26 16:42:19	  Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB)
2025/01/26 16:42:20	Collecting loguru==0.7.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 41))
2025/01/26 16:42:20	  Downloading loguru-0.7.3-py3-none-any.whl.metadata (22 kB)
2025/01/26 16:42:21	Collecting markdown-it-py==3.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 42))
2025/01/26 16:42:21	  Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
2025/01/26 16:42:23	Collecting mdurl==0.1.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 43))
2025/01/26 16:42:23	  Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025/01/26 16:42:24	Collecting more-itertools==10.6.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 44))
2025/01/26 16:42:24	  Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB)
2025/01/26 16:42:25	Collecting packaging==24.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 45))
2025/01/26 16:42:25	  Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
2025/01/26 16:42:27	Collecting pendulum==3.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 46))
2025/01/26 16:42:27	  Downloading pendulum-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.9 kB)
2025/01/26 16:42:28	Collecting plumbum==1.9.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 47))
2025/01/26 16:42:28	  Downloading plumbum-1.9.0-py3-none-any.whl.metadata (10 kB)
2025/01/26 16:42:29	Collecting portend==3.2.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 48))
2025/01/26 16:42:29	  Downloading portend-3.2.0-py3-none-any.whl.metadata (3.6 kB)
2025/01/26 16:42:31	Collecting psutil==6.1.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 49))
2025/01/26 16:42:31	  Downloading psutil-6.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)
2025/01/26 16:42:32	Collecting pynzb==0.1.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 50))
2025/01/26 16:42:32	  Downloading pynzb-0.1.0.tar.gz (5.6 kB)
2025/01/26 16:42:33	  Preparing metadata (setup.py): started
2025/01/26 16:42:34	  Preparing metadata (setup.py): finished with status 'done'
2025/01/26 16:42:35	Collecting pyparsing==3.2.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 51))
2025/01/26 16:42:35	  Downloading pyparsing-3.2.1-py3-none-any.whl.metadata (5.0 kB)
2025/01/26 16:42:36	Collecting python-dateutil==2.9.0.post0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 52))
2025/01/26 16:42:36	  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
2025/01/26 16:42:37	Collecting pytz==2024.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 53))
2025/01/26 16:42:37	  Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
2025/01/26 16:42:39	Collecting rebulk==3.2.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 54))
2025/01/26 16:42:39	  Downloading rebulk-3.2.0-py3-none-any.whl.metadata (22 kB)
2025/01/26 16:42:40	Collecting referencing==0.36.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 55))
2025/01/26 16:42:40	  Downloading referencing-0.36.1-py3-none-any.whl.metadata (2.8 kB)
2025/01/26 16:42:41	Collecting requests==2.32.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 56))
2025/01/26 16:42:41	  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
2025/01/26 16:42:43	Collecting rich==13.9.4 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 57))
2025/01/26 16:42:43	  Downloading rich-13.9.4-py3-none-any.whl.metadata (18 kB)
2025/01/26 16:42:46	Collecting rpds-py==0.22.3 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 58))
2025/01/26 16:42:46	  Downloading rpds_py-0.22.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
2025/01/26 16:42:47	Collecting rpyc==6.0.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 59))
2025/01/26 16:42:47	  Downloading rpyc-6.0.1-py3-none-any.whl.metadata (3.5 kB)
2025/01/26 16:42:50	Collecting setuptools==75.7.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 60))
2025/01/26 16:42:50	  Downloading setuptools-75.7.0-py3-none-any.whl.metadata (6.7 kB)
2025/01/26 16:42:51	Collecting sgmllib3k==1.0.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 61))
2025/01/26 16:42:51	  Downloading sgmllib3k-1.0.0.tar.gz (5.8 kB)
2025/01/26 16:42:51	  Preparing metadata (setup.py): started
2025/01/26 16:42:53	  Preparing metadata (setup.py): finished with status 'done'
2025/01/26 16:42:54	Collecting soupsieve==2.6 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 62))
2025/01/26 16:42:54	  Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
2025/01/26 16:42:55	Collecting tempora==5.8.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 63))
2025/01/26 16:42:55	  Downloading tempora-5.8.0-py3-none-any.whl.metadata (3.3 kB)
2025/01/26 16:42:57	Collecting time-machine==2.16.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 64))
2025/01/26 16:42:57	  Downloading time_machine-2.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB)
2025/01/26 16:42:58	Collecting typing_extensions==4.12.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 65))
2025/01/26 16:42:58	  Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
2025/01/26 16:42:59	Collecting tzdata==2024.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 66))
2025/01/26 16:42:59	  Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
2025/01/26 16:43:00	Collecting tzlocal==5.2 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 67))
2025/01/26 16:43:00	  Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB)
2025/01/26 16:43:02	Collecting urllib3==1.26.20 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 68))
2025/01/26 16:43:02	  Downloading urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
2025/01/26 16:43:03	Collecting webencodings==0.5.1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 69))
2025/01/26 16:43:03	  Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB)
2025/01/26 16:43:04	Collecting zc.lockfile==3.0.post1 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 70))
2025/01/26 16:43:04	  Downloading zc.lockfile-3.0.post1-py3-none-any.whl.metadata (6.2 kB)
2025/01/26 16:43:06	Collecting zstandard==0.23.0 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 71))
2025/01/26 16:43:06	  Downloading zstandard-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
2025/01/26 16:43:06	Collecting zxcvbn==4.4.28 (from -r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 72))
2025/01/26 16:43:07	  Downloading zxcvbn-4.4.28.tar.gz (407 kB)
2025/01/26 16:43:08	  Preparing metadata (setup.py): started
2025/01/26 16:43:09	  Preparing metadata (setup.py): finished with status 'done'
2025/01/26 16:43:12	Collecting six>=1.9 (from html5lib==1.1->-r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 31))
2025/01/26 16:43:12	  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
2025/01/26 16:43:14	Collecting certifi>=2017.4.17 (from requests==2.32.3->-r /volume1/@appstore/flexget/share/wheelhouse/requirements.txt (line 56))
2025/01/26 16:43:14	  Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)
2025/01/26 16:43:16	Downloading APScheduler-3.11.0-py3-none-any.whl (64 kB)
2025/01/26 16:43:16	Downloading Brotli-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB)
2025/01/26 16:43:21	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 683.4 kB/s eta 0:00:00
2025/01/26 16:43:21	Downloading CherryPy-18.10.0-py3-none-any.whl (349 kB)
2025/01/26 16:43:22	Downloading Flask_Compress-1.17-py3-none-any.whl (8.7 kB)
2025/01/26 16:43:22	Downloading Flask_Cors-5.0.0-py2.py3-none-any.whl (14 kB)
2025/01/26 16:43:23	Downloading Flask_Login-0.6.3-py3-none-any.whl (17 kB)
2025/01/26 16:43:23	Downloading flask-3.1.0-py3-none-any.whl (102 kB)
2025/01/26 16:43:24	Downloading flexget-3.13.25-py3-none-any.whl (9.2 MB)
2025/01/26 16:43:34	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 955.1 kB/s eta 0:00:00
2025/01/26 16:43:34	Downloading jinja2-3.1.5-py3-none-any.whl (134 kB)
2025/01/26 16:43:34	Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
2025/01/26 16:43:35	Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025/01/26 16:43:36	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 572.9 kB/s eta 0:00:00
2025/01/26 16:43:36	Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)
2025/01/26 16:43:38	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 602.8 kB/s eta 0:00:00
2025/01/26 16:43:38	Downloading SQLAlchemy-2.0.37-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)
2025/01/26 16:43:42	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 964.9 kB/s eta 0:00:00
2025/01/26 16:43:42	Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB)
2025/01/26 16:43:43	Downloading aniso8601-10.0.0-py2.py3-none-any.whl (52 kB)
2025/01/26 16:43:43	Downloading attrs-24.3.0-py3-none-any.whl (63 kB)
2025/01/26 16:43:44	Downloading autocommand-2.2.2-py3-none-any.whl (19 kB)
2025/01/26 16:43:44	Downloading babelfish-0.6.1-py3-none-any.whl (94 kB)
2025/01/26 16:43:45	Downloading backports.tarfile-1.2.0-py3-none-any.whl (30 kB)
2025/01/26 16:43:45	Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
2025/01/26 16:43:46	Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB)
2025/01/26 16:43:46	Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (145 kB)
2025/01/26 16:43:47	Downloading cheroot-10.0.1-py3-none-any.whl (104 kB)
2025/01/26 16:43:48	Downloading click-8.1.8-py3-none-any.whl (98 kB)
2025/01/26 16:43:48	Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
2025/01/26 16:43:49	Downloading feedparser-6.0.11-py3-none-any.whl (81 kB)
2025/01/26 16:43:49	Downloading flask_restx-1.3.0-py2.py3-none-any.whl (2.8 MB)
2025/01/26 16:43:52	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 1.1 MB/s eta 0:00:00
2025/01/26 16:43:52	Downloading greenlet-3.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (670 kB)
2025/01/26 16:43:53	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 670.5/670.5 kB 520.8 kB/s eta 0:00:00
2025/01/26 16:43:53	Downloading guessit-3.8.0-py3-none-any.whl (206 kB)
2025/01/26 16:43:53	Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
2025/01/26 16:43:54	Downloading idna-3.10-py3-none-any.whl (70 kB)
2025/01/26 16:43:54	Downloading importlib_resources-6.5.2-py3-none-any.whl (37 kB)
2025/01/26 16:43:55	Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)
2025/01/26 16:43:56	Downloading jaraco.collections-5.1.0-py3-none-any.whl (11 kB)
2025/01/26 16:43:56	Downloading jaraco.context-6.0.1-py3-none-any.whl (6.8 kB)
2025/01/26 16:43:57	Downloading jaraco.functools-4.1.0-py3-none-any.whl (10 kB)
2025/01/26 16:43:57	Downloading jaraco.text-4.0.0-py3-none-any.whl (11 kB)
2025/01/26 16:43:58	Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB)
2025/01/26 16:43:58	Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB)
2025/01/26 16:43:59	Downloading loguru-0.7.3-py3-none-any.whl (61 kB)
2025/01/26 16:43:59	Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
2025/01/26 16:44:00	Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025/01/26 16:44:01	Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB)
2025/01/26 16:44:01	Downloading packaging-24.2-py3-none-any.whl (65 kB)
2025/01/26 16:44:02	Downloading pendulum-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384 kB)
2025/01/26 16:44:03	Downloading plumbum-1.9.0-py3-none-any.whl (127 kB)
2025/01/26 16:44:03	Downloading portend-3.2.0-py3-none-any.whl (5.3 kB)
2025/01/26 16:44:04	Downloading psutil-6.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB)
2025/01/26 16:44:04	Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB)
2025/01/26 16:44:05	Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
2025/01/26 16:44:06	Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB)
2025/01/26 16:44:06	Downloading rebulk-3.2.0-py3-none-any.whl (56 kB)
2025/01/26 16:44:07	Downloading referencing-0.36.1-py3-none-any.whl (26 kB)
2025/01/26 16:44:07	Downloading requests-2.32.3-py3-none-any.whl (64 kB)
2025/01/26 16:44:08	Downloading rich-13.9.4-py3-none-any.whl (242 kB)
2025/01/26 16:44:08	Downloading rpds_py-0.22.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385 kB)
2025/01/26 16:44:09	Downloading rpyc-6.0.1-py3-none-any.whl (74 kB)
2025/01/26 16:44:10	Downloading setuptools-75.7.0-py3-none-any.whl (1.2 MB)
2025/01/26 16:44:11	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 1.2 MB/s eta 0:00:00
2025/01/26 16:44:11	Downloading soupsieve-2.6-py3-none-any.whl (36 kB)
2025/01/26 16:44:11	Downloading tempora-5.8.0-py3-none-any.whl (14 kB)
2025/01/26 16:44:12	Downloading time_machine-2.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (33 kB)
2025/01/26 16:44:13	Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
2025/01/26 16:44:13	Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB)
2025/01/26 16:44:14	Downloading tzlocal-5.2-py3-none-any.whl (17 kB)
2025/01/26 16:44:15	Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
2025/01/26 16:44:15	Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
2025/01/26 16:44:16	Downloading zc.lockfile-3.0.post1-py3-none-any.whl (9.8 kB)
2025/01/26 16:44:17	Downloading zstandard-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB)
2025/01/26 16:44:19	   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 2.7 MB/s eta 0:00:00
2025/01/26 16:44:19	Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)
2025/01/26 16:44:19	Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
2025/01/26 16:44:20	Building wheels for collected packages: PyRSS2Gen, pynzb, sgmllib3k, zxcvbn
2025/01/26 16:44:20	  Building wheel for PyRSS2Gen (setup.py): started
2025/01/26 16:44:22	  Building wheel for PyRSS2Gen (setup.py): finished with status 'done'
2025/01/26 16:44:22	  Created wheel for PyRSS2Gen: filename=PyRSS2Gen-1.1-py3-none-any.whl size=5005 sha256=40267227433d718cd0f23792fa6b0c48a64160a56730b6e8de23245fd5527f32
2025/01/26 16:44:22	  Stored in directory: /volume1/@appstore/flexget/var/pip-cache/wheels/29/03/03/3dc7e888508b0afcc25b4030443d23ffdc11c9a3a7f422c952
2025/01/26 16:44:22	  Building wheel for pynzb (setup.py): started
2025/01/26 16:44:23	  Building wheel for pynzb (setup.py): finished with status 'done'
2025/01/26 16:44:23	  Created wheel for pynzb: filename=pynzb-0.1.0-py3-none-any.whl size=6272 sha256=77740a47f10925293e8e813f13db2e049a0352d3ade874baf2ba49413083a937
2025/01/26 16:44:23	  Stored in directory: /volume1/@appstore/flexget/var/pip-cache/wheels/34/25/c0/92efb205e98b7cabeada783724752f6fd7e53d08bad3d92564
2025/01/26 16:44:23	  Building wheel for sgmllib3k (setup.py): started
2025/01/26 16:44:25	  Building wheel for sgmllib3k (setup.py): finished with status 'done'
2025/01/26 16:44:25	  Created wheel for sgmllib3k: filename=sgmllib3k-1.0.0-py3-none-any.whl size=6089 sha256=fc530693c79efa8903c9707755f96a9567eef65a03dedcc2ef64575b90ee5748
2025/01/26 16:44:25	  Stored in directory: /volume1/@appstore/flexget/var/pip-cache/wheels/03/f5/1a/23761066dac1d0e8e683e5fdb27e12de53209d05a4a37e6246
2025/01/26 16:44:25	  Building wheel for zxcvbn (setup.py): started
2025/01/26 16:44:27	  Building wheel for zxcvbn (setup.py): finished with status 'done'
2025/01/26 16:44:27	  Created wheel for zxcvbn: filename=zxcvbn-4.4.28-py2.py3-none-any.whl size=408180 sha256=746146a475767a32821a24823d63bb9ab491346ddaefca274c10d641639ae1d5
2025/01/26 16:44:27	  Stored in directory: /volume1/@appstore/flexget/var/pip-cache/wheels/15/0d/ef/409cbba253d2432f602942ffef20f92c86127475359708921c
2025/01/26 16:44:27	Successfully built PyRSS2Gen pynzb sgmllib3k zxcvbn
2025/01/26 16:44:28	Installing collected packages: zxcvbn, webencodings, sgmllib3k, rebulk, pytz, PyRSS2Gen, Brotli, aniso8601, zstandard, urllib3, tzlocal, tzdata, typing_extensions, soupsieve, six, setuptools, rpds-py, PyYAML, pyparsing, Pygments, psutil, plumbum, packaging, more-itertools, mdurl, MarkupSafe, loguru, jaraco.context, itsdangerous, importlib_resources, idna, greenlet, feedparser, colorama, click, charset-normalizer, certifi, blinker, backports.tarfile, babelfish, autocommand, attrs, zc.lockfile, Werkzeug, SQLAlchemy, rpyc, requests, referencing, python-dateutil, pynzb, markdown-it-py, Jinja2, jaraco.functools, html5lib, beautifulsoup4, APScheduler, time-machine, tempora, rich, jsonschema-specifications, jaraco.text, guessit, Flask, cheroot, portend, pendulum, jsonschema, jaraco.collections, Flask-Login, Flask-Cors, Flask-Compress, flask-restx, CherryPy, FlexGet
2025/01/26 16:44:39	  Attempting uninstall: six
2025/01/26 16:44:39	    Found existing installation: six 1.17.0
2025/01/26 16:44:39	    Not uninstalling six at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/flexget/env
2025/01/26 16:44:39	    Can't uninstall 'six'. No files were found to uninstall.
2025/01/26 16:44:40	  Attempting uninstall: setuptools
2025/01/26 16:44:40	    Found existing installation: setuptools 75.8.0
2025/01/26 16:44:40	    Not uninstalling setuptools at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/flexget/env
2025/01/26 16:44:40	    Can't uninstall 'setuptools'. No files were found to uninstall.
2025/01/26 16:45:05	  Attempting uninstall: certifi
2025/01/26 16:45:05	    Found existing installation: certifi 2024.12.14
2025/01/26 16:45:05	    Not uninstalling certifi at /volume1/@appstore/python312/lib/python3.12/site-packages, outside environment /volume1/@appstore/flexget/env
2025/01/26 16:45:05	    Can't uninstall 'certifi'. No files were found to uninstall.
2025/01/26 16:45:49	Successfully installed APScheduler-3.11.0 Brotli-1.1.0 CherryPy-18.10.0 Flask-3.1.0 Flask-Compress-1.17 Flask-Cors-5.0.0 Flask-Login-0.6.3 FlexGet-3.13.25 Jinja2-3.1.5 MarkupSafe-3.0.2 PyRSS2Gen-1.1 PyYAML-6.0.2 Pygments-2.19.1 SQLAlchemy-2.0.37 Werkzeug-3.1.3 aniso8601-10.0.0 attrs-24.3.0 autocommand-2.2.2 babelfish-0.6.1 backports.tarfile-1.2.0 beautifulsoup4-4.12.3 blinker-1.9.0 certifi-2024.12.14 charset-normalizer-3.4.1 cheroot-10.0.1 click-8.1.8 colorama-0.4.6 feedparser-6.0.11 flask-restx-1.3.0 greenlet-3.0.3 guessit-3.8.0 html5lib-1.1 idna-3.10 importlib_resources-6.5.2 itsdangerous-2.2.0 jaraco.collections-5.1.0 jaraco.context-6.0.1 jaraco.functools-4.1.0 jaraco.text-4.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 loguru-0.7.3 markdown-it-py-3.0.0 mdurl-0.1.2 more-itertools-10.6.0 packaging-24.2 pendulum-3.0.0 plumbum-1.9.0 portend-3.2.0 psutil-6.1.1 pynzb-0.1.0 pyparsing-3.2.1 python-dateutil-2.9.0.post0 pytz-2024.2 rebulk-3.2.0 referencing-0.36.1 requests-2.32.3 rich-13.9.4 rpds-py-0.22.3 rpyc-6.0.1 setuptools-75.7.0 sgmllib3k-1.0.0 six-1.17.0 soupsieve-2.6 tempora-5.8.0 time-machine-2.16.0 typing_extensions-4.12.2 tzdata-2024.2 tzlocal-5.2 urllib3-1.26.20 webencodings-0.5.1 zc.lockfile-3.0.post1 zstandard-0.23.0 zxcvbn-4.4.28
2025/01/26 16:45:51	Granting 'sc-flexget' unix ownership on /volume1/@appstore/flexget/env
2025/01/26 16:45:54	Installed modules:
2025/01/26 16:45:56	aniso8601==10.0.0
2025/01/26 16:45:56	APScheduler==3.11.0
2025/01/26 16:45:56	attrs==24.3.0
2025/01/26 16:45:56	autocommand==2.2.2
2025/01/26 16:45:56	babelfish==0.6.1
2025/01/26 16:45:56	backports.tarfile==1.2.0
2025/01/26 16:45:56	beautifulsoup4==4.12.3
2025/01/26 16:45:56	blinker==1.9.0
2025/01/26 16:45:56	Brotli==1.1.0
2025/01/26 16:45:56	certifi==2024.12.14
2025/01/26 16:45:56	charset-normalizer==3.4.1
2025/01/26 16:45:56	cheroot==10.0.1
2025/01/26 16:45:56	CherryPy==18.10.0
2025/01/26 16:45:56	click==8.1.8
2025/01/26 16:45:56	colorama==0.4.6
2025/01/26 16:45:56	distlib==0.3.9
2025/01/26 16:45:56	feedparser==6.0.11
2025/01/26 16:45:56	filelock==3.17.0
2025/01/26 16:45:56	Flask==3.1.0
2025/01/26 16:45:56	Flask-Compress==1.17
2025/01/26 16:45:56	Flask-Cors==5.0.0
2025/01/26 16:45:56	Flask-Login==0.6.3
2025/01/26 16:45:56	flask-restx==1.3.0
2025/01/26 16:45:56	FlexGet==3.13.25
2025/01/26 16:45:56	greenlet==3.0.3
2025/01/26 16:45:56	guessit==3.8.0
2025/01/26 16:45:56	html5lib==1.1
2025/01/26 16:45:56	idna==3.10
2025/01/26 16:45:56	importlib_resources==6.5.2
2025/01/26 16:45:56	itsdangerous==2.2.0
2025/01/26 16:45:56	jaraco.collections==5.1.0
2025/01/26 16:45:56	jaraco.context==6.0.1
2025/01/26 16:45:56	jaraco.functools==4.1.0
2025/01/26 16:45:56	jaraco.text==4.0.0
2025/01/26 16:45:56	Jinja2==3.1.5
2025/01/26 16:45:56	jsonschema==4.23.0
2025/01/26 16:45:56	jsonschema-specifications==2024.10.1
2025/01/26 16:45:56	loguru==0.7.3
2025/01/26 16:45:56	markdown-it-py==3.0.0
2025/01/26 16:45:56	MarkupSafe==3.0.2
2025/01/26 16:45:56	mdurl==0.1.2
2025/01/26 16:45:56	more-itertools==10.6.0
2025/01/26 16:45:56	packaging==24.2
2025/01/26 16:45:56	pendulum==3.0.0
2025/01/26 16:45:56	platformdirs==4.3.6
2025/01/26 16:45:56	plumbum==1.9.0
2025/01/26 16:45:56	portend==3.2.0
2025/01/26 16:45:56	psutil==6.1.1
2025/01/26 16:45:56	Pygments==2.19.1
2025/01/26 16:45:56	pynzb==0.1.0
2025/01/26 16:45:56	pyparsing==3.2.1
2025/01/26 16:45:56	PyRSS2Gen==1.1
2025/01/26 16:45:56	python-dateutil==2.9.0.post0
2025/01/26 16:45:56	pytz==2024.2
2025/01/26 16:45:56	PyYAML==6.0.2
2025/01/26 16:45:56	rebulk==3.2.0
2025/01/26 16:45:56	referencing==0.36.1
2025/01/26 16:45:56	requests==2.32.3
2025/01/26 16:45:56	rich==13.9.4
2025/01/26 16:45:56	rpds-py==0.22.3
2025/01/26 16:45:56	rpyc==6.0.1
2025/01/26 16:45:56	setuptools==75.7.0
2025/01/26 16:45:56	sgmllib3k==1.0.0
2025/01/26 16:45:56	six==1.17.0
2025/01/26 16:45:56	soupsieve==2.6
2025/01/26 16:45:56	SQLAlchemy==2.0.37
2025/01/26 16:45:56	tempora==5.8.0
2025/01/26 16:45:56	time-machine==2.16.0
2025/01/26 16:45:56	typing_extensions==4.12.2
2025/01/26 16:45:56	tzdata==2024.2
2025/01/26 16:45:56	tzlocal==5.2
2025/01/26 16:45:56	urllib3==1.26.20
2025/01/26 16:45:56	virtualenv==20.29.1
2025/01/26 16:45:57	webencodings==0.5.1
2025/01/26 16:45:57	Werkzeug==3.1.3
2025/01/26 16:45:57	wheel==0.45.1
2025/01/26 16:45:57	zc.lockfile==3.0.post1
2025/01/26 16:45:57	zstandard==0.23.0
2025/01/26 16:45:57	zxcvbn==4.4.28
2025/01/26 16:45:57	End service_postinst
2025/01/26 16:45:57	Begin service_clean_tmpdir
2025/01/26 16:45:57	End service_clean_tmpdir
2025/01/26 16:45:57	Granting 'sc-flexget' unix ownership on /volume1/@appstore/flexget/var
2025/01/26 16:45:58	upgrade flexget 3.13.25-15 End postinst ret=[0]
2025/01/26 16:45:58	upgrade flexget 3.13.25-15 Begin postupgrade
2025/01/26 16:45:58	Begin initialize_variables
2025/01/26 16:45:58	End initialize_variables
2025/01/26 16:45:58	===> Step postupgrade. STATUS=UPGRADE USER=flexget GROUP= SHARE_PATH=
2025/01/26 16:45:59	Granting 'sc-flexget' unix ownership on /volume1/@appstore/flexget/var
2025/01/26 16:46:00	upgrade flexget 3.13.25-15 End postupgrade ret=[0]
2025/01/26 16:46:02	upgrade flexget 3.13.25-15 Begin start-stop-status start
2025/01/26 16:46:02	upgrade flexget 3.13.25-15 End start-stop-status start ret=[0]
2025/01/26 16:46:03	upgrade flexget 3.13.25-15 Begin /bin/rm -rf /volume1/@tmp/pkginstall
2025/01/26 16:46:03	upgrade flexget 3.13.25-15 End /bin/rm -rf /volume1/@tmp/pkginstall ret=[0]
Service Log
Sun Jan 26 16:46:02 -04 2025
Starting flexget command /volume1/@appstore/flexget/env/bin/flexget -c /volume1/@appstore/flexget/var/config.yml --logfile /volume1/@appstore/flexget/var/daemon.log daemon start
2025-01-26 16:46:17 INFO     web_server_daemon                 Running web server at IP 0.0.0.0:8290
2025-01-26 16:46:17 INFO     web_server_daemon                 Initiating API
2025-01-26 16:46:17 INFO     web_server_daemon                 Registering WebUI v2
2025-01-26 16:46:17 INFO     web_server                    Web server started at http://127.0.0.1:8290
2025-01-26 16:46:17 INFO     scheduler                     No schedules defined in config. Defaulting to run all tasks on a 1 hour interval.
2025-01-26 16:46:17 INFO     web_server                    API available at http://127.0.0.1:8290/api
2025-01-26 16:46:17 INFO     scheduler                     Starting scheduler
2025-01-26 16:46:17 INFO     web_server                    WebUI (v2) available at http://127.0.0.1:8290/
Traceback (most recent call last):
  File "/volume1/@appstore/flexget/env/bin/flexget", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/flexget/__init__.py", line 56, in main
    manager.start()
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/flexget/manager.py", line 384, in start
    self.handle_cli()
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/flexget/manager.py", line 411, in handle_cli
    self.daemon_command(command_options)
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/flexget/manager.py", line 508, in daemon_command
    run_daemon()
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/flexget/manager.py", line 489, in run_daemon
    fire_event('manager.daemon.started', self)
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/flexget/event.py", line 109, in fire_event
    result = event(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/flexget/event.py", line 21, in __call__
    return self.func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/flexget/components/scheduler/scheduler.py", line 130, in setup_scheduler
    setup_jobs(manager)
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/flexget/components/scheduler/scheduler.py", line 173, in setup_jobs
    scheduler.add_job(
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/apscheduler/schedulers/base.py", line 512, in add_job
    self._real_add_job(job, jobstore, replace_existing)
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/apscheduler/schedulers/base.py", line 1076, in _real_add_job
    store.add_job(job)
  File "/volume1/@appstore/flexget/env/lib/python3.12/site-packages/apscheduler/jobstores/sqlalchemy.py", line 118, in add_job
    "job_state": pickle.dumps(job.__getstate__(), self.pickle_protocol),
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_pickle.PicklingError: Cannot pickle a ZoneInfo file from a file stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant