You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't use peertube-CLI anymore. No matter the command i ask, i get this:
stem@stem-kubuntu:~$ peertube-cli plugins list
Cannot list plugins: Expected status 200, got 401.
The server responded: "Missing two factor header".
You may take a closer look at the logs. To see how to do so, check out this page: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/development/tests.md#debug-server-logs
stem@stem-kubuntu:~$
My credentials are already in auth, and adding them in the command doesn't change anything.
Steps to reproduce
Simply type peertube-cli command.
Describe the expected behavior
The action i asked is executed.
Additional information
PeerTube instance:
URL: video.stemy.xyz
Version: 6.3.3
NodeJS version: 18.19.0+dfsg-6~deb12u2
Ffmpeg version: 8:5.1.6-0+deb12u1+rpt1
Link to server log if relevant (journalctl or /var/www/peertube/storage/logs/):
Dec 06 13:43:07 stemy.xyz peertube[2139]: [video.stemy.xyz:443] 2024-12-06 13:43:07.241 info: 91.90.123.57 - - [06/Dec/2024:13:43:07 +0000] "GET /api/v1/oauth-clients/local HTTP/1.0" 200 99 "-" "-"
Dec/2024:13:43:07 +0000] "GET /api/v1/oauth-clients/>
Dec 06 13:43:08 stemy.xyz peertube[2139]: [video.stemy.xyz:443 peertube-plugin-auth-ldap] 2024-12-06 13:43:08.772 info: Do not login user root because admin did not configure LDAP.
Dec 06 13:43:08 stemy.xyz peertube[2139]: [video.stemy.xyz:443] 2024-12-06 13:43:08.895 info: 91.90.123.57 - - [06/Dec/2024:13:43:08 +0000] "POST /api/v1/users/token HTTP/1.0" 401 299 "-" "-"
The text was updated successfully, but these errors were encountered:
Chocobozzz
changed the title
[peertube-CLI] Missing two factor header
Add application token support
Dec 9, 2024
Describe the current behavior
Hello,
I can't use peertube-CLI anymore. No matter the command i ask, i get this:
My credentials are already in auth, and adding them in the command doesn't change anything.
Steps to reproduce
Describe the expected behavior
The action i asked is executed.
Additional information
PeerTube instance:
Link to server log if relevant (
journalctl
or/var/www/peertube/storage/logs/
):The text was updated successfully, but these errors were encountered: