question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Server sync error: Unsupported Media Type

See original GitHub issue

I’m not sure if this was a result of updated radarr versions or not (syncarr has been working perfectly for almost a year now), but I just noticed this upon migrating an installation to a new machine:

Adding “The Eyes of Tammy Faye” to instance “A” causes an Unsupported Media Type sync error:

syncarrR  | 2021-11-02 23:37:40,267 [MainThread  ] [INFO ]  syncing content from instance A to instance B
syncarrR  | 2021-11-02 23:37:40,267 [MainThread  ] [INFO ]  syncing content title "The Eyes of Tammy Faye"
syncarrR  | 2021-11-02 23:37:40,269 [MainThread  ] [ERROR]  server sync error for The Eyes of Tammy Faye - response: {
syncarrR  |   "type": "https://tools.ietf.org/html/rfc7231#section-6.5.13",
syncarrR  |   "title": "Unsupported Media Type",
syncarrR  |   "status": 415,
syncarrR  |   "traceId": "00-2f1640f44af6944a8fda79cd14258a88-693905c5c8680440-00"
syncarrR  | }
syncarrR  | 2021-11-02 23:37:40,269 [MainThread  ] [INFO ]  0 contents synced successfully

This sync error repeats itself every attempt. If I manually add “The Eyes of Tammy Faye” to instance “B,” the sync error disappears in the next sync:

syncarrR  | 2021-11-02 23:42:40,497 [MainThread  ] [INFO ]  syncing content from instance A to instance B
syncarrR  | 2021-11-02 23:42:40,498 [MainThread  ] [INFO ]  0 contents synced successfully

All of my instances are run in docker containers that were pulled either today or yesterday (Nov 1 2021), so they are current. If you need debug logs please let me know and I can post them here too…

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:13

github_iconTop GitHub Comments

9reactions
markschrikcommented, Jan 30, 2022

@fscorrupt @ai4739 @elkaboing

I have fixed my build thanks to @mdinicola since the original does not seem updated anymore

docker pull maddemonoide/syncarr:latest

https://hub.docker.com/r/maddemonoide/syncarr

https://github.com/markschrik/syncarr

1reaction
horstepipecommented, Feb 11, 2022

why you guys don’t use the List feature to sync from one Instance to another? https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/

problem is that you can’t select a value lower than 6 hours to sync that list. so if a user is wishing a movie (e.g. by ombi) he has to wait up to 6 hours for the 4k version e.g.

Read more comments on GitHub >

github_iconTop Results From Across the Web

415 Unsupported Media Type - HTTP - MDN Web Docs
The HTTP 415 Unsupported Media Type client error response code indicates that the server refuses to accept the request because the payload ...
Read more >
415 Unsupported MediaType in Spring Application - Baeldung
The 415 (Unsupported Media Type) status code indicates that the origin server is refusing to service the request because the payload is in...
Read more >
error 415 Unsupported Media Type - SourceForge
Creating a sync works, but when executing the sync there is an error 415. "Response status code does not indicate success: '415' ('Unsupported ......
Read more >
Status Code 415 Unsupported Media Type - Zapier
Zapier · Troubleshoot · Fix errors · Errors with status code numbers. Status Code 415 Unsupported Media Type. Updated 2 months ago.
Read more >
Unable to trigger list sync manually, receiving Unsupported ...
You need to set the content type header to application/json. Ref https://github.com/Radarr/Radarr/issues/7122 ... r/redditsync icon ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found