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: 33
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
  • Julie_Pilgrim @ Julie_Pilgrim:
    im sure half the responses won't be literal racial slurs or "drop table" jokes
  • Veho @ Veho:
    Look, it's China. They know what it's like when you give a poll to half a billion trolls.
    +1
  • K3Nv2 @ K3Nv2:
    How much dollar do you think it is?
  • Veho @ Veho:
    ONE MILLION DOLLA
    +1
  • Veho @ Veho:
    I know the pricing of electronics nowadays isn't "how much it actually costs" but "how much we can get away with", but putting up a poll is just cynical.
    +1
  • K3Nv2 @ K3Nv2:
    Probably $150 someone said Anbernic said around the same price as rg556
  • Julie_Pilgrim @ Julie_Pilgrim:
    you know which game i wish they would rerelease
  • Julie_Pilgrim @ Julie_Pilgrim:
    sonic unleashed
  • K3Nv2 @ K3Nv2:
    Make it a happy meal toy
  • Julie_Pilgrim @ Julie_Pilgrim:
    that game's engine is really fucking intensive so it runs like literal shit on xbox 360 and ps3
  • Veho @ Veho:
    Nah I'm getting value creep again. I look at a $50 console "but for just a few more dollars you could get XYZ" and I end up considering the Steam Deck.
    +1
  • Julie_Pilgrim @ Julie_Pilgrim:
    like the lighting in that game was genuinely so good
  • Veho @ Veho:
    Not getting dragged into that again.
  • Julie_Pilgrim @ Julie_Pilgrim:
    i dont get why they didn't port the one game that ran the worst on consoles, to pc
  • Julie_Pilgrim @ Julie_Pilgrim:
    like you port everything to pc except the one game where it would make the most sense. why. what do you gain from this
  • Julie_Pilgrim @ Julie_Pilgrim:
    is sega just personally fucking with me? are they laughing while watching me through my kinect camera as i get up to restart my xbox for the third time because the game froze again
  • K3Nv2 @ K3Nv2:
    Buy handhelds from five below better quality
  • K3Nv2 @ K3Nv2:
    Valve probably going to do another refresh of the deck this fall with rog ally like specs tbh
    +1
  • Veho @ Veho:
    A smaller form factor would be nice too.
    +1
  • K3Nv2 @ K3Nv2:
    A shield portable 2 would be nice aye Nvidia
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    The big leap in all things tech is when carbon based chips start hitting.
  • Psionic Roshambo @ Psionic Roshambo:
    Longer battery life cooler temps and faster! What's not to like lol (probably expensive as hell)
  • AncientBoi @ AncientBoi:
    [checks my dildo(s) batteries, coolant and lube] :O [promptly replaces them] :D
    AncientBoi @ AncientBoi: [checks my batteries, coolant and lube] :O [promptly replaces them] :D