FDH2 / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.35k stars 72 forks source link

utils_data_to_string assertion failure after GET /info #191

Closed cmumme closed 1 year ago

cmumme commented 1 year ago

Raspberry Pi 4 on latest Raspberry Pi OS Lite, not connected via SSH. Self built 1.63, iOS 16 on an iPhone 13 mini

Debug log:

$ uxplay -n airplaything -vsync -rpifb -nh -d
...
Initialized server socket(s)
Local: 192.168.1.45
Remote: 192.168.1.9
httpd receiving on socket 34
conn_request

GET /info RTSP/1.0
X-Apple
uxplay: /home/camren/UxPlay/lib/utils.c:209: utils_data_to_string: Assertion 'len == strlen(str)' failed.
Aborted
cmumme commented 1 year ago

Solved by checking out to the latest stable version of the repo before compilation.

e.g.

git checkout v1.63.2
fduncanh commented 1 year ago

Fixed now.