HttpError: curl:52, Server returned nothing (no headers, no data)

Whilst scripting an application centre, I keep receiving the same invalid URL. The glitch project definitely exists, so what is the problem here?

For reference, I used this video:

I also read the pinned comment and made the changes necessary, such as adding the express package.

Update: I changed the code around a bit and now I have a http 52 error where the server returns nothing. How can I fix this?

Not familiar with external APIs, but I know it would greatly help others who do know what to do if you provided your code

1 Like

Are you issuing the request via http or https? Switch to the protocol you’re not using.

Nevermind, I eventually fixed it.