GithubHelp home page GithubHelp logo

Comments (6)

jacopo-j avatar jacopo-j commented on June 16, 2024

Hello, please try to use extension debugging tools (https://extensionworkshop.com/documentation/develop/debugging/) and check the console for any error. I will need the output in order to check whats's wrong

from webxdownloader.

prakhar-ai avatar prakhar-ai commented on June 16, 2024

I believe the problem lies when we get the meeting JSON data. Example: https://nirmauni.webex.com/webappng/api/v1/recordings/3d5e4e95246b475a80a7ce0b4da77625/stream?siteurl=nirmauni
This URL returns an error
I should also add that this meeting link is password protected.

Tried extension debugging
error

from webxdownloader.

jacopo-j avatar jacopo-j commented on June 16, 2024

Uhm, I'm pretty sure that error is not the cause. Does anything else appear while you reproduce the error? Make sure you make the console log persistent, otherwise it will reset every time the extension is reopened.

from webxdownloader.

prakhar-ai avatar prakhar-ai commented on June 16, 2024

Understood the issue, in a password protected Webex Recording, you are supposed to pass the password as a header too when calling fetch(https://${subdomain}.webex.com/webappng/api/v1/recordings/${recording_id}/stream?siteurl=${sitename})

Something like

headers = {
"accept": "application/json, text/plain, /",
"accept-language": "en-US,en;q=0.9",
"accesspwd": "RkQEgPG3",
}

from webxdownloader.

jacopo-j avatar jacopo-j commented on June 16, 2024

Ok, I will do some tests and try to add support to password-protected recording.

from webxdownloader.

jacopo-j avatar jacopo-j commented on June 16, 2024

@prakhar-ai turns out that those headers aren't needed. Only the header appFrom: pb is, for some reason. I think version 1.1.2 (coming up shortly) solves this issue.

from webxdownloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.