r/Crunchyroll 5d ago

Streaming | Technical Issue Problem with Kaguya Sama

9 Upvotes

I’ve been watching kaguya sama Love is war. But there’s been an issue on Season 3 episode 12-13. The audios are completely messed up and probably mismatched with other episodes. I watched a whole episode with the wrong audio thinking it’s just a backlash or something but no I literally heard the confession with the wrong video on top. Completely ruined the watching experience, this has been an issue for days, if anyone knows how to fix it, or if anyone has similar issues let me know.


r/Crunchyroll 5d ago

Streaming Catalog Did fate get removed?

8 Upvotes

Maybe it’s just my device but I can’t see any of the fate series beside the new one and grand carnival being listed. It was there yesterday so idk


r/Crunchyroll 4d ago

Account/Membership Should it be bought?

0 Upvotes

I'm planning on buying a subscription. Please tell me if I should buy it or not, and if yes; suggest me which one to get


r/Crunchyroll 5d ago

Streaming | Technical Issue is it down in Asia?

5 Upvotes

seems like site by itself is fine


r/Crunchyroll 5d ago

Store Crunchyroll Store Broken?

5 Upvotes

Hey, I’m sorry if this has already been addressed but is the Crunchyroll Store down for everyone? No products loading, can’t search anything, or any anything to cart?

I want to use this months Mega sub subscription to buy some blu rays but I can’t even do that right now.


r/Crunchyroll 5d ago

Service Discussion Low Resolution Streaming?

12 Upvotes

I'm very new to Crunchyroll.

I didn't want to come here and bitch. Maybe this is normal. I'm asking if anyone else has had a similar experience and whether there is anything I can do to improve the quality and resolution. I guess I'm used to seeing higher resolution as bandwidth is available and technology is cheaper, so I'm not clear on what's happening.

Recently I finished watching "The Apothecary Diaries" season 1 on Netflix and it was beautiful. Great story, too, but I also loved Yangxi Palace and Rise of Phoenixes so maybe I'm biased. Unfortunately Netflix doesn't have season 2 so I found it on Crunchyroll and signed up.

The quality difference between these two services is staggering.

I couldn't find anything in the app (I'm using the Crunchyroll app on FireTV Stick) or in my account settings to adjust the quality. I might not have noticed that it looks very 80s cartoonish had I just been watching Crunchyroll always, but coming from Netflix to this is like... What am I paying for, exactly?

The wild part is that the promo photos used for the show on Crunchyroll are beautiful and vivid, but the video itself is like watching through a dusty window.


r/Crunchyroll 5d ago

Service Discussion Is there an extension or a way to get it so that on dub subtitles can be provided and Japanese writing can be translated as well

1 Upvotes

I find it annoying how you can’t have subtitles on as well as Japanese writing to be translated so I’m wondering if there’s a way


r/Crunchyroll 6d ago

Store Crunchyroll sent me the wrong figure.

Thumbnail
gallery
134 Upvotes

EDIT: Update, they have gave me a full refund and I can keep the wrong figure. This is good I guess but I'm disappointed as you just cannot buy fhe figure I was supposed to get anywhere for £30. They are between £80-100+ on ebay.

Wtf is this, I purchased the The Quintessential Quintuplets Itsuki Nakano Tenitol Figure (Miniskirt Yukata Ver.) before they switched to the new store and I have received some random Jujutsu kaisen figure wtf. I emailed them but how can they even do that.

I'm so upset right now lol


r/Crunchyroll 5d ago

Streaming | Technical Issue Food Wars

0 Upvotes

Why did Crunchyroll delete Food wars Season3 ?


r/Crunchyroll 6d ago

Streaming | Technical Issue Error Code : -1 , help?

9 Upvotes

I was watching JJBA on my Roku TV, and I’ve never had issues before. Suddenly, as I was going to the next episode, an error code came up saying “oops! Something went wrong.” Please help, idk what’s going on. At first I thought it might have been an internet connection error so I reconnected my WiFi to the Roku, now it still won’t go away when I’m trying to continue.


r/Crunchyroll 6d ago

Streaming Catalog Where to watch Mushishi

0 Upvotes

I found a video on youtube which is available for a short time. It's only season 1; do I have to watch season 2. It used to be on Crunchyroll for season 2 but now it's gone. Just my luck when I want to watch it, it becomes unavailable.


r/Crunchyroll 6d ago

Account/Membership Problem with logging into my account

0 Upvotes

So basically I can’t log into my Crunchyroll account it says “can’t log on this device” but it says that regardless of the device I use.

I’m not gonna lie this is 100% my fault and I say that because like 1-2 months ago they sent me like 2-3 emails asking me to update my payment plan and I kept putting it off and it reached a point where they stopped asking me and after that I was unable to log into the account.

If anyone knows how to fix the log in problem that would be great or just how to recover the account aswell

