When launching the app in my Mac Mini m4 pro, it wont' connect to the server "Attempting to connect to:
http://127.0.0.1:8008" Nothing seems to be using that port though. Not sure what the issue is, or if it's a permission thing on my end?
I ran this command which allowed me to open the app xattr -cr /Applications/SpiritStream.app
Before running that command I ran into the issue saying the dmg file was damaged. After running xattr -cr /Applications/SpiritStream.app I was able to run the app but this is when I'm having the "Attempting to connect to" error.
Below is showing port 8008 isn't used and the version of ffpmeg.
➜ ~ lsof -i :8008
➜ ~ ffmpeg -version
ffmpeg version 8.1 Copyright (c) 2000-2026 the FFmpeg developers
built with Apple clang version 16.0.0 (clang-1600.0.26.6)
configuration: --prefix=/usr/local/Cellar/ffmpeg/8.1 --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gpl --enable-libsvtav1 --enable-libopus --enable-libx264 --enable-libmp3lame --enable-libdav1d --enable-libvpx --enable-libx265 --enable-openssl --enable-videotoolbox --enable-audiotoolbox
libavutil 60. 26.100 / 60. 26.100
libavcodec 62. 28.100 / 62. 28.100
libavformat 62. 12.100 / 62. 12.100
libavdevice 62. 3.100 / 62. 3.100
libavfilter 11. 14.100 / 11. 14.100
libswscale 9. 5.100 / 9. 5.100
libswresample 6. 3.100 / 6. 3.100
Exiting with exit code 0
Here is the long log in gist form:
https://gist.github.com/rachyrachyrach/438ecfd193e207d057021a9081f8ced8
When launching the app in my Mac Mini m4 pro, it wont' connect to the server "Attempting to connect to:
http://127.0.0.1:8008" Nothing seems to be using that port though. Not sure what the issue is, or if it's a permission thing on my end?
I ran this command which allowed me to open the app
xattr -cr /Applications/SpiritStream.appBefore running that command I ran into the issue saying the dmg file was damaged. After running
xattr -cr /Applications/SpiritStream.appI was able to run the app but this is when I'm having the "Attempting to connect to" error.Below is showing port 8008 isn't used and the version of ffpmeg.
Here is the long log in gist form:
https://gist.github.com/rachyrachyrach/438ecfd193e207d057021a9081f8ced8