[gpodder] Internal Server Error while hitting server using node-fetch

  • From: Shriram Balaji <shrirambalaji1996@xxxxxxxxx>
  • To: gpodder@xxxxxxxxxxxxx
  • Date: Mon, 18 Jun 2018 16:52:32 +0530

Hello all,

I'm trying to write a node.js library for gpodder.net (
https://github.com/Shriram-Balaji/node-gpodder). It looks like I'm getting
back a 500 Internal Server error while trying to hit the endpoint using
node-fetch.

<html>
    <head>
        <title>500 Internal server error (gpodder.net)</title>
        <link rel="stylesheet" type="text/css" href="/static/css/fail.css"
/>
    </head>
    <body>
        <div id="c">
            <div id="fail">
                <h1>500 - Internal server error.</h1>
                <p>
                The service is currently overloaded.
                Please try again later or contact us.
                </p>
            </div>
        </div>
        <img id="icon" src="/static/failpodder.png">
    </body>
</html>


This is the message, I'm getting back from the HTTP request. This is the
endpoint that I'm trying to hit. "
https://gpodder.net/subscriptions/node-gpodder.json".  I'm not sure if
I'm doing anything wrong, would be great if someone could help me out.

PS: I may have already posted this issue in a reply, to another. Sorry
about that :)

Thanks,
Shriram

Other related posts: