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: 28
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
    K3Nv2 @ K3Nv2: Creamy milk