This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Change Detection LXC: broken script ? #3772
Unanswered
miketrump
asked this question in
Help Needed
Replies: 1 comment 5 replies
-
I have a similar issues in the
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I just use Change Detection LXC script (bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/changedetection.sh)")
But I got an error mid install, here is my last output:
` ✓ Installed Change Detection
/Collecting playwrightss & Playwright
\ Downloading playwright-1.47.0-py3-none-manylinux1_x86_64.whl (38.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.1/38.1 MB 5.9 MB/s eta 0:00:00
|Collecting greenlet==3.0.3
Downloading greenlet-3.0.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (620 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 620.0/620.0 kB 6.9 MB/s eta 0:00:00
\Collecting pyee==12.0.0
Using cached pyee-12.0.0-py3-none-any.whl (14 kB)
Requirement already satisfied: typing-extensions in /usr/local/lib/python3.11/dist-packages (from pyee==12.0.0->playwright) (3.10.0.2)
\Installing collected packages: pyee, greenlet, playwright
Attempting uninstall: pyee
Found existing installation: pyee 11.1.1
Uninstalling pyee-11.1.1:
Successfully uninstalled pyee-11.1.1
Attempting uninstall: greenlet
Found existing installation: greenlet 3.1.1
| Uninstalling greenlet-3.1.1:
Successfully uninstalled greenlet-3.1.1
|ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyppeteer-ng 2.0.0rc5 requires pyee<12.0.0,>=11.0.0, but you have pyee 12.0.0 which is incompatible.
Successfully installed greenlet-3.0.3 playwright-1.47.0 pyee-12.0.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
/Cloning into '/opt/browserless'...
|remote: Enumerating objects: 23457, done.
remote: Counting objects: 100% (4396/4396), done.
remote: Compressing objects: 100% (418/418), done.
-error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 5186 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
[ERROR] in line 77: exit code 0: while executing command $STD git clone https://github.com/browserless/chrome /opt/browserless`
Is it a bug to be fixed? or I have to fix something?
I did rerun the script and get the same error
Thanks
Beta Was this translation helpful? Give feedback.
All reactions