login as: toni
toni@vxparser's password:
Welcome to Ubuntu 23.10 (GNU/Linux 6.5.0-1005-raspi aarch64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Thu Apr 18 20:27:00 CEST 2024
System load: 1.86
Usage of /: 1.8% of 109.49GB
Memory usage: 15%
Swap usage: 0%
Temperature: 42.4 C
Processes: 150
Users logged in: 0
IPv4 address for eth0: 192.168.1.62
IPv6 address for eth0: 2003:f*******************:4261
114 updates can be applied immediately.
64 of these updates are standard security updates.
To see these additional updates run: apt list --upgradable
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
toni@vxparser:~$ sudo passwd root
[sudo] password for toni:
Sorry, try again.
[sudo] password for toni:
New password:
Retype new password:
passwd: password updated successfully
toni@vxparser:~$ su
Password:
root@vxparser:/home/toni# apt install python3-pip
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
build-essential bzip2 cpp cpp-13 dpkg dpkg-dev fakeroot fontconfig-config fonts-noto-core fonts-noto-mono g++ g++-13 gcc gcc-13 javascript-common libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan8 libatomic1 libc-bin libc-dev-bin libc-devtools libc6 libc6-dev libcc1-0 libcrypt-dev libdeflate0 libdpkg-perl libexpat1
libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev libgd3 libgomp1 libhwasan0 libisl23 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjs-jquery
libjs-sphinxdoc libjs-underscore liblerc4 liblsan0 libmpc3 libnsl-dev libpython3-dev libpython3.11-dev libstdc++-13-dev libtiff6 libtirpc-dev libtsan2 libubsan1 libwebp7 libxpm4
linux-libc-dev locales lto-disabled-list make manpages-dev python3-dev python3-distutils python3-lib2to3 python3-setuptools python3-wheel python3.11-dev rpcsvc-proto zlib1g-dev
Suggested packages:
bzip2-doc cpp-doc gcc-13-locales cpp-13-doc debsig-verify debian-keyring gcc-13-doc gcc-multilib autoconf automake libtool flex bison gdb gcc-doc apache2 | lighttpd | httpd glibc-doc
bzr libgd-tools libstdc++-13-doc make-doc python-setuptools-doc
Recommended packages:
libnss-nis libnss-nisplus
The following NEW packages will be installed:
build-essential bzip2 cpp cpp-13 dpkg-dev fakeroot fontconfig-config fonts-noto-core fonts-noto-mono g++ g++-13 gcc gcc-13 javascript-common libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan8 libatomic1 libc-dev-bin libc-devtools libc6-dev libcc1-0 libcrypt-dev libdeflate0 libdpkg-perl libexpat1-dev libfakeroot
libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-13-dev libgd3 libgomp1 libhwasan0 libisl23 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjs-jquery libjs-sphinxdoc
libjs-underscore liblerc4 liblsan0 libmpc3 libnsl-dev libpython3-dev libpython3.11-dev libstdc++-13-dev libtiff6 libtirpc-dev libtsan2 libubsan1 libwebp7 libxpm4 linux-libc-dev
lto-disabled-list make manpages-dev python3-dev python3-distutils python3-lib2to3 python3-pip python3-setuptools python3-wheel python3.11-dev rpcsvc-proto zlib1g-dev
The following packages will be upgraded:
dpkg libc-bin libc6 libexpat1 locales
5 upgraded, 69 newly installed, 0 to remove and 108 not upgraded.
Need to get 95.2 MB of archives.
After this operation, 299 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Restarting services...
systemctl restart avahi-daemon.service cron.service irqbalance.service packagekit.service polkit.service rsyslog.service snapd.service ssh.service systemd-journald.service systemd-networkd.service systemd-resolved.service systemd-timesyncd.service systemd-udevd.service udisks2.service
Service restarts being deferred:
systemctl restart ModemManager.service
systemctl restart bluetooth.service
/etc/needrestart/restart.d/dbus.service
systemctl restart getty@tty1.service
systemctl restart serial-getty@ttyS0.service
systemctl restart systemd-logind.service
systemctl restart unattended-upgrades.service
systemctl restart wpa_supplicant.service
No containers need to be restarted.
User sessions running outdated binaries:
toni @ session #1: apt[2325], bash[1938,2310], sshd[1799,1937], su[2309]
toni @ user manager service: systemd[1834]
No VM guests are running outdated hypervisor (qemu) binaries on this host.
root@vxparser:/home/toni# cd
root@vxparser:~# pip install vxparser --break-system-packages
Collecting vxparser
Obtaining dependency information for vxparser from https://files.pythonhosted.org/packages/91/14/93b296a5b5fe77c1748adf4be72c97f6c903128ffba79947219e7bb47cf4/vxparser-1.3.8-py3-none-any.whl.metadata
Downloading vxparser-1.3.8-py3-none-any.whl.metadata (12 kB)
Collecting aiohttp>=3.8.1 (from vxparser)
Obtaining dependency information for aiohttp>=3.8.1 from https://files.pythonhosted.org/packages/73/f1/084f82069428b87d2b5c1e3e2d1d51911981f4cccd94c5c3691f10061c99/aiohttp-3.9.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading aiohttp-3.9.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.5 kB)
Collecting fastapi>=0.95.0 (from vxparser)
Obtaining dependency information for fastapi>=0.95.0 from https://files.pythonhosted.org/packages/c0/c1/2dc286475c8e2e455e431a1cf1cf29662c9f9290434161088ba039d77481/fastapi-0.110.1-py3-none-any.whl.metadata
Downloading fastapi-0.110.1-py3-none-any.whl.metadata (24 kB)
Collecting inquirer<4.0.0,>=3.1.3 (from vxparser)
Obtaining dependency information for inquirer<4.0.0,>=3.1.3 from https://files.pythonhosted.org/packages/17/e0/d7febc18212b2006f06542ca59e86fb982ac514e5df9ffb727b351c54f5c/inquirer-3.2.4-py3-none-any.whl.metadata
Downloading inquirer-3.2.4-py3-none-any.whl.metadata (6.8 kB)
Collecting notifications_android_tv<2.0.0,>=1.0.0 (from vxparser)
Obtaining dependency information for notifications_android_tv<2.0.0,>=1.0.0 from https://files.pythonhosted.org/packages/0b/f2/3a535d91cd7439a6f7f99c15d276efebe1b7489eca1cec27040b474fe110/notifications_android_tv-1.0.0-py3-none-any.whl.metadata
Downloading notifications_android_tv-1.0.0-py3-none-any.whl.metadata (2.9 kB)
Collecting python-multipart<0.0.7,>=0.0.6 (from vxparser)
Obtaining dependency information for python-multipart<0.0.7,>=0.0.6 from https://files.pythonhosted.org/packages/b4/ff/b1e11d8bffb5e0e1b6d27f402eeedbeb9be6df2cdbc09356a1ae49806dbf/python_multipart-0.0.6-py3-none-any.whl.metadata
Downloading python_multipart-0.0.6-py3-none-any.whl.metadata (2.5 kB)
Requirement already satisfied: requests>=2.31.0 in /usr/lib/python3/dist-packages (from vxparser) (2.31.0)
Requirement already satisfied: six>=1.16.0 in /usr/lib/python3/dist-packages (from vxparser) (1.16.0)
Collecting unidecode>=1.3.7 (from vxparser)
Obtaining dependency information for unidecode>=1.3.7 from https://files.pythonhosted.org/packages/84/b7/6ec57841fb67c98f52fc8e4a2d96df60059637cba077edc569a302a8ffc7/Unidecode-1.3.8-py3-none-any.whl.metadata
Downloading Unidecode-1.3.8-py3-none-any.whl.metadata (13 kB)
Collecting uvicorn>=0.13.3 (from vxparser)
Obtaining dependency information for uvicorn>=0.13.3 from https://files.pythonhosted.org/packages/73/f5/cbb16fcbe277c1e0b8b3ddd188f2df0e0947f545c49119b589643632d156/uvicorn-0.29.0-py3-none-any.whl.metadata
Downloading uvicorn-0.29.0-py3-none-any.whl.metadata (6.3 kB)
Collecting aiosignal>=1.1.2 (from aiohttp>=3.8.1->vxparser)
Obtaining dependency information for aiosignal>=1.1.2 from https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl.metadata
Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
Requirement already satisfied: attrs>=17.3.0 in /usr/lib/python3/dist-packages (from aiohttp>=3.8.1->vxparser) (23.1.0)
Collecting frozenlist>=1.1.1 (from aiohttp>=3.8.1->vxparser)
Obtaining dependency information for frozenlist>=1.1.1 from https://files.pythonhosted.org/packages/ac/6e/e0322317b7c600ba21dec224498c0c5959b2bce3865277a7c0badae340a9/frozenlist-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (12 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp>=3.8.1->vxparser)
Obtaining dependency information for multidict<7.0,>=4.5 from https://files.pythonhosted.org/packages/3f/e1/7fdd0f39565df3af87d6c2903fb66a7d529fbd0a8a066045d7a5b6ad1145/multidict-6.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading multidict-6.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.2 kB)
Collecting yarl<2.0,>=1.0 (from aiohttp>=3.8.1->vxparser)
Obtaining dependency information for yarl<2.0,>=1.0 from https://files.pythonhosted.org/packages/38/45/7c669999f5d350f4f8f74369b94e0f6705918eee18e38610bfe44af93d4f/yarl-1.9.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading yarl-1.9.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (31 kB)
Collecting pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4 (from fastapi>=0.95.0->vxparser)
Obtaining dependency information for pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4 from https://files.pythonhosted.org/packages/16/ca/330c4f3bd983bb24ac12c7fd1e08c26c8aed70bc64498cf38c770321067f/pydantic-2.7.0-py3-none-any.whl.metadata
Downloading pydantic-2.7.0-py3-none-any.whl.metadata (103 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.4/103.4 kB 5.0 MB/s eta 0:00:00
Collecting starlette<0.38.0,>=0.37.2 (from fastapi>=0.95.0->vxparser)
Obtaining dependency information for starlette<0.38.0,>=0.37.2 from https://files.pythonhosted.org/packages/fd/18/31fa32ed6c68ba66220204ef0be798c349d0a20c1901f9d4a794e08c76d8/starlette-0.37.2-py3-none-any.whl.metadata
Downloading starlette-0.37.2-py3-none-any.whl.metadata (5.9 kB)
Collecting typing-extensions>=4.8.0 (from fastapi>=0.95.0->vxparser)
Obtaining dependency information for typing-extensions>=4.8.0 from https://files.pythonhosted.org/packages/01/f3/936e209267d6ef7510322191003885de524fc48d1b43269810cd589ceaf5/typing_extensions-4.11.0-py3-none-any.whl.metadata
Downloading typing_extensions-4.11.0-py3-none-any.whl.metadata (3.0 kB)
Collecting blessed>=1.19.0 (from inquirer<4.0.0,>=3.1.3->vxparser)
Obtaining dependency information for blessed>=1.19.0 from https://files.pythonhosted.org/packages/76/98/584f211c3a4bb38f2871fa937ee0cc83c130de50c955d6c7e2334dbf4acb/blessed-1.20.0-py2.py3-none-any.whl.metadata
Downloading blessed-1.20.0-py2.py3-none-any.whl.metadata (13 kB)
Collecting editor>=1.6.0 (from inquirer<4.0.0,>=3.1.3->vxparser)
Obtaining dependency information for editor>=1.6.0 from https://files.pythonhosted.org/packages/1b/c2/4bc8cd09b14e28ce3f406a8b05761bed0d785d1ca8c2a5c6684d884c66a2/editor-1.6.6-py3-none-any.whl.metadata
Downloading editor-1.6.6-py3-none-any.whl.metadata (2.3 kB)
Collecting readchar>=3.0.6 (from inquirer<4.0.0,>=3.1.3->vxparser)
Obtaining dependency information for readchar>=3.0.6 from https://files.pythonhosted.org/packages/86/db/aca9e5e6a53a499d61cbd78b3594d700f1e48a50ab6970a92a4d1251f8db/readchar-4.0.6-py3-none-any.whl.metadata
Downloading readchar-4.0.6-py3-none-any.whl.metadata (6.2 kB)
Collecting httpx<1,>=0.23 (from notifications_android_tv<2.0.0,>=1.0.0->vxparser)
Obtaining dependency information for httpx<1,>=0.23 from https://files.pythonhosted.org/packages/41/7b/ddacf6dcebb42466abd03f368782142baa82e08fc0c1f8eaa05b4bae87d5/httpx-0.27.0-py3-none-any.whl.metadata
Downloading httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
Requirement already satisfied: click>=7.0 in /usr/lib/python3/dist-packages (from uvicorn>=0.13.3->vxparser) (8.1.6)
Collecting h11>=0.8 (from uvicorn>=0.13.3->vxparser)
Obtaining dependency information for h11>=0.8 from https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl.metadata
Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting wcwidth>=0.1.4 (from blessed>=1.19.0->inquirer<4.0.0,>=3.1.3->vxparser)
Obtaining dependency information for wcwidth>=0.1.4 from https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl.metadata
Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting runs (from editor>=1.6.0->inquirer<4.0.0,>=3.1.3->vxparser)
Obtaining dependency information for runs from https://files.pythonhosted.org/packages/86/d6/17caf2e4af1dec288477a0cbbe4a96fbc9b8a28457dce3f1f452630ce216/runs-1.2.2-py3-none-any.whl.metadata
Downloading runs-1.2.2-py3-none-any.whl.metadata (10 kB)
Collecting xmod (from editor>=1.6.0->inquirer<4.0.0,>=3.1.3->vxparser)
Obtaining dependency information for xmod from https://files.pythonhosted.org/packages/33/6b/0dc75b64a764ea1cb8e4c32d1fb273c147304d4e5483cd58be482dc62e45/xmod-1.8.1-py3-none-any.whl.metadata
Downloading xmod-1.8.1-py3-none-any.whl.metadata (1.8 kB)
Collecting anyio (from httpx<1,>=0.23->notifications_android_tv<2.0.0,>=1.0.0->vxparser)
Obtaining dependency information for anyio from https://files.pythonhosted.org/packages/14/fd/2f20c40b45e4fb4324834aea24bd4afdf1143390242c0b33774da0e2e34f/anyio-4.3.0-py3-none-any.whl.metadata
Downloading anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB)
Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from httpx<1,>=0.23->notifications_android_tv<2.0.0,>=1.0.0->vxparser) (2022.9.24)
Collecting httpcore==1.* (from httpx<1,>=0.23->notifications_android_tv<2.0.0,>=1.0.0->vxparser)
Obtaining dependency information for httpcore==1.* from https://files.pythonhosted.org/packages/78/d4/e5d7e4f2174f8a4d63c8897d79eb8fe2503f7ecc03282fee1fa2719c2704/httpcore-1.0.5-py3-none-any.whl.metadata
Downloading httpcore-1.0.5-py3-none-any.whl.metadata (20 kB)
Requirement already satisfied: idna in /usr/lib/python3/dist-packages (from httpx<1,>=0.23->notifications_android_tv<2.0.0,>=1.0.0->vxparser) (3.3)
Collecting sniffio (from httpx<1,>=0.23->notifications_android_tv<2.0.0,>=1.0.0->vxparser)
Obtaining dependency information for sniffio from https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl.metadata
Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting annotated-types>=0.4.0 (from pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4->fastapi>=0.95.0->vxparser)
Obtaining dependency information for annotated-types>=0.4.0 from https://files.pythonhosted.org/packages/28/78/d31230046e58c207284c6b2c4e8d96e6d3cb4e52354721b944d3e1ee4aa5/annotated_types-0.6.0-py3-none-any.whl.metadata
Downloading annotated_types-0.6.0-py3-none-any.whl.metadata (12 kB)
Collecting pydantic-core==2.18.1 (from pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4->fastapi>=0.95.0->vxparser)
Obtaining dependency information for pydantic-core==2.18.1 from https://files.pythonhosted.org/packages/11/6e/bf01c6a8133a4ad0b2bb1f6b20acd36a6aefab8ab8e098c6a9d66db1d303/pydantic_core-2.18.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading pydantic_core-2.18.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.5 kB)
Requirement already satisfied: setuptools>=41.0 in /usr/lib/python3/dist-packages (from readchar>=3.0.6->inquirer<4.0.0,>=3.1.3->vxparser) (68.1.2)
Downloading vxparser-1.3.8-py3-none-any.whl (915 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 915.8/915.8 kB 8.9 MB/s eta 0:00:00
Downloading aiohttp-3.9.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 8.4 MB/s eta 0:00:00
Downloading fastapi-0.110.1-py3-none-any.whl (91 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.9/91.9 kB 4.0 MB/s eta 0:00:00
Downloading inquirer-3.2.4-py3-none-any.whl (18 kB)
Downloading notifications_android_tv-1.0.0-py3-none-any.whl (6.1 kB)
Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 2.1 MB/s eta 0:00:00
Downloading Unidecode-1.3.8-py3-none-any.whl (235 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.5/235.5 kB 5.7 MB/s eta 0:00:00
Downloading uvicorn-0.29.0-py3-none-any.whl (60 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 2.6 MB/s eta 0:00:00
Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Downloading blessed-1.20.0-py2.py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 2.6 MB/s eta 0:00:00
Downloading editor-1.6.6-py3-none-any.whl (4.0 kB)
Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (273 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 273.3/273.3 kB 6.1 MB/s eta 0:00:00
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 3.4 MB/s eta 0:00:00
Downloading httpx-0.27.0-py3-none-any.whl (75 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/75.6 kB 3.7 MB/s eta 0:00:00
Downloading httpcore-1.0.5-py3-none-any.whl (77 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB 3.8 MB/s eta 0:00:00
Downloading multidict-6.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (130 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.8/130.8 kB 1.3 MB/s eta 0:00:00
Downloading pydantic-2.7.0-py3-none-any.whl (407 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 407.9/407.9 kB 8.3 MB/s eta 0:00:00
Downloading pydantic_core-2.18.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 9.2 MB/s eta 0:00:00
Downloading readchar-4.0.6-py3-none-any.whl (8.5 kB)
Downloading starlette-0.37.2-py3-none-any.whl (71 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.9/71.9 kB 3.0 MB/s eta 0:00:00
Downloading typing_extensions-4.11.0-py3-none-any.whl (34 kB)
Downloading yarl-1.9.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (324 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 324.2/324.2 kB 7.4 MB/s eta 0:00:00
Downloading annotated_types-0.6.0-py3-none-any.whl (12 kB)
Downloading anyio-4.3.0-py3-none-any.whl (85 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 kB 3.7 MB/s eta 0:00:00
Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Downloading runs-1.2.2-py3-none-any.whl (7.0 kB)
Downloading xmod-1.8.1-py3-none-any.whl (4.6 kB)
Installing collected packages: wcwidth, xmod, unidecode, typing-extensions, sniffio, readchar, python-multipart, multidict, h11, frozenlist, blessed, annotated-types, yarl, uvicorn, runs, pydantic-core, httpcore, anyio, aiosignal, starlette, pydantic, httpx, editor, aiohttp, notifications_android_tv, inquirer, fastapi, vxparser
Successfully installed aiohttp-3.9.5 aiosignal-1.3.1 annotated-types-0.6.0 anyio-4.3.0 blessed-1.20.0 editor-1.6.6 fastapi-0.110.1 frozenlist-1.4.1 h11-0.14.0 httpcore-1.0.5 httpx-0.27.0 inquirer-3.2.4 multidict-6.0.5 notifications_android_tv-1.0.0 pydantic-2.7.0 pydantic-core-2.18.1 python-multipart-0.0.6 readchar-4.0.6 runs-1.2.2 sniffio-1.3.1 starlette-0.37.2 typing-extensions-4.11.0 unidecode-1.3.8 uvicorn-0.29.0 vxparser-1.3.8 wcwidth-0.2.13 xmod-1.8.1 yarl-1.9.4
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
root@vxparser:~# vxparser
INFO: Will watch for changes in these directories: ['/root']
[SERVICE][API]:: Successful started...
[SERVICE][M3U8]:: Successful started...
[PROCESS][M3U8]:: Starting with URL: http://192.168.1.62:8080 ...
[SERVICE][EPG]:: Successful started...
INFO: Started server process [4484]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
[?] Main Menu:
[?] Main Menu:
> Settings =>
Vavoo (LiveTV) =>
Xstream (VoD's & Series) =>
Stop Services
Restart Services
- Clean Database (Settings)
- Clear Cache Path
<= Shutdown
[?] Main Settings:
<= Back
[0.0.0.0] FastAPI Server IP (0.0.0.0 = listen on all ips)
[192.168.1.62] Server IP for M3U8 List Creation
[8080] Server Port
[On] Set Automatic Network IP to Server IP Setting
[On] Automatic M3U8 List Creation for LiveTV als Service
[96] Sleep Time for List Creation Service in Stunden
[Info] LogLevel
[Off] Search in TMDB after VoD & Series Infos
[] Username of S.to User Accound
> [] Password for S.to User Accound
[hls] Bevorzugter codec für Xtream Codes
creating Albania.m3u8 ...
creating Balkans.m3u8 ...
[?] Main Settings:
[?] Main Settings:
> <= Back
[0.0.0.0] FastAPI Server IP (0.0.0.0 = listen on all ips)
[192.168.1.62] Server IP for M3U8 List Creation
[8080] Server Port
[On] Set Automatic Network IP to Server IP Setting
[On] Automatic M3U8 List Creation for LiveTV als Service
[96] Sleep Time for List Creation Service in Stunden
[Info] LogLevel
[Off] Search in TMDB after VoD & Series Infos
[] Username of S.to User Accound
[] Password for S.to User Accound
[hls] Bevorzugter codec für Xtream Codes
[?] Main Menu:
Settings =>
> Vavoo (LiveTV) =>
Xstream (VoD's & Series) =>
Stop Services
Restart Services
- Clean Database (Settings)
- Clear Cache Path
<= Shutdown
Process Process-2:
Traceback (most recent call last):
File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
self.run()
File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.11/dist-packages/vxparser/services.py", line 129, in loop_m3u8
vavoo.sky_m3u8()
File "/usr/local/lib/python3.11/dist-packages/vxparser/utils/vavoo.py", line 280, in sky_m3u8
cur3.execute('SELECT * FROM epgs WHERE id="' + row['tid'] + '"')
sqlite3.OperationalError: database is locked
INFO: 192.168.1.35:53407 - "GET / HTTP/1.1" 200 OK
INFO: 192.168.1.35:53407 - "GET /favicon.ico HTTP/1.1" 404 Not Found
[EPG]:: epg.xml.gz successful created!
[SERVICE][EPG]:: sleeping for 431948 sec...
INFO: 192.168.1.35:53425 - "GET /Germany.m3u8 HTTP/1.1" 200 OK
INFO: 192.168.1.35:53426 - "GET /channel/839 HTTP/1.1" 302 Found
INFO: 192.168.1.35:53429 - "GET /channel/1008 HTTP/1.1" 302 Found
INFO: 192.168.1.35:53437 - "GET /channel/1012 HTTP/1.1" 302 Found
INFO: 192.168.1.35:53440 - "GET /channel/1012 HTTP/1.1" 302 Found
INFO: 192.168.1.35:53447 - "GET /channel/932 HTTP/1.1" 302 Found
INFO: 192.168.1.35:53450 - "GET /channel/951 HTTP/1.1" 302 Found