Fresh installed Change Detection LXC error #351

Closed
opened 2026-02-04 18:08:41 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @GuiltyFox on GitHub (Jan 19, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Change Detection LXC

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/changedetection.sh)"

📝 Provide a clear and concise description of the issue.

After script done everything, changedetection service in the LXC won't start

⚙️ What settings are you using?

  • Default Settings with default settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

  1. Run install script
  2. that's it. changedetection service in the LXC error

Paste the full error output (if available).

Jan 19 01:41:19 changedetection systemd[1]: Started changedetection.service - Change Detection.
Jan 19 01:41:19 changedetection changedetection.io[16258]: 2025-01-19 01:41:19.956 | DEBUG    | changedetectionio.content_fetchers:<module>:36 - Using Playwright library as fetcher
Jan 19 01:41:20 changedetection changedetection.io[16258]: Traceback (most recent call last):
Jan 19 01:41:20 changedetection changedetection.io[16258]:   File "/usr/local/bin/changedetection.io", line 5, in <module>
Jan 19 01:41:20 changedetection changedetection.io[16258]:     from changedetectionio import main
Jan 19 01:41:20 changedetection changedetection.io[16258]:   File "/usr/local/lib/python3.11/dist-packages/changedetectionio/__init__.py", line 19, in <module>
Jan 19 01:41:20 changedetection changedetection.io[16258]:     from changedetectionio.flask_app import changedetection_app
Jan 19 01:41:20 changedetection changedetection.io[16258]:   File "/usr/local/lib/python3.11/dist-packages/changedetectionio/flask_app.py", line 45, in <module>
Jan 19 01:41:20 changedetection changedetection.io[16258]:     from changedetectionio.api import api_v1
Jan 19 01:41:20 changedetection changedetection.io[16258]:   File "/usr/local/lib/python3.11/dist-packages/changedetectionio/api/api_v1.py", line 4, in <module>
Jan 19 01:41:20 changedetection changedetection.io[16258]:     from flask_expects_json import expects_json
Jan 19 01:41:20 changedetection changedetection.io[16258]:   File "/usr/local/lib/python3.11/dist-packages/flask_expects_json/__init__.py", line 6, in <module>
Jan 19 01:41:20 changedetection changedetection.io[16258]:     from jsonschema import validate, ValidationError, FormatChecker
Jan 19 01:41:20 changedetection changedetection.io[16258]:   File "/usr/local/lib/python3.11/dist-packages/jsonschema/__init__.py", line 13, in <module>
Jan 19 01:41:20 changedetection changedetection.io[16258]:     from jsonschema._format import FormatChecker
Jan 19 01:41:20 changedetection changedetection.io[16258]:   File "/usr/local/lib/python3.11/dist-packages/jsonschema/_format.py", line 11, in <module>
Jan 19 01:41:20 changedetection changedetection.io[16258]:     from jsonschema.exceptions import FormatError
Jan 19 01:41:20 changedetection changedetection.io[16258]:   File "/usr/local/lib/python3.11/dist-packages/jsonschema/exceptions.py", line 15, in <module>
Jan 19 01:41:20 changedetection changedetection.io[16258]:     from referencing.exceptions import Unresolvable as _Unresolvable
Jan 19 01:41:20 changedetection changedetection.io[16258]:   File "/usr/local/lib/python3.11/dist-packages/referencing/__init__.py", line 5, in <module>
Jan 19 01:41:20 changedetection changedetection.io[16258]:     from referencing._core import Anchor, Registry, Resource, Specification
Jan 19 01:41:20 changedetection changedetection.io[16258]:   File "/usr/local/lib/python3.11/dist-packages/referencing/_core.py", line 18, in <module>
Jan 19 01:41:20 changedetection changedetection.io[16258]:     from referencing.typing import URI, Anchor as AnchorType, D, Mapping, Retrieve
Jan 19 01:41:20 changedetection changedetection.io[16258]:   File "/usr/local/lib/python3.11/dist-packages/referencing/typing.py", line 22, in <module>
Jan 19 01:41:20 changedetection changedetection.io[16258]:     D = TypeVar("D", default=Any)
Jan 19 01:41:20 changedetection changedetection.io[16258]:         ^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 19 01:41:20 changedetection changedetection.io[16258]: TypeError: TypeVar.__init__() got an unexpected keyword argument 'default'
Jan 19 01:41:20 changedetection systemd[1]: changedetection.service: Main process exited, code=exited, status=1/FAILURE
Jan 19 01:41:20 changedetection systemd[1]: changedetection.service: Failed with result 'exit-code'.

🖼️ Additional context (optional).

No response

