Python Forum
BeautifulSoup 'NoneType' object has no attribute 'text'
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BeautifulSoup 'NoneType' object has no attribute 'text'
#8
I'm sort of at the end of my rope currently on this one. I've put in time.sleep() statements as long as 4-5 min. as to give the page a ton of time to load to where Beautiful Soup can retrieve the HTML successfully, and still get the 'NoneType' object has no attribute 'text' msg.

Code is still working perfectly fine on the Amazon Web Services VM, again with exactly the same software/libraries/etc. installed on both my new (local) VM and the long-standing AWS instance.

I can get data all day long with the couple of statements I have in the Python script that gets a few bits of info. from each page using XPATH as opposed to Beautiful Soup.

Any last suggestions / thoughts on this?

Thanks.
Reply


Messages In This Thread
RE: BeautifulSoup 'NoneType' object has no attribute 'text' - by bmccollum - Sep-13-2018, 01:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to fix "'dict_values' object has no attribute 'inject_wsgi'" in session_transacti devid 0 1,245 Aug-13-2023, 07:52 AM
Last Post: devid
  Trying to extract style attribute with BeautifulSoup knight2000 1 3,188 Dec-28-2022, 03:06 AM
Last Post: knight2000
  AttributeError: 'ellipsis' object has no attribute 'register_blueprint' Mechanicalpixelz 2 2,463 Dec-29-2021, 01:30 AM
Last Post: Mechanicalpixelz
  Python BeautifulSoup gives unusable text? dggo666 0 1,451 Oct-29-2021, 05:12 AM
Last Post: dggo666
  BeautifulSoup returning text as N/A tantony 6 2,803 Sep-09-2021, 12:59 PM
Last Post: tantony
  AttributeError: 'NoneType' object in a parser - stops it apollo 4 4,094 May-28-2021, 02:13 PM
Last Post: Daring_T
  AttributeError: ResultSet object has no attribute 'get_text' KatMac 1 4,429 May-07-2021, 05:32 PM
Last Post: snippsat
  Python 3.9 : BeautifulSoup: 'NoneType' object has no attribute 'text' fudgemasterultra 1 8,977 Mar-03-2021, 09:40 AM
Last Post: Larz60+
  BeautifulSoup attribute problem zzy 3 3,074 Dec-07-2020, 11:07 PM
Last Post: zzy
  select all the span text with same attribute JennyYang 2 2,176 Jul-28-2020, 02:56 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020