Misc Remove Crunchyroll Online Verification?

CarlosNunezMX

Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
24
Trophies
0
Age
24
Location
Guadalajara
XP
150
Country
Mexico
Hello GBATemp People.
I trying to patch Crunchyroll server to another server of anime, but I have the problem about error code 102-2882

When i remove the code in app/scripts.wiiu.js:
JavaScript:
case errorType.ACT:
        alert(JSON.stringify(evt))
        break;
This make the app bot up, then it send request
/api/v1/cr/version
Request working to custom server but then that do nothing...

Thanks for all help :D
 
Last edited by CarlosNunezMX,
  • Like
Reactions: Moon164

CarlosNunezMX

Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
24
Trophies
0
Age
24
Location
Guadalajara
XP
150
Country
Mexico
Moving to another file in ApiRequest.js i modify options for change server to a local ip
JavaScript:
  var apiDefaultSettings = {
    httpMethod  : 'GET',
    urlRoot     : '192.168.100.175:4000/api/v1'
  };

// More line after...    

var url = 'http://';
 url += apiDefaultSettings.urlRoot + '/' + action


And nothing in app, but in browser is OK
 
  • Like
Reactions: Moon164

theaxd

Member
Newcomer
Joined
Apr 16, 2022
Messages
10
Trophies
0
Age
21
Location
.
XP
99
Country
United States
Is there a way to bypass “error code 102-288”? Also what’s crunchyroll’s title id
 

CarlosNunezMX

Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
24
Trophies
0
Age
24
Location
Guadalajara
XP
150
Country
Mexico
Is there a way to bypass “error code 102-288”? Also what’s crunchyroll’s title id
Hi, this is the crunchyroll Title ID for USA Consoles -> 0005000010172a00
I am reading all JavaScript files and those error is a Acconunt Error, is possible to remove but the problem is when make the petitions to a custom server

-> /version.0.json OK
but /translations.0.json never go to server
On browser all get OK but in console never pass about the 1st request
1662929255762.png
 
  • Like
Reactions: theaxd

WaterFlame

Member
Newcomer
Joined
Oct 28, 2023
Messages
18
Trophies
0
Age
28
XP
74
Country
United Kingdom
Hey,
Hi, this is the crunchyroll Title ID for USA Consoles -> 0005000010172a00
I am reading all JavaScript files and those error is a Acconunt Error, is possible to remove but the problem is when make the petitions to a custom server

-> /version.0.json OK
but /translations.0.json never go to server
On browser all get OK but in console never pass about the 1st request
View attachment 326762
Hey, could you possibly create a new patch for the PS4 jailbreak version of Crunchyroll, the version is Crunchyroll 1.34 whenever the app is launched you get this error message “ unable to connect to crunchyroll. Check your network connection settings and relaunch the app.” Hoping for a patch or something to remove this and get the app working properly again.
Post automatically merged:

Hello GBATemp People.
I trying to patch Crunchyroll server to another server of anime, but I have the problem about error code 102-2882

When i remove the code in app/scripts.wiiu.js:
JavaScript:
case errorType.ACT:
        alert(JSON.stringify(evt))
        break;
This make the app bot up, then it send request

Request working to custom server but then that do nothing...

Thanks for all help :D
Hi, this is the crunchyroll Title ID for USA Consoles -> 0005000010172a00
I am reading all JavaScript files and those error is a Acconunt Error, is possible to remove but the problem is when make the petitions to a custom server

-> /version.0.json OK
but /translations.0.json never go to server
On browser all get OK but in console never pass about the 1st request
View attachment 326762
Could you make a new patch for the jailbreak version of crunchyroll for PS4 its version 1.34 of crunchyroll
 

Attachments

  • BAF4B2EA-8F50-4C99-BE41-97BA4D4B880B.jpeg
    BAF4B2EA-8F50-4C99-BE41-97BA4D4B880B.jpeg
    312.7 KB · Views: 30
Last edited by WaterFlame,

CarlosNunezMX

Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
24
Trophies
0
Age
24
Location
Guadalajara
XP
150
Country
Mexico
Hey,

Hey, could you possibly create a new patch for the PS4 jailbreak version of Crunchyroll, the version is Crunchyroll 1.34 whenever the app is launched you get this error message “ unable to connect to crunchyroll. Check your network connection settings and relaunch the app.” Hoping for a patch or something to remove this and get the app working properly again.
Post automatically merged:



Could you make a new patch for the jailbreak version of crunchyroll for PS4 its version 1.34 of crunchyroll
So, if i had a PS4 i'll, i don't know how Crunchyroll PS4 version was builded.
 

WaterFlame

Member
Newcomer
Joined
Oct 28, 2023
Messages
18
Trophies
0
Age
28
XP
74
Country
United Kingdom
If you have ftp access, you could extract application files, 'cause i just googled it and it was the unique way what i fount to dump the game

Post automatically merged:

If you have ftp access, you could extract application files, 'cause i just googled it and it was the unique way what i fount to dump the game
 
