Python Forum
Problem with retrieving and parsing from webpage.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with retrieving and parsing from webpage.
#18
(May-16-2018, 05:44 PM)wavic Wrote: Good!
So, you give to setRDSbuffer a plain string and it works but if you give it an object which is also a string doesn't work? That no make sense at all. Both are strings.

Very informative. I'm learning new things here. Thanks.
But. Erm... Wait... Looking more closely... The problem seems to originate in another (not necessarily customizable) script.
Traceback (most recent call last):
  File "/home/pi/radio/radio.py", line 41, in <module>
    radio.setRDSbuffer( data)
  File "/home/pi/radio/Adafruit_Si4713.py", line 749, in setRDSbuffer
    bufferArray[i] = char
IndexError: list assignment index out of range
Any idea what that last line could mean?
Quote:IndexError: list assignment index out of range
Reply


Messages In This Thread
RE: Problem with retrieving and parsing from webpage. - by Geluidsgoeroe - May-16-2018, 06:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  KeyError while retrieving ESPN data john317ab 2 967 Nov-29-2023, 09:07 PM
Last Post: john317ab
  .get() not retrieving value? Sedos101 2 669 Aug-25-2023, 11:48 AM
Last Post: deanhystad
  [Solved] Retrieving a pdf from sqlite3 BigMan 4 2,535 Mar-12-2022, 01:56 PM
Last Post: deanhystad
  Retrieving a column from a data set using a function Bayle 6 2,517 Oct-06-2021, 08:52 PM
Last Post: Bayle
  Retrieving Cookies whois1230 2 2,289 Nov-21-2020, 12:01 PM
Last Post: snippsat
  Problem: Retrieving Form data PythonDev 3 3,219 Oct-16-2020, 02:09 AM
Last Post: PythonDev
  Retrieving dictionary keys within with another dictionay bazcurtis 8 2,994 Oct-29-2019, 10:06 PM
Last Post: bazcurtis
  Retrieving items from JSON bazcurtis 12 5,300 Oct-27-2019, 05:18 PM
Last Post: bazcurtis
  Trouble retrieving dictionary from mysql.connector cursor swechsler 2 3,179 Sep-17-2019, 05:21 PM
Last Post: swechsler
  retrieving pvalue from statsmodels results Staph 4 3,150 Jul-18-2019, 03:27 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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