Skip to content
Discussion options

You must be logged in to vote

Update! Problem reported and fixed in #4428


This part of the error message is relevant:

** {badarg,[{base64,dec_bin,8,
                    [{file,"base64.erl"},
                     {line,500},
                     {error_info,#{cause => {3,integer,type,bad},
                                   function => format_bs_fail,
                                   module => erl_erts_errors}}]},
            {xmpp_sasl_scram,mech_step,2,
                             [{file,"src/xmpp_sasl_scram.erl"},{line,155}]},

The xmpp erlang library received the scram details from ejabberd, and then in line 155 it calls base64:decode/1 to decode it, and that crashes.


I try this myself manually, and works:

Conf…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mrusme
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mrusme
Comment options

@badlop
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants