alpapado / bbb-download

Produce downloadable material from BigBlueButton recordings
GNU General Public License v2.0
10 stars 71 forks source link

getting issue after successful done meeting #3

Open dipenpatel235 opened 8 years ago

dipenpatel235 commented 8 years ago

Big blue button version 1

Traceback (most recent call last): File "/usr/local/bigbluebutton/core/scripts/post_publish/download.py", line 227, in main() File "/usr/local/bigbluebutton/core/scripts/post_publish/download.py", line 208, in main dictionary, length, dims = prepare() File "/usr/local/bigbluebutton/core/scripts/post_publish/download.py", line 157, in prepare check_presentation_dims(dictionary, dims) File "/usr/local/bigbluebutton/core/scripts/post_publish/download.py", line 123, in check_presentation_dims height = max(heights) ValueError: max() arg is an empty sequence

dipenpatel235 commented 8 years ago

Hello palexang, Can You help me to fix out my above issue ?

if you required some more info so let me know...

Thanks

alpapado commented 8 years ago

Hi,

Please send the shapes.svg file and the logfile.

dipenpatel235 commented 8 years ago

Hello... i am not able to attached .log and .svg file due to github restriction. That why i have shared dropbox link.

Let me know if you not get below file

LogFile : https://www.dropbox.com/s/ysy6wuyefy5whgb/4ea6e9874864d2d03a451e963f1c88d615b1bb89-1471696986924.log

Svg file: https://www.dropbox.com/s/tesfjb1d5u6qnph/shapes.svg

dipenpatel235 commented 8 years ago

Hello, Palaxang you got that files ?

dipenpatel235 commented 8 years ago

Hello Palaxang, are you busy ?

DrydenK commented 7 years ago

bbb-download-logs.zip Hi, I'm getting the same error. I found that it happens when no presentation is uploaded. If only the default presentation is present (The "Welcome to BigBlueButton" one), I get that error. If I upload one presentation, the script moves ahead.

I' running BBB 1.0 in Ubuntu 14.4. Log file and shapes.svg are attached in a zip file.

alpapado commented 7 years ago

Sounds like a parsing error. Could you send me also the shapes.svg file for the case where no presentation is present, as I currently don't have access to a BBB installation?

On 10/11/2016 06:55 μμ, DrydenK wrote:

bbb-download-logs.zip https://github.com/palexang/bbb-download/files/583947/bbb-download-logs.zip Hi, I'm getting the same error. I found that it happens when no presentation is uploaded. If only the default presentation is present (The "Welcome to BigBlueButton" one), I get that error. If I upload one presentation, the script moves ahead.

I' running BBB 1.0 in Ubuntu 14.4. Log file and shapes.svg are attached in a zip file.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/palexang/bbb-download/issues/3#issuecomment-259744651, or mute the thread https://github.com/notifications/unsubscribe-auth/AK5cZ1TG1LS-6WWLJ4ZIZtZoD7mDxET0ks5q80yNgaJpZM4J1SAS.

DrydenK commented 7 years ago

With no pdf at all, the script moved ahead, but failed when concatenating the mp4 files. It failed with the message "[concat @ 0x2d7c3e0] Unsafe file name", on line 157 of the log (attached). This error caused the failure in the funcition zipdir() at the end. bbb-download-logs2.zip

iluhavlg commented 6 years ago

I got the same problem as @dipenpatel235 if there was no presentation while meeting. BBB version is 2.0. If I upload presenattion script works well. Log file and shapes.svg file in attach.

99f3b3ada2b4675c518ff23cbd9539da05e2f1f8-1523521769355.log

shapes.svg.txt

@alpapado can you help us?