Qbittorrent docker webui: nothing happen on default password

When I enter admin/adminadmin it just clears up all fields without any error msg, no webui appears just same login screen. When I deliberately enter wrong password, then error msg appear ("Invalid Username or Password.")

So I assume the login admin/adminadmin is correct but something broken with my docker? I used on my raspberry pi 4.

2

1 Answer

Confirmed the problem is with libseccomp2, as stated in

Had the same issue. Updating libseccomp2 to 2.4.4 (from 2.3.3/the distro version), as stated in solved it.

In my case, i had to update docker to version 20 (from 18/distro version) too. Thanks to Roxedus for pointing that out ().

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like