Search Criteria
Package Details: websockify 0.10.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/websockify.git (read-only, click to copy) |
---|---|
Package Base: | websockify |
Description: | WebSockets support for any application/server |
Upstream URL: | https://github.com/novnc/websockify |
Licenses: | LGPL3 |
Submitter: | moscar |
Maintainer: | seiuneko |
Last Packager: | seiuneko |
Votes: | 9 |
Popularity: | 0.000123 |
First Submitted: | 2013-03-31 00:23 (UTC) |
Last Updated: | 2023-01-06 02:11 (UTC) |
Dependencies (3)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312)
- python-setuptools (make)
- python-numpy (python-numpy-git, python-numpy1.22, python-numpy-openblas, python-numpy-mkl, python-numpy-flame, python-numpy-mkl-bin) (optional) – for better HyBi protocol performance
Latest Comments
jcaesar commented on 2021-05-16 11:24 (UTC)
fromstring
was deprecated since python 3.2 and removed in 3.9. The problem can be fixed by backporting this patch: https://github.com/novnc/websockify/commit/33710b397230e239a202c650ceaa8148a1a45c01kolcon commented on 2021-03-16 12:35 (UTC)
websockify[15338]: handler exception: 'array.array' object has no attribute 'fromstring'
seiuneko commented on 2020-05-17 05:34 (UTC)
@elafon Thanks, updated.
elafon commented on 2020-05-05 15:47 (UTC)
Hi,
The package needs to add
python-setuptools
as a required install and make dependency. Otherwise, the package building and installation will end with errors.I suggest this patch to fix this issue:
Cheers.
chr0mag commented on 2018-08-17 17:41 (UTC)
Moving to python3 has broken wokd (and presumably other packages) that rely on a python2 version of websockify. I suppose the solution is to build packages for both python versions.
rpodgorny commented on 2018-07-23 22:10 (UTC)
adopted, updated. thank you very much!
moscar commented on 2018-07-21 23:45 (UTC)
I have not used this package in a very long time and I have no desire to maintain it at this point. I'm disowning it so someone else can pick it up.
rpodgorny commented on 2018-07-21 11:20 (UTC)
please update the python dependency to python3 (python). i've just tested everything works (at least for me).