Python Forum
Requests gets no out put and no error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Requests gets no out put and no error
#1
using below, I am getting no error, but also no output....anyone able to help?
import requests
import json
import sys


def get_request(api_key):
    api_url='https://api.nasa.gov/planetary/apod'
    r= requests.get(api_url, headers = {"Content-Type": "application/json", "access_key": api_key})
    api_key ='<my api key>'

    print(r.content)
    get_request(api_key)
Reply


Messages In This Thread
Requests gets no out put and no error - by water_fox - Oct-10-2018, 07:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python requests library .JSON() error mHosseinDS86 6 3,552 Dec-19-2022, 08:28 PM
Last Post: deanhystad
  No route to host error when using requests.post in python on raspberry pi mariummalik22 0 4,082 Jan-06-2018, 08:34 PM
Last Post: mariummalik22
  import requests gives me error blckpstv 1 7,355 Jan-22-2017, 10:41 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

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