Zibbp / Radium

Synced stream and video playback with VOD capabilities utilizing HLS. Developed for movie nights but has many use cases.
https://github.com/Zibbp/Radium
MIT License
191 stars 29 forks source link

[Error] Startup fails due to bad response from 7TV API #65

Closed waddyhussain closed 11 months ago

waddyhussain commented 11 months ago

As of a few days ago, the docker image always fails to start, displaying the following error message:

Fetching 7TV emotes...

 FATAL  Request failed with status code 410

   ~U~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~U
   ~T~B                                         ~T~B
   ~T~B   ~\~V Nuxt Fatal Error                    ~T~B
   ~T~B                                         ~T~B
   ~T~B   Request failed with status code 410   ~T~B
   ~T~B                                         ~T~B
   ~U~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~T~@~U

The API route used for 7TV (https://api.7tv.app/v2/emotes/global) gives the following response

{
  "status_code": 410,
  "status": "Gone",
  "error": "Unknown Route",
  "error_code": 70498,
  "details": {
    "message": "The API endpoint requested does not exist"
  }
}

I couldn't find anything about this version of the API online, so I'm not sure if this is due to it being deprecated, or something else. I found a v3 API, but it doesn't seem to be fully implemented at the moment.

waddyhussain commented 11 months ago

Created a pull request #66

Zibbp commented 11 months ago

Hi, Thanks for the PR, I've merged this. I don't personally use this application anymore so I'm not going to look into actually fixing the issue.

I've published a new release with this PR.

waddyhussain commented 11 months ago

Thanks for merging. It seems the docker image was updated for the master branch, but not the next branch. I'm not sure how GitHub actions works, but it's saying it failed the build. If you get a chance to look at it I'd appreciate it, but for now I've built the image locally so no worries if you don't have the time.

Zibbp commented 11 months ago

next should be pushed to the repository.

waddyhussain commented 11 months ago

Great thanks