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.

[Sublime 4017] [Error]: sequence item 2: expected str instance, NoneType found

See original GitHub issue

OS Version: Windows 10 20H2 Sublime Text Version: Stable Build 4107

format_mnify

`

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

5reactions
zliuvacommented, May 22, 2021

I had the same issue and weirdly what worked was to:

  • remove pretty JSON
  • install it again
  • RESTART Sublimt Text (I’m on macOS and that’s what did the trick; I had to Quit and start again, not just closing all open windows).
1reaction
geek5nancommented, May 26, 2021

I had the same issue, seems like today’s release 1.0.5 has fixed it. If you still suffering this issue, try to do this below.

  1. remove old Pretty Json
  2. reinstall Pretty Json 1.0.5
  3. restart Sublime Text

BTW: This title’s prefix should be Sublime 4107 not Sublime 4017 @t3link

Read more comments on GitHub >

github_iconTop Results From Across the Web

sequence item 0: expected str instance, NoneType found ...
The problem is you're trying to write to a string a type which is NoneType. That's not allowed. If you're interested in getting...
Read more >
Sequence item 0: expected str instance, NoneType found
The best way to solve the error is to figure out where the None values in the iterable came from and correct the...
Read more >
Error in docker patronictl TypeError: sequence item 2 ... - GitHub
Deployed a cluster of postgres+patroni and etcd in docker swarm (3 node). using patronictl in docker container I get an error:
Read more >
SublimePrettyJson - Bountysource
I often find myself applying similar jq filters to a file many times in a row ... [Sublime 4017] [Error]: sequence item 2:...
Read more >
libinput-replay exception "TypeError: sequence item 0 ...
Something went wrong while fetching related merge requests. ... "TypeError: sequence item 0: expected str instance, NoneType found".
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