-
Notifications
You must be signed in to change notification settings - Fork 26
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
getting url presentation error #5
Comments
The code in question is just trying to match the provided URL against a regular expression, both as a Lines 14 to 16 in 0644651
What you've shown here looks like it would match the regexp though, so presumably this isn't exactly what you ran to get the error message? |
the only change is the company name which is /2.0/playback.html?meetingId=9ac562b67f422723418ff6d50ed695281fe343b0-1603111367881 |
It's hard to tell what to suggest, since the inputs you've provided don't match up with the errors. Here is what happens if I run the regular expression against the URL you provided in the original comment using
Maybe try doing the same with the real URL you're using to see if it reports a match. If it does show a match, then are you sure you entered the URL correctly when running the the download script? |
i did the regexp code this is the result i got
` |
<_sre.SRE_Match object; span=(0, 123), match='meetings.dalet.com/playback/presentation/2.0/play> |
Hi @tbaror, in case you still wonder about your last question: The differences in What counts is the matched group which contains the meeting id. See James' comment above for the relevant quote from So, the example you show in your previous comment looks like a correct match. |
Hello,
I am trying to test bbb-render using instruction , while trying to download presentation i keep getting URL error as follows shown below, maybe i did something wrong
please advice
thanks
The text was updated successfully, but these errors were encountered: