⠀⠀
Closed Thread
Results 1 to 16 of 16
-
From the info you posted it would seem like a simple L3 script should work, assuming you provide the nv-authorizations header. Maybe there's an error parsing the license (I don't know because you didn't post any error message you got). What does the license url response body look like?
-
One question, two remarks:
Is the "data" in your "License header and data in python" block generated by your local CDM or does it come from your browser?
The "data" contains the license challenge. The response from the license server can only be decrypted by the CDM that generated the license challenge.
If the block you show is from the browser/curlconverter site, remove the "requests" parts as well as the "data". The challenge has to be generated by your own CDM.
Second remark: the "nv-authorizations" token usually have a short live time; here it seems the first can only be used for 5 minutes before it expires; the second has a lifetime of 24h though. So you don't have too much time to make your own request.
-
i get error 1002 (with 3 browser)
anyway if someone want try it, here fake login just for test
user&passw (same value): meveti1818@ikumaru.com
-
As I said before, if you show what the license response body looks like we can probably work something out.
Btw the:
Code:'str' object has no attribute 'items'
Code:Error 400: {"status":"UNGRANTED_REQUEST","code":400,"errorCode":4005,"message":"Invalid request"}
-
If you can't see any that means it's a regular license response in bytes (if you right-click on the request and copy the response you should be able to view it, but it's not necessary to post it).
If there's not json payload showing then there's no point trying with a json payload, this is 99% a regular license request. Next thing you might wanna try is to block the license request in your Network tab to make sure your nv-authorizations stays unused until you use it in your script (could be a case of single use token).
Similar Threads
-
WKS-Keys - Unable to parse license
By banaguitar in forum Video Streaming DownloadingReplies: 18Last Post: 11th Dec 2024, 02:28 -
unable to extract keys from license response
By PETA in forum Video Streaming DownloadingReplies: 7Last Post: 29th Jan 2024, 01:03 -
Help w/ fetching keys - unable to parse license - check protobufs
By rentala17 in forum Video Streaming DownloadingReplies: 4Last Post: 20th Oct 2023, 01:01 -
Unable to get correct headers and therefore the keys
By sarvo99 in forum Video Streaming DownloadingReplies: 1Last Post: 17th Aug 2023, 02:39 -
[SOLVED] Unable to get keys...take 2
By Seeker2020 in forum Video Streaming DownloadingReplies: 3Last Post: 29th Jun 2022, 04:37