AzuraCast / AzuraCast

A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations.
https://www.azuracast.com/
GNU Affero General Public License v3.0
3.08k stars 569 forks source link

Web API not working correctly #1623

Closed mikedorst closed 5 years ago

mikedorst commented 5 years ago

Using Docker installation method Yes

Host Operating System Ubuntu 18.04

Describe the bug Web API does not seem to function. Only /nowplaying seems to function.

To Reproduce Can be reproduced on your own demo server.

  1. Create an API key (f1dd983b3d925e47:3d11546940d4ea2440f4457e409f12e9)
  2. Authorize on the website with the API key created.
  3. Try to use any of the calls, all of them do not function except /nowplaying
BoyetDgte commented 5 years ago

It works ok in my case… how did you send the request? Should be like this...

GET the URL X-API-Key: your API Key

mikedorst commented 5 years ago

I guess this can be closed? The requests work fine if I call them through a http post/get call. But I was talking about the buttons on the website that don't work.

BoyetDgte commented 5 years ago

You mean the instructions? #1592 - Could be a duplicate. So yes this could be close.