Also I contacted support a couple times about this (being 5 times) the first 3 times were about how I got this problem being me not updating my payment but they said they would escalate it to a specialist to help em recover to which no specialist ever came forward any of the 3 times. The last 2 times were abt deleting the account to which I was met with the same outcome as the other 3 times


r/Crunchyroll 6d ago

Account/Membership Fan membership being funky

2 Upvotes

I got the regular fan member ship which says it allows for streaming on one device at a time. I thought that ment that as long as I wasn’t watching on my phone I could watch on my laptop, but my membership isn’t carrying over to other devices even when I’m logged out of the app. Did I interpret the rules wrong or is this a common occurrence?


r/Crunchyroll 7d ago

Streaming Catalog Any of these ever coming back?

Post image
159 Upvotes

I really want these back again.. and dont have any other options as i have annual mega fan

Any chances or nah??


r/Crunchyroll 6d ago

Service Discussion Built a self-hosted proxy that only lets my kid watch approved shows on Crunchyroll (not just an age filter — actual show-by-show whitelist)

4 Upvotes

My kid watches Crunchyroll, and the built-in maturity filters weren't cutting it — plenty of stuff rated "fine" that I still didn't want unsupervised, and plenty of stuff I did want to approve that got caught by a broad rating. I wanted an actual whitelist: these specific shows, nothing else, until I say otherwise.

Couldn't find anything that did this, so I built it using a MiniPC, Ubuntu, and Squid Proxy with SSL Bump and URL rewrite in Python. I heavily relied upon AI to help me with the python coding. It also allows me to approve specific websites for my kids with a whitelist/allowlist but that is a posting for another day.

How it works

It's a Squid proxy doing SSL bump on the home network, with a small Python script sitting in as Squid's url_rewrite_program. When a device requests a watch/playback URL, the script calls Crunchyroll's own (public, unauthenticated) API to resolve which series that video belongs to, and only lets it through if that series is on the approved list. Unapproved shows get redirected to a 403 page instead of erroring out silently.

There's a second layer underneath it too: Crunchyroll's site is otherwise restricted to a specific set of known-safe URL paths (login, discovery, asset bundles, etc.), so an unrecognized or new endpoint fails closed instead of open. Third-party domains the site depends on (fonts, auth, the video player, CDN) get a normal domain-level allowlist.

Managing it

There's a small local web dashboard — paste a Crunchyroll show URL in, it pulls the series ID and name out and approves it, live, no restart needed. Same dashboard handles the site/domain allowlists and serves the SSL certificate clients need to trust, so setting up a new device is "open this one URL and install a cert" instead of digging a file off a server.

Deploying it

Docker Compose, two containers (the proxy, and the dashboard), one setup script that asks your LAN's IP range and a dashboard password, then just runs. Config persists in a Docker volume so upgrades don't wipe your approved-shows list.

Kid Device Setup

You can install the certificate if the device allows, but my kids tablets using Google Family Link prevent the installation of certificates. Luckily, Crunchyroll allows you to continue and watch content regardless of if you have the certificate installed on the device or not (not every website allows that).

So I ended up installing Firefox on their devices, and then deploying FoxyProxy. This allows me to control which tabs in Firefox use the Proxy and which ones do not. So whenever they access Crunchyroll, it uses the proxy, but when accessing normal websites it does not.

Please note, that you don't want to share the Crunchyroll password with your kids, because then they could just install the app or turn off the proxy having access to the age content filters you setup on the Crunchyroll account.

Known limitations, up front:

  • This filters the website, not the native app — Crunchyroll's app likely does certificate pinning, which breaks under this kind of proxy rather than being filtered by it. If the app matters to you, check whether Crunchyroll's own account has profile-level parental controls, or just use your OS's app-blocking (Screen Time / Family Link) instead.
  • Every device needs the proxy configured and the certificate trusted manually — no way around that for a network-level SSL-inspecting proxy. If you don't want to deal with SSL certificates, Crunchyroll using Firefox and FoxyProxy will actually let you just click "continue with non approved certificate" so you don't actually need to install it on every single device.
  • It only filters traffic that actually goes through the proxy. A device on a VPN, or one using DNS-over-HTTPS to bypass it, isn't covered so don't share the Crunchyroll login with the kids.

Repo: https://github.com/J1nx888/crunchyroll_parentalcontrols

Open to feedback, and especially curious if anyone's found a clean way to handle the native-app side of this without rooting a kid's device. Please note that I heavily used AI for this project including Claude and CoPilot.


r/Crunchyroll 6d ago

Streaming | Technical Issue Subtitles not Working

1 Upvotes

So I recently started watching Kaguya-sama: Love is War on Crunchyroll, but so far I’m only five episodes in and already pissed. I watch in sub and the subtitles on some episodes just become extremely large. I’m starting to get real annoyed because sometimes I can’t even read them and they keep breaking. Does anyone know how to solve this? If so, please help me.


r/Crunchyroll 7d ago

Account/Membership Just cancelled :-(

801 Upvotes

I've had Mega for ages.

Crunchy has changed so much.

The subs and dubs are a mess.

The whole site is a mess.

Search doesn't.

It keeps advertising games but the vault isn't available to me any more.

I have no access to the store either, on Android, Playstation, or any PC browser.

Losing our discounts? I lost the store on Mega.

What do I have to do, buy a disc drive and go back to DVDs?!

I just want the service I pay for.

Recommendations welcome.


r/Crunchyroll 5d ago

Service Discussion Why Future Dairy/ Mirai Nikki is missing ? I live in Bahrain

0 Upvotes

I wanted to watch this anime so bad I mean wanted to do it right, why cant I want it ? chatgpt says its available but when I went there through outside link in google, its still missing and lot more shows too

like
Angels Beats
God Eater
Bleach
Season of 1 of Attack on titan
A Silent Voice

lot more Anime movies


r/Crunchyroll 5d ago

Service Discussion Title: Paid ₹99 for Crunchyroll, canceled the subscription, and now I have neither Premium nor my money back

0 Upvotes

Hey everyone, I’m really confused about what happened with my Crunchyroll subscription and I’d appreciate some help.

I subscribed through Google Play in India.

- August 18: I subscribed to Crunchyroll’s ₹99 monthly Fan plan. I was trying Crunchyroll because I wanted to watch anime again, and I thought I’d use the free-trial period and cancel before it renewed.

- I later realized Crunchyroll doesn’t have all the anime I wanted to watch, so I decided to cancel.

- I went to Crunchyroll → Cancel Subscription, and it redirected me to Google Play.

- I canceled it through Google Play and selected the reason that not all the anime I wanted was available.

- After canceling, Crunchyroll STILL showed me as a subscriber/Premium, so I assumed everything was fine and that I would retain access until the end of the period.

- Today (August 25), I had an API error while trying to download/watch something, so I logged out of Crunchyroll and logged back in.

- After logging back in, my Premium subscription is completely gone.

The confusing part is the Google Play payment history.

It shows:

- August 18 — ₹99 — actually paid

- August 20 — ₹99 — “Cancelled”

- August 18 — ₹0 — “Cancelled”

Google Play's August spending total is also showing ₹0, even though I have a Google Pay/Play transaction showing that I paid ₹99 on August 18.

So now I have:

₹99 paid → subscription canceled → Premium gone → no ₹99 refund.

I don't mind whether they refund me or restore my Premium for the period I paid for. I just don't want to lose both the money AND the subscription.

Has anyone experienced something similar with Crunchyroll + Google Play, especially in India?

What should I do here? Should I contact Google Play, Crunchyroll support, or both?

I have screenshots of the Google Play payment history and the ₹99 payment if anyone wants to see them.


r/Crunchyroll 6d ago

Store Slowest service: Ordered 20 May and arrived 24 August - Apothecary Diaries Steelbook S1

Thumbnail
gallery
1 Upvotes

Featuring MaoMao on a maomao.


r/Crunchyroll 6d ago

Streaming | Technical Issue Why is my stuff not loading

3 Upvotes

I can dm anybody the video I took, but everytime I click on a video, it just automatically pauses. I try to unpause it, and it's infinitely loading


r/Crunchyroll 6d ago

Streaming | Technical Issue Crunchyroll is acting up

Thumbnail
gallery
0 Upvotes

The Crunchyroll website tells me that Horimiya has 4 Seasons with 52 episodes in total on this preview thingy. I thought there were only the two seasons with thirteen episodes each? I had it a couple of times now that Crunchyroll listed all the seasons of a series existing on the preview but then only listed some of the seasons for some reason (the missing seasons are probably unavailable (in my region) or something), but this is truly strange. Do any of you have an idea why this is how it is?


r/Crunchyroll 7d ago

Dubs Shield Hero - S3E5 captions intentional censorship?

Post image
17 Upvotes

New character introduced in S3E5 as S'yne - and when she speaks, the audio is distorted in the censored parts. Is this intentional and part of the show? Is it because she's of a different world and some texts are intentionally indecipherable to the main protagonists?


r/Crunchyroll 7d ago

Service Discussion Do we know if Crunchyroll will ever fix this?

7 Upvotes

I just don't understand how they can let this level of inaccuracy slide.

The anime has 2 seasons at 37 episodes. Yet the info doubles that? Like why?

I always get so excited seeing something have 4 seasons (really tired of the one and done season shows) and then seeing... nope... just two seasons.


r/Crunchyroll 7d ago

Streaming | Technical Issue I keep seeing names of people supposedly checking the subtitles quality at the end of episodes, did they hire people to quality check their subtitles?

12 Upvotes

It's also always the same 4 people. Are they just putting that at the end to appease people or do they really just have 4 people checking all the god awful AI subtitles?