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.

Format error: 'list_iterator' object has no attribute 'next'

See original GitHub issue

I am using Sublime Text version 3 with the package CodeFormatter.

All the formaters works great, except the HTML part.

WHen i tried to use that, i am receiving this error:

Format error: 'list_iterator' object has no attribute 'next'

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
RevanProdigalKnightcommented, Apr 21, 2016

This will be addressed by #219.

0reactions
tbogardcommented, May 3, 2016

@RevanProdigalKnight yes, I did… and it worked out??? Thanks 💃

Read more comments on GitHub >

github_iconTop Results From Across the Web

AttributeError: 'listiterator' object has no attribute 'next' #1408
I'm surprised that this would happen - it seems by my reading of the code that attribute .next is only accessed on Python...
Read more >
python3.6 'listiterator' object has no attribute '__next__',but ...
rasie AttributeError 'listiterator' object has no attribute 'next but when I use print(next(it)) return right. ... This is not reproducible. It ...
Read more >
How to resolve AttributeError: 'list' object has no attribute 'next ...
I think I have detected some formatting issues with your submission: Inline formatting ( `my code` ) used across multiple lines of code....
Read more >
Issue 3271: iter.next() or iter.__next__() ? - Python tracker
msg69205 ‑ (view) Author: vizcayno (vizcayno) Date: 2008‑07‑03 15:09 msg69226 ‑ (view) Author: Benjamin Peterson (benjamin.peterson) * Date: 2008‑07‑03 18:59 msg69228 ‑ (view) Author: vizcayno...
Read more >
AttributeError: 'list' object has no attribute 'X' in Python
The Python "AttributeError: 'list' object has no attribute" occurs when we access an attribute that doesn't exist on a list. To solve the...
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