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'
#10
When I look at the HTML retrieved from Beautiful Soup on the new/local VM, there's results in there. I think what I need to do is save a copy of what the Beautiful Soup objecty gets as a whole from the page when the code executes on the AWS instance, and then do the same with what the Beautiful Suop object gets as a result when the code executes on the local VM, and see if, for the exact same page I'm trying to load/road on both machines, if there's any difference there.

I'll keep digging and will post back if I unearth anything. Thanks for the help/recommendations.
Reply


Messages In This Thread
RE: BeautifulSoup 'NoneType' object has no attribute 'text' - by bmccollum - Sep-14-2018, 12:56 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,196 Aug-13-2023, 07:52 AM
Last Post: devid
  Trying to extract style attribute with BeautifulSoup knight2000 1 3,120 Dec-28-2022, 03:06 AM
Last Post: knight2000
  AttributeError: 'ellipsis' object has no attribute 'register_blueprint' Mechanicalpixelz 2 2,423 Dec-29-2021, 01:30 AM
Last Post: Mechanicalpixelz
  Python BeautifulSoup gives unusable text? dggo666 0 1,442 Oct-29-2021, 05:12 AM
Last Post: dggo666
  BeautifulSoup returning text as N/A tantony 6 2,762 Sep-09-2021, 12:59 PM
Last Post: tantony
  AttributeError: 'NoneType' object in a parser - stops it apollo 4 4,051 May-28-2021, 02:13 PM
Last Post: Daring_T
  AttributeError: ResultSet object has no attribute 'get_text' KatMac 1 4,405 May-07-2021, 05:32 PM
Last Post: snippsat
  Python 3.9 : BeautifulSoup: 'NoneType' object has no attribute 'text' fudgemasterultra 1 8,942 Mar-03-2021, 09:40 AM
Last Post: Larz60+
  BeautifulSoup attribute problem zzy 3 3,038 Dec-07-2020, 11:07 PM
Last Post: zzy
  select all the span text with same attribute JennyYang 2 2,148 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