Python Forum
API call returning list value of 'None'
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
API call returning list value of 'None'
#1
From a GUI, I can verify that there's data available.
However, I'm trying to pull a history of data from a probe, and when I make the call, I keep getting a return of 'None'.

{'results': [{'series': [None], 'time_ms': 1560326400000},
{'series': [None], 'time_ms': 1560330000000},
{'series': [None], 'time_ms': 1560333600000},
{'series': [None], 'time_ms': 1560337200000},
{'series': [None], 'time_ms': 1560340800000}]}

I've got a print statement that makes me feel like I'm sending in the right data, but the output suggests otherwise.
Some additional troubleshooting items I can add? Any suggestions appreciated.
Reply


Messages In This Thread
API call returning list value of 'None' - by jimbone30 - Jun-13-2019, 01:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  list.sort() returning None SmallCoder14 8 610 Mar-19-2024, 09:49 PM
Last Post: SmallCoder14
  for loops break when I call the list I'm looping through Radical 4 912 Sep-18-2023, 07:52 AM
Last Post: buran
  How do I call sys.argv list inside a function, from the CLI? billykid999 3 802 May-02-2023, 08:40 AM
Last Post: Gribouillis
  returning a List of Lists nafshar 3 1,082 Oct-28-2022, 06:28 PM
Last Post: deanhystad
  How to create a linked list and call it? loves 12 4,552 Nov-22-2020, 03:50 PM
Last Post: loves
  list call problem in generator function using iteration and recursive calls postta 1 1,922 Oct-24-2020, 09:33 PM
Last Post: bowlofred
  2d List not returning DariusKsm 2 1,716 Sep-22-2020, 05:11 PM
Last Post: DariusKsm
  How to call/read function for all elements in my list in python johnny_sav1992 1 2,093 Jul-27-2020, 04:19 PM
Last Post: buran
  Need help returning min() value of list? edwdas 3 2,094 Nov-10-2019, 09:43 PM
Last Post: snippsat
  Call and execute methods from a list asheru93 2 2,339 Jan-17-2019, 08:31 AM
Last Post: asheru93

Forum Jump:

User Panel Messages

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