Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
geo [2021/05/12 02:47] misaka00251geo [2022/01/28 03:04] (current) – Add device id & key misaka00251
Line 2: Line 2:
  
 ===== Hulu ===== ===== Hulu =====
 +
 +<code>
 +// https://player.hulu.com/site/dash/308343-site-curiosity/js/app.js
 +Device ID: 190
 +Device Key: 6ebfc84f3c304217b20fd9a66cb5957f
 +</code>
  
 Use POST method on ''https://play.hulu.com/v6/playlist''. Use POST method on ''https://play.hulu.com/v6/playlist''.
Line 135: Line 141:
   "hci_code": "hulu:playstack:error:bya-403-011",   "hci_code": "hulu:playstack:error:bya-403-011",
   "root_cause_service": null   "root_cause_service": null
 +}
 +</code>
 +
 +There are some other errors:
 +
 +<code json>
 +{
 +  "code": "DJA-400-002",
 +  "hci_code": "hulu:playstack:error:dja-400-002",
 +  "message": "Invalid kv for server key"
 +}
 +</code>
 +
 +<code json>
 +{
 +  "code": "DJA-400-003",
 +  "hci_code": "hulu:playstack:error:dja-400-003",
 +  "message": "Invalid playback config"
 } }
 </code> </code>