Misc Remove Crunchyroll Online Verification?

CarlosNunezMX

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

CarlosNunezMX

Active Member
OP
Newcomer
Joined
Feb 12, 2020
Messages
25
Trophies
0
Age
24
Location
Guadalajara
XP
152
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
25
Trophies
0
Age
24
Location
Guadalajara
XP
152
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
25
Trophies
0
Age
24
Location
Guadalajara
XP
152
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
  • No one is chatting at the moment.
  • BigOnYa @ BigOnYa:
    I'd rather spend like $150 more for a surround receiver.
  • K3Nv2 @ K3Nv2:
    I bought the game at launch never fucked with it until recently
  • BigOnYa @ BigOnYa:
    Its fun, I like it, even tho I'm not a big harry potter fan. Like a wizard rpg. Flying around on a broomstick is cool.
  • K3Nv2 @ K3Nv2:
    Flying sucks ass on it
  • BigOnYa @ BigOnYa:
    Nuh just takes a min to get used to. I think you can upgrade or buy new broomstick also that are better.
    +1
  • K3Nv2 @ K3Nv2:
    I weirdly like inverted controls on all flying type games
  • BigOnYa @ BigOnYa:
    Prob can change it, inverted flying controls.
  • K3Nv2 @ K3Nv2:
    Only thing that annoys me is trying to find wtf to do in it
    +1
  • BigOnYa @ BigOnYa:
    Alright off to the store, later gators.
    +1
  • K3Nv2 @ K3Nv2:
    Some places amaze me were not in network with your insurance would you still like an appointment
    +1
  • AncientBoi @ AncientBoi:
    uhhh, I think I'll just stick with my PSP 3001
  • AncientBoi @ AncientBoi:
    lol, Now I gotta go to the store for more Coffee Mate n other stuff.
  • Xdqwerty @ Xdqwerty:
    i downloaded final fantasy vii into my tv stick
  • Xdqwerty @ Xdqwerty:
    i mean, the game was already there but its the japanese version
  • Xdqwerty @ Xdqwerty:
    and i only downloaded disc 1 so far bc of storage stuff
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, yeah the patty on McDs burger is 1/10th of a pound now and I think that's the pre cooked weight lol
  • Psionic Roshambo @ Psionic Roshambo:
    I use the app for the 20% off coupon and it's still over priced
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, why is mcdonalds overpriced if their food is bad?
  • Xdqwerty @ Xdqwerty:
    i mean why is mcdonalds food overpriced
  • Psionic Roshambo @ Psionic Roshambo:
    Inflation and greed
    +1
  • ZeroT21 @ ZeroT21:
    it's just fries, make 'em at home
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I make potato wedges at home with spices and stuff lol
    Psionic Roshambo @ Psionic Roshambo: I make potato wedges at home with spices and stuff lol