Channel 10 brightcove token revoked

Issue #28 resolved
delx repo owner created an issue

The Brightcove API token has been revoked. Response from the server is:

{'code': 210, 'error': 'invalid token'}

This shows up in the webdl app as:

$ ./grabber.py 
  1) ABC iView
  2) Nine
  3) SBS
  4) Ten
  0) Back
Choose> 4
Traceback (most recent call last):
  File "./grabber.py", line 61, in <module>
    main()
  File "./grabber.py", line 41, in main
    for n in node.get_children():
  File "/home/jamesbunton/dev/webdl/common.py", line 50, in get_children
    self.fill_children()
  File "/home/jamesbunton/dev/webdl/brightcove.py", line 88, in fill_children
    items = page["items"]
KeyError: 'items'
exit code: 1

I'll need to extract the new token. Hopefully they haven't hidden it too hard :)

Comments (3)

  1. Log in to comment