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.

Exception occurred cannot unpack non-iterable NoneType object

See original GitHub issue

Command used packt-cli -g Output in log

[ERROR] - Fetching JWT token failed!
[INFO] - Start grabbing ebook...
[ERROR] - Exception occurred cannot unpack non-iterable NoneType object

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
Mte90commented, Apr 9, 2019

seems a good idea but maybe add in the error also: “check your login settings before try again” can be helpful.

0reactions
mjenczmykcommented, Apr 9, 2019

See #150 if it looks right.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Typeerror: cannot unpack non-iterable nonetype object
This error was raised because we tried to unpack a None object. The simplest way around this is to not assign names.sort() as...
Read more >
TypeError: cannot unpack non-iterable NoneType object
You get this error when you perform a multiple assignment to None (which is of NoneType ). For instance: X_train, y_train, X_test, y_test...
Read more >
TypeError: cannot unpack non-iterable NoneType object
The Python TypeError: cannot unpack non-iterable NoneType object occurs when we try to unpack a `None` value. To solve the error, track down...
Read more >
TypeError: cannot unpack non-iterable NoneType object
The “TypeError: cannot unpack non-iterable NoneType object” error is raised when you try to unpack values from one that is equal to None....
Read more >
TypeError cannot unpack non-iterable NoneType object
Hello,. The “TypeError: cannot unpack non-iterable NoneType object” error is raised when you try to unpack values from one that is equal to...
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