Skip to content

IndexError: list index out of range #6

Description

@ovidiugabriel

IndexError: list index out of range

>> $ ./dashproxy.py http://yt-dash-mse-test.commondatastorage.googleapis.com/media/car-20120827-manifest.mpd -o .
Running dash proxy for stream http://yt-dash-mse-test.commondatastorage.googleapis.com/media/car-20120827-manifest.mpd. Output goes in .
mpd=[]
Traceback (most recent call last):
  File "./dashproxy.py", line 289, in <module>
    main()
  File "./dashproxy.py", line 286, in main
    run(args)
  File "./dashproxy.py", line 275, in run
    return proxy.run()
  File "./dashproxy.py", line 115, in run
    self.refresh_mpd()
  File "./dashproxy.py", line 129, in refresh_mpd
    self.handle_mpd(mpd)
  File "./dashproxy.py", line 150, in handle_mpd
    period = periods[0]
IndexError: list index out of range

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions