-
Notifications
You must be signed in to change notification settings - Fork 50
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
captions.json
is html
and error when parsing almost empty xml file
#56
Comments
Hi @highlando, thanks for reaching out. Can you provide the recording link? Via email if the contents are sensitive. I'll then take a look at it, I couldn't make the problem out by looking at these lines. Is that BBB 2.4? The contents of the captions file are very different compared to what they should look like. |
Hi,
Thanks for the reply. Since other people are involved, I don't want to share the recording too publicly. Would you mind reaching out to me by email? ***@***.***
Am 15. Oktober 2021 15:57:37 MESZ schrieb Daniel Petri Rocha ***@***.***>:
…Hi @highlando, thanks for reaching out. Can you provide the recording link? Via email if the contents are sensitive. I'll then take a look at it, I couldn't make the problem out by looking at these lines.
Is that BBB 2.4? The contents of the captions file are very different compared to what they should look like.
Regards,
Daniel
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#56 (comment)
|
The version of BBB is 2.3.14 |
@highlando Sorry for delayed reply. Unfortunately GitHub censored your email. You can reach me at daniel dot petri at tum de . Since the script is compatible with 2.3.14, it should not be a difficult fix. Have you tried commenting out the captions download? |
Hi Daniel,
didn't think of a better way to get in touch with you.
I was trying to use your scripts to export a BBB recording.
However, ....
with
ruby download_client.rb
I run into an JSON parsing error in line39
In fact, this
captions.json
file looks not much like a json file:<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/playback/presentation/2.3/favicon.ico"/>...
If I comment out the relevant lines, the script completes.
However, I'm not able to run
ruby export_presentation.rb
successfully because ofwhich is (as far as I understand the code) caused by line 722/723
and my "shapes_modified.svg" look like this:
I've tested this for two different recordings on different BBB servers with the same result. I can provide the links to the recordings if someone wants to have it.
The text was updated successfully, but these errors were encountered: