question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

KeyError in msl_handler.py when trying to play movie

See original GitHub issue

Hello, As suggested here https://github.com/peak3d/inputstream.adaptive/issues/282 I’m posting this error after trying the daily build as of today.

edited as @Smeulf comment: I hope this is the relevant error: TypeError: 'NoneType' object has no attribute ['__getitem__']

Relevant error: msl_handler.py", line 353, in _decrypt_chunks decrypted_payload = decrypted_payload[1]['payload']

Here are the logs: http://ix.io/1MDq

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:47 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
aleprovenciocommented, Aug 9, 2019

OMG it works !!!

I never knew there was a main profile account, but if it ever existed I would presume it was my profile since it was the first created. Somehow netflix has put my nephew’s (child) account as the main one, and this way I could not access movies with higher maturity levels from any profile from this addon (but could from netflix web and other). Maybe this deserve a Readme/FAQ entry?

Anyways, this was such a long standing issue for me and you just nailed it @CastagnaIT, thank you so much! I must not forget @jakermx and @Smeulf who also borrowed a lot of their time trying to help me with this, thank you!

1reaction
Smeulfcommented, Jun 28, 2019

I don’t think so. It’s just a shortcut for the kids profile, I have the same.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python KeyError Exceptions and How to Handle Them
In this tutorial, you'll learn how to handle Python KeyError exceptions. They are often caused by a bad key lookup in a dictionary,...
Read more >
How to Fix KeyError Exceptions in Python - Rollbar
The Python KeyError is an exception that occurs when an attempt is made to access an item in a dictionary that does not...
Read more >
How to fix Python KeyError Exceptions in simple steps?
A Python KeyError is raised when you try to access an invalid key in a dictionary. In simple terms, when you see a...
Read more >
KeyError at /recommend/ in combined_features - Stack Overflow
why I am getting this error in combined features why this appears and show why df or local variables assigned def recommendation(Movie): ...
Read more >
What is KeyError in Python? Dictionary and Handling Them
Here I am trying to access a key called “D” which is not present in the dictionary. Hence, the error is thrown as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found