mirror of
https://github.com/tubearchivist/tubearchivist-jf-plugin.git
synced 2026-03-23 20:37:14 +00:00
[GH-ISSUE #20] [Bug]: API Call Forbidden #17
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-tubearchivist-jf-plugin#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ironlion27 on GitHub (Jul 22, 2024).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-jf-plugin/issues/20
I've read the documentation
Operating System
Linux, Docker Compose
Your Bug Report
Describe the bug
No metadata pulled from the TA scraper just coded folder names and files.
Steps To Reproduce
Install fresh as the documentation described. First pull of video metadata into Jellyfin. Have docker compose pulled. Everything is the most updated. The TA site works great. The http://192.168.1.104:7400/api/video/rB306klRlKA/ page works in browser fine with api response. Double checked I have correct API key from TA site input to the Jellyfin Plugin settings.
Expected behavior
Same info returned as API call through Browser:
HTTP 200 OK
Allow: GET, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"data": {
"active": true,
"category": [
"Science & Technology"
],
"channel": {
"channel_active": true,
"channel_banner_url": "/cache/channels/UCzIO0iX4yKW2P4NkmmKq1PA_banner.jpg",
"channel_description": "9to5Google covers the latest in Google. Specifically, we focus on Android, Google Pixel, Google Home (Hub, Mini, Max, and more!), Chromebooks, Google Pixel Slate, Pixelbook, the latest handsets from the various Android OEMs, and much more.",
"channel_id": "UCzIO0iX4yKW2P4NkmmKq1PA",
"channel_last_refresh": "2024-07-22",
...
Relevant Jellyfin log output
Anything else?
No response
@fiveghz commented on GitHub (Aug 3, 2024):
I ran into the exact same behavior and suspected it was not sending the API token in the request, hence the 403 Forbidden. I ended up removing the trailing slash from the
TubeArchivist URLin the Jellyfin plugin settings and then it started working. To test, I added the slash back in, but it seemed to continue working so 🤷♂️@JoshNotWright commented on GitHub (Aug 7, 2024):
Running into this issue as well. Tried to remove the trailing slash as @fiveghz suggested, but unfortunately this didn't work for me.
@JoshNotWright commented on GitHub (Aug 7, 2024):
Not sure if it's related, but I had downloads in progress on TA and stopped them. Restarted Jellyfin and now it's refreshing metadata just fine.
@DarkFighterLuke commented on GitHub (Aug 9, 2024):
Not a plugin bug. Check the other similar closed issues.