Giter Club home page Giter Club logo

Comments (4)

 avatar commented on July 27, 2024

I don't know but I am getting the same error.
Glad it is not just my comptuer

from camsodarecorder.

longsack avatar longsack commented on July 27, 2024

Same error here..... I think Beaston02 is busy, i'm looking at seeing if I can find a programmer to fix this issue. I looked at it but I have no idea what i'm looking at. will post an update if I get a solution.

from camsodarecorder.

nickartis avatar nickartis commented on July 27, 2024

i got the error to leave and it detects the model at the start of the countdown, but it doesnt anything nor does it detect the model after 1 second. This is the change i made, "if line['username'].lower() not in recording and line.get('status') != 'connected':".

from camsodarecorder.

asap1en avatar asap1en commented on July 27, 2024

So as far as i can tell there are a couple errors, one is that they seem to leave off status: connected if its connected, and the other is that the stream url isnt being created properly.
I changed line 30 to ;
if line['username'].lower() not in recording and line.get('status') != 'connected':
as nickartis suggested
and line 48 to
elif modelData['status'] == 'online' or not hasattr(modelData,'status'):
rather than checking if it has status; connected it checks if status doesn't exist.

so line 41 doesn't seem to being retaining the online models name but I think its related to the next error.

and then 42- 43 is the big error

 videoapi = requests.get(
                "https://www.camsoda.com/api/v1/video/vtoken/{model}?username=guest_{num}".format(model=modelData['username'], num=num), headers=headers)

is returning "response[200]" instead of what i think should be server urls. Even figureing out this much is stretching my debugging skills (actually learned out to sort of use liclipse for it). If someone can figure out the requests line, I think everything would work.

from camsodarecorder.

Related Issues (13)

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.