Misc Remove Crunchyroll Online Verification?

CarlosNunezMX

Active Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
26
Trophies
0
Age
24
Location
Guadalajara
XP
153
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

Active Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
26
Trophies
0
Age
24
Location
Guadalajara
XP
153
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

Active Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
26
Trophies
0
Age
24
Location
Guadalajara
XP
153
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: 34
Last edited by WaterFlame,

CarlosNunezMX

Active Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
26
Trophies
0
Age
24
Location
Guadalajara
XP
153
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

Active Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
26
Trophies
0
Age
24
Location
Guadalajara
XP
153
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

Active Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
26
Trophies
0
Age
24
Location
Guadalajara
XP
153
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
  • BigOnYa @ BigOnYa:
    Sorry that behaviour is just called raycast
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i still cant find it even by searching it
  • Xdqwerty @ Xdqwerty:
    oh wait
  • BigOnYa @ BigOnYa:
    Watch that video, it explains it, maybe its an extension, can't remember tbh
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, its a condition
    +1
  • K3Nv2 @ K3Nv2:
    I got a condition I need my prescriptions this will cause some friction
  • BigOnYa @ BigOnYa:
    Ain't no prescription gonna help you. You need a 3 hour counseling session with Leo.
  • K3Nv2 @ K3Nv2:
    Did someone get his nips rubbed the wrong way
    +1
  • K3Nv2 @ K3Nv2:
    I know we can hug :blush:
  • BigOnYa @ BigOnYa:
    I'm getting tore up on this Killer Clowns game today, frustrating, sorry honey.
  • K3Nv2 @ K3Nv2:
    I could piss salt in your wounds if it would make you feel any better
  • BigOnYa @ BigOnYa:
    Oh yea, more pain, better the gain. Nuh its cool, I'm not angry at anyone/anything. I just haven't taken my meds yet, let me find my lighter...
  • K3Nv2 @ K3Nv2:
    I can rub those wittle cheeks too if you want
  • BigOnYa @ BigOnYa:
    Aright, pick up some papers on your way over.
  • K3Nv2 @ K3Nv2:
    Come in for your daily burping
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    im procrastinating so i did almost nothing on the game today
  • BigOnYa @ BigOnYa:
    That ok, I have like 15 games ongoing still, I haven't messed with them in weeks
    +1
  • K3Nv2 @ K3Nv2:
    Jedi survivor is going to be one of those where the fuck do I go game
  • BigOnYa @ BigOnYa:
    My buddy brought his ps3 slim to me yesterday to mod and put in a new hd, and he just called, asking if I'm done yet, like damn, less than 24hrs.
  • K3Nv2 @ K3Nv2:
    It took me like an hour
    +1
  • BakerMan @ BakerMan:
    @Xdqwerty basically, the trans flag has blue pink and white, as you know
  • BigOnYa @ BigOnYa:
    Been so long since I modded a ps3 I almost forget the process. I know its easy, USB stick and software.
  • BakerMan @ BakerMan:
    and from that, crystal BLUE meth, jesse PINKman, walter WHITE
  • BigOnYa @ BigOnYa:
    I haven't even got him a new HD yet, lol, have to run tomorrow
    BigOnYa @ BigOnYa: I haven't even got him a new HD yet, lol, have to run tomorrow