Skip to content

Interface hangs after pressing button #1

@Integralist

Description

@Integralist

Hi Freyta.

This looks great, but I noticed that the UI just hangs when you press the button to download the video. Specifically it gets up to Grabbed the m3u8 file, but after that point it hangs.

Not sure how best to debug it.

If I print the account before calling account.down it returns...

{
  '_session': <requests.sessions.Session object at 0x110f5c710>, 
  'user': '...', 
  'password': '...', 
  'logged_in': True, 
  'authorisationToken': '...', 
  'refreshToken': '...'
}

It's at that point the code stops...

self._session.get(link).content 

A URL is generated but it seems the getting of the contents fails?

The URL is...

https://dve-streams.akamaized.net/...

I'm logged into the network with a web browser and attempt to reach that stream URL but get a 403 Forbidden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions