Replies: 1 comment
-
Hi @jrprado request.CRITICAL: Uncaught PHP Exception Lcobucci\JWT\Signer\InvalidKeyProvided: "Key provided is shorter than 256 bits, only 40 bits provided" at InvalidKeyProvided.php line 44 {"exception":"[object] You must add an JWT for the Websocket AND the API key between Jitsi Admin and Jitsi Meet that is longer then 256 bit. add some more digits and the issue should be fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
error on start new room.
LOG:
[2025-03-11T22:19:17.869599+01:00] request.INFO: Matched route "own_room_startPage". {"route":"own_room_startPage","route_parameters":{"_route":"own_room_startPage","_controller":"App\Controller\OwnRoomController::index","_locale":"en","uid":"881741724977"},"request_uri":"http://websala.savox.info/en/myRoom/start/881741724977?q=%2Fen%2FmyRoom%2Fstart%2F881741724977","method":"POST"} []
[2025-03-11T22:19:17.872874+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} []
[2025-03-11T22:19:17.872890+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\Security\KeycloakAuthenticator"} []
[2025-03-11T22:19:17.872897+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\Security\KeycloakAuthenticator"} []
[2025-03-11T22:19:17.875134+01:00] php.INFO: User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelProdContainer.php:325, doctrine/orm#10455, package doctrine/orm) {"exception":"[object] (ErrorException(code: 0): User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelProdContainer.php:325, doctrine/orm#10455, package doctrine/orm) at /var/www/html/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2025-03-11T22:19:17.883650+01:00] php.INFO: User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead. at /var/www/html/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14)"} []
[2025-03-11T22:19:17.883831+01:00] php.INFO: User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead. at /var/www/html/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14)"} []
[2025-03-11T22:19:17.910260+01:00] app.DEBUG: profile picure is added to the jwt [] []
[2025-03-11T22:19:17.910286+01:00] app.DEBUG: We add moderator rights to the root claim [] []
[2025-03-11T22:19:17.910293+01:00] app.DEBUG: The features Enabled by JWT is enabled on the server and is set here [] []
[2025-03-11T22:19:17.930262+01:00] app.DEBUG: send Message via Websocket: {"topic":["lobby_moderator/5cb9529446c085708e12fe7336676543"],"data":"{"type":"refresh","reloadUrl":"\/en\/room\/lobby\/moderator\/a\/5cb9529446c085708e12fe7336676543 #waitingUser"}"} []
[2025-03-11T22:19:17.931200+01:00] request.CRITICAL: Uncaught PHP Exception Lcobucci\JWT\Signer\InvalidKeyProvided: "Key provided is shorter than 256 bits, only 40 bits provided" at InvalidKeyProvided.php line 44 {"exception":"[object] (Lcobucci\JWT\Signer\InvalidKeyProvided(code: 0): Key provided is shorter than 256 bits, only 40 bits provided at /var/www/html/vendor/lcobucci/jwt/src/Signer/InvalidKeyProvided.php:44)"} []
Beta Was this translation helpful? Give feedback.
All reactions