Hi, curious if you ever ran into a ValueError when pulling data from Meetup. I'd like to run your meetup_group_names.py script for "Baltimore", but I get JSON error that I haven't been able to get around. Any ideas?
I'm swapping
cities =[("Bridgeport","CT"),("New Haven","CT")....
for
cities = [("Baltimore","MD")]
The script throws an error: ValueError: No JSON object could be decoded
Would appreciate your thoughts.
Hi, curious if you ever ran into a ValueError when pulling data from Meetup. I'd like to run your meetup_group_names.py script for "Baltimore", but I get JSON error that I haven't been able to get around. Any ideas?
I'm swapping
cities =[("Bridgeport","CT"),("New Haven","CT")....
for
cities = [("Baltimore","MD")]
The script throws an error: ValueError: No JSON object could be decoded
Would appreciate your thoughts.