Originally created by @GuiltyFox on GitHub (Jan 19, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Change Detection LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/changedetection.sh)" ### 📝 Provide a clear and concise description of the issue. After script done everything, changedetection service in the LXC won't start ### ⚙️ What settings are you using? - [x] Default Settings with default settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. 1. Run install script 2. that's it. changedetection service in the LXC error ### ❌ Paste the full error output (if available). ``` Jan 19 01:41:19 changedetection systemd[1]: Started changedetection.service - Change Detection. Jan 19 01:41:19 changedetection changedetection.io[16258]: 2025-01-19 01:41:19.956 | DEBUG | changedetectionio.content_fetchers:<module>:36 - Using Playwright library as fetcher Jan 19 01:41:20 changedetection changedetection.io[16258]: Traceback (most recent call last): Jan 19 01:41:20 changedetection changedetection.io[16258]: File "/usr/local/bin/changedetection.io", line 5, in <module> Jan 19 01:41:20 changedetection changedetection.io[16258]: from changedetectionio import main Jan 19 01:41:20 changedetection changedetection.io[16258]: File "/usr/local/lib/python3.11/dist-packages/changedetectionio/__init__.py", line 19, in <module> Jan 19 01:41:20 changedetection changedetection.io[16258]: from changedetectionio.flask_app import changedetection_app Jan 19 01:41:20 changedetection changedetection.io[16258]: File "/usr/local/lib/python3.11/dist-packages/changedetectionio/flask_app.py", line 45, in <module> Jan 19 01:41:20 changedetection changedetection.io[16258]: from changedetectionio.api import api_v1 Jan 19 01:41:20 changedetection changedetection.io[16258]: File "/usr/local/lib/python3.11/dist-packages/changedetectionio/api/api_v1.py", line 4, in <module> Jan 19 01:41:20 changedetection changedetection.io[16258]: from flask_expects_json import expects_json Jan 19 01:41:20 changedetection changedetection.io[16258]: File "/usr/local/lib/python3.11/dist-packages/flask_expects_json/__init__.py", line 6, in <module> Jan 19 01:41:20 changedetection changedetection.io[16258]: from jsonschema import validate, ValidationError, FormatChecker Jan 19 01:41:20 changedetection changedetection.io[16258]: File "/usr/local/lib/python3.11/dist-packages/jsonschema/__init__.py", line 13, in <module> Jan 19 01:41:20 changedetection changedetection.io[16258]: from jsonschema._format import FormatChecker Jan 19 01:41:20 changedetection changedetection.io[16258]: File "/usr/local/lib/python3.11/dist-packages/jsonschema/_format.py", line 11, in <module> Jan 19 01:41:20 changedetection changedetection.io[16258]: from jsonschema.exceptions import FormatError Jan 19 01:41:20 changedetection changedetection.io[16258]: File "/usr/local/lib/python3.11/dist-packages/jsonschema/exceptions.py", line 15, in <module> Jan 19 01:41:20 changedetection changedetection.io[16258]: from referencing.exceptions import Unresolvable as _Unresolvable Jan 19 01:41:20 changedetection changedetection.io[16258]: File "/usr/local/lib/python3.11/dist-packages/referencing/__init__.py", line 5, in <module> Jan 19 01:41:20 changedetection changedetection.io[16258]: from referencing._core import Anchor, Registry, Resource, Specification Jan 19 01:41:20 changedetection changedetection.io[16258]: File "/usr/local/lib/python3.11/dist-packages/referencing/_core.py", line 18, in <module> Jan 19 01:41:20 changedetection changedetection.io[16258]: from referencing.typing import URI, Anchor as AnchorType, D, Mapping, Retrieve Jan 19 01:41:20 changedetection changedetection.io[16258]: File "/usr/local/lib/python3.11/dist-packages/referencing/typing.py", line 22, in <module> Jan 19 01:41:20 changedetection changedetection.io[16258]: D = TypeVar("D", default=Any) Jan 19 01:41:20 changedetection changedetection.io[16258]: ^^^^^^^^^^^^^^^^^^^^^^^^^ Jan 19 01:41:20 changedetection changedetection.io[16258]: TypeError: TypeVar.__init__() got an unexpected keyword argument 'default' Jan 19 01:41:20 changedetection systemd[1]: changedetection.service: Main process exited, code=exited, status=1/FAILURE Jan 19 01:41:20 changedetection systemd[1]: changedetection.service: Failed with result 'exit-code'. ``` ### 🖼️ Additional context (optional). _No response_
Author
Owner

@MickLesk commented on GitHub (Jan 19, 2025):

#995

@MickLesk commented on GitHub (Jan 19, 2025): #995
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#351