Last edited by WaterFlame,

CarlosNunezMX

Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
24
Trophies
0
Age
24
Location
Guadalajara
XP
150
Country
Mexico
2023-12-29_21.39.56.243_TV.jpg

Finally I've got :D.
Recommendations
  • Add SSL Certifications
  • Update NWF - (Give it from another title or idk)
  • You couldn't use official Chruncyroll API's (idk how it works, and i think it won't)
  • Get the `nwf.d.ts`
Thinks im going to do.
  • Create a typescript documentation.
  • Try to send custom locales to WiiU Client
  • Try to make a WIP with modifications.
 

CarlosNunezMX

Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
24
Trophies
0
Age
24
Location
Guadalajara
XP
150
Country
Mexico
Project progress
In the last few days, I have been working on making a lightweight and scalable server, so I changed the server from Express using Vanilla JavaScript, to Hono with Typescript.
Source Code.
I'm working on documenting all the work in an easy way so someone else can make their own server.

In addition, I have already added the translations, with their corresponding documentations.

So far, I have the following routes finished.
'/version'
/start_session'
/list_series', SessionRouter)
'/search' - Not finished, it lacks the issue of filtering things by genre and working in the npm module.
'/list_locals'
'/translations'
'/categories' - Gives you a blank response.
'/client_options'
'/info' - I'm still on the topic of researching things I might need to do.
'/list_media' - Only episodes work
I'll leave some screenshots (they are taken on the Wii U) for you to enjoy :D
2024-01-04_17.33.03.179_TV.jpg
2024-01-04_18.01.51.685_TV.jpg
 

WaterFlame

Member
Newcomer
Joined
Oct 28, 2023
Messages
18
Trophies
0
Age
28
XP
74
Country
United Kingdom
Project progress
In the last few days, I have been working on making a lightweight and scalable server, so I changed the server from Express using Vanilla JavaScript, to Hono with Typescript.
Source Code.
I'm working on documenting all the work in an easy way so someone else can make their own server.

In addition, I have already added the translations, with their corresponding documentations.

So far, I have the following routes finished.
'/version'
/start_session'
/list_series', SessionRouter)
'/search' - Not finished, it lacks the issue of filtering things by genre and working in the npm module.
'/list_locals'
'/translations'
'/categories' - Gives you a blank response.
'/client_options'
'/info' - I'm still on the topic of researching things I might need to do.
'/list_media' - Only episodes work
I'll leave some screenshots (they are taken on the Wii U) for you to enjoy :DView attachment 411967View attachment 411968
 
Last edited by WaterFlame,
  • Like
Reactions: CarlosNunezMX

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    "Zelda quick grab my master sword!"
    +1
  • K3Nv2 @ K3Nv2:
    Link calls the doctor
    +1
  • K3Nv2 @ K3Nv2:
    Isn't it an actual disorder for someone to sleep too much
  • Psionic Roshambo @ Psionic Roshambo:
    If anyone wants to find that Bad Ass Babes it's on The Internet Archive lol
    +1
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, the controllers that come with it are somewhat bad but atleast I have like other 2 controllers that work
  • Psionic Roshambo @ Psionic Roshambo:
    Ken I think so, I forget the name but there is that condition where people will fall asleep in the middle of a sentence.
  • K3Nv2 @ K3Nv2:
    The cure is meth
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Not far from the truth Ken lol
  • Psionic Roshambo @ Psionic Roshambo:
    I think the medication for is is actually what meth is made from, or a form of it.
  • K3Nv2 @ K3Nv2:
    Germans were ahead of their time
  • Psionic Roshambo @ Psionic Roshambo:
    That's the one lol
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Ken are you talking about pervatin? Heh they shouldn't have let me name it lol
  • K3Nv2 @ K3Nv2:
    Hitler gets all the credit
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Nein! Nein Nein Nein!!!!
  • K3Nv2 @ K3Nv2:
    Work for freedom yeah douche
  • K3Nv2 @ K3Nv2:
    Hitler would've made a decent a rapper
    +1
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, the sd card has only about 4 gb left so im not gonna add too many games (im only adding ps1 games if you ask)
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, the tv stick has a built in emulator with some weird config im not gonna tamper with
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, and im gonna download legend of dragoon to my ps3 cuz i couldnt fix the problem i mentioned you a while ago and idk if the emulator is the problem (only tested it on epsxe)
  • Psionic Roshambo @ Psionic Roshambo:
    yeah those sticks can be a pain, a lot of the time you can't change the firmware or do much with them. Sometimes you can mod them and install like Batocera but it's not common.
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, atleast it has android tv apps
  • Psionic Roshambo @ Psionic Roshambo:
    I had one that the firmware was not able to be changed unless I opened it up and soldered a couple of spots and a wire, but I didn't feel like that so I just bout an Android TV Box
    Psionic Roshambo @ Psionic Roshambo: I had one that the firmware was not able to be changed unless I opened it up and soldered a...