Python Forum
JSONDecodeError: Expecting value
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
JSONDecodeError: Expecting value
#2
Just because the server thinks that the query and the server's response was correct (200), doesn't mean that the response is json or that the server's response was bug-free.

Have you examined r_dummy.text or r_dummy.contentto see what the content looks like? (Although in this case it appears to be sending no data).

Could it be sending a cookie instead (which is then to be used for later requests)?
Reply


Messages In This Thread
JSONDecodeError: Expecting value - by mehtamonita - Mar-07-2022, 10:05 AM
RE: JSONDecodeError: Expecting value - by bowlofred - Mar-07-2022, 04:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How can i fix json.decoder.JSONDecodeError ? JgKSuperstar 9 4,641 Oct-30-2021, 11:23 PM
Last Post: JgKSuperstar
  Problems with JSONDecodeError arsouzaesilva 0 1,435 Sep-22-2021, 06:33 PM
Last Post: arsouzaesilva
  Pyspark SQL Error - mismatched input 'FROM' expecting <EOF> Ariean 3 48,116 Nov-20-2020, 03:49 PM
Last Post: Ariean
  TypeError: size; expecting a recognized type filling string dict a11_m11 0 2,544 Feb-10-2020, 08:26 AM
Last Post: a11_m11

Forum Jump:

User Panel Messages

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