Closed MartinBarker closed 2 years ago
We are talking about a Discogs List object here and not a Python list right?
I dont know by heart and am afk right now but can suggest you try figuring out what the objects props and methods are with print(dir(results)) HTH
Hi @MartinBarker is your question anwered? Should we close this issue?
I am using a python discogs api package to retrieve a music playlist from online. I need to iterate through this list to view all results, but no matter what I try I get a typeerror saying 'list object is not iterable / subscriptable'
you can see I am returning a list just fine, but if I try to view the contents of said list, I get an error