leandertolksdorf / 1001-tracklists-api

Python library for easy access to data from 1001tracklists.com
MIT License
35 stars 8 forks source link

Trackback error #14

Open ofilipelopes opened 1 year ago

ofilipelopes commented 1 year ago

I having this problem:

Traceback (most recent call last): File "C:\Users\filip\1001tracklist\1001-tracklists-api\home.py", line 7, in t1 = Tracklist(url) ^^^^^^^^^^^^^^ File "C:\Users\filip\1001tracklist\1001-tracklists-api\tracklists\tracklists.py", line 62, in init self.fetch() File "C:\Users\filip\1001tracklist\1001-tracklists-api\tracklists\tracklists.py", line 69, in fetch self.load_metadata(left_pane) File "C:\Users\filip\1001tracklist\1001-tracklists-api\tracklists\tracklists.py", line 99, in load_metadata for interaction_detail in left_pane.find_all("meta", itemprop="interactionCount"): ^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'find_all'

mrlopezco commented 1 year ago

Same issue here

ofilipelopes commented 1 year ago

u fixed it?

Lirry18 commented 1 year ago

Seems like the url doesnt return the site you see in the browser. Thats why all the things you search for with BeautifulSoup return nothing. Looking in to why that is

ghost commented 6 months ago

Can somebody fix this? I want to use it but I don't know anything about python :(