Server Version#:1.23.2.4656 , running on openSUSE Leap 15.2
Player Version#: 3.4.7, running on openSUSE Tumbleweed.
I tried to disable SELinux, but that was not the cause of this issue.
When launching the AppImage for Plexamp on Linux, I am greeted with the login-form. But no matter, whether I select “login with browser” or fill the form, nothing happens. I just get a blank window showing my background.
I cannot see what exactly it is doing, logs don’t tell me much, but strace shows it is stuck in a loop calling poll() and only receiving EAGAIN.
The output looks like the following, but the fd and data change over time:
poll([{fd=46, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=46, revents=POLLOUT}])
writev(46, [{iov_base="\27\0\2\0\251\1\0\0", iov_len=8}], 1) = 8
poll([{fd=46, events=POLLIN}], 1, -1) = 1 ([{fd=46, revents=POLLIN}])
recvmsg(46, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0\307\2\345\5\0\0W\1\0\0.\250\264\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
poll([{fd=46, events=POLLIN}], 1, -1) = 1 ([{fd=46, revents=POLLIN}])
recvmsg(46, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\310\2\0\0\0\0T\0\200\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
write(24, “\0”, 1) = 1
write(30, “\1\0\0\0\0\0\0\0”, 8) = 8
Please let me know if I can help debugging this.
