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.
#21
In Adafruit_Si4713.py setRDSbuffer sets a buffer with 32 characters length. I presume that you are restricted to only 32 symbols for this.

And 16 for the station name. Some other method.

It could be changed if that is causing the issue but I don't know the limitation of the hardware.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#22
(May-16-2018, 06:54 PM)wavic Wrote: In Adafruit_Si4713.py setRDSbuffer sets a buffer with 32 characters length. I presume that you are restricted to only 32 symbols for this.

And 16 for the station name. Some other method.

It could be changed if that is causing the issue but I don't know the limitation of the hardware.

The 32 character limit is not necessarily because of hardware limitations on the Adafruit or the Pi, but because of an FM RDS standardization.
Being aware of this, I presumed anything more than 32 characters would just get cut off, and not be displayed. But for a correct test, I tested with text of 32 characters or less, and it still didn't get displayed at all. So that can't be it, I suppose.
Reply
#23
Contact with the developer. Whether the argument is 'Hello there!' or some variable which contains the same text it should work with both if it works with the first one.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#24
(May-16-2018, 11:28 PM)wavic Wrote: Contact with the developer. Whether the argument is 'Hello there!' or some variable which contains the same text it should work with both if it works with the first one.

Many thanks! You've been very helpful.
I'll try and see if I can get a response from the developer.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  KeyError while retrieving ESPN data john317ab 2 868 Nov-29-2023, 09:07 PM
Last Post: john317ab
  .get() not retrieving value? Sedos101 2 618 Aug-25-2023, 11:48 AM
Last Post: deanhystad
  [Solved] Retrieving a pdf from sqlite3 BigMan 4 2,428 Mar-12-2022, 01:56 PM
Last Post: deanhystad
  Retrieving a column from a data set using a function Bayle 6 2,425 Oct-06-2021, 08:52 PM
Last Post: Bayle
  Retrieving Cookies whois1230 2 2,229 Nov-21-2020, 12:01 PM
Last Post: snippsat
  Problem: Retrieving Form data PythonDev 3 3,143 Oct-16-2020, 02:09 AM
Last Post: PythonDev
  Retrieving dictionary keys within with another dictionay bazcurtis 8 2,912 Oct-29-2019, 10:06 PM
Last Post: bazcurtis
  Retrieving items from JSON bazcurtis 12 5,154 Oct-27-2019, 05:18 PM
Last Post: bazcurtis
  Trouble retrieving dictionary from mysql.connector cursor swechsler 2 3,116 Sep-17-2019, 05:21 PM
Last Post: swechsler
  retrieving pvalue from statsmodels results Staph 4 3,087 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