Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(transcription): Adds additional languages via metadata. #545

Merged
merged 3 commits into from
Sep 13, 2024

Conversation

damencho
Copy link
Member

No description provided.

2024-09-10 16:59:58.093 SEVERE: [58] JvbConference.lambda$static$0#206: Error processing xmpp queue item
java.util.NoSuchElementException
        at java.base/java.util.ArrayList$Itr.next(ArrayList.java:970)
        at java.base/java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1054)
        at org.jitsi.jigasi.JvbConference.memberPresenceChangedInternal(JvbConference.java:1361)
In this case the following error is observed:
org.jivesoftware.smackx.xdata.provider.DataFormProvider.parseField: Unknown form field child element {jabber:x:data}desc ignored
2024-09-10 17:14:49.523 WARNING: [1089] org.jivesoftware.smack.parsing.ExceptionThrowingCallbackWithHint.handleUnparsableStanza: Parsing exception "javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,2982]
Message: found: CHARACTERS, expected START_ELEMENT or END_ELEMENT" encountered. This exception will be re-thrown, leading to a disconnect. You can change this behavior by setting a different ParsingExceptionCallback using setParsingExceptionCallback(). More information an be found in AbstractXMPPConnection's javadoc.
2024-09-10 17:14:49.524 WARNING: [1096] org.jivesoftware.smack.AbstractXMPPConnection.callConnectionClosedOnErrorListener: Connection XMPPTCPConnection[[email protected]/jitsi-3f1ep5l] (10) closed with error
java.io.IOException: org.jivesoftware.smack.xml.XmlPullParserException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,2982]
Message: found: CHARACTERS, expected START_ELEMENT or END_ELEMENT
@damencho damencho force-pushed the visitors-transcriptions branch from 19ca20d to 2b04f56 Compare September 10, 2024 18:04
@damencho damencho merged commit c313601 into master Sep 13, 2024
2 checks passed
@damencho damencho deleted the visitors-transcriptions branch September 13, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants