Epl persona 4 extracting error?

Describe your problem in as much detail as you can. Other users might help.
User avatar
slasherguy21
Posts: 185
Joined: Sun Feb 23, 2020 7:35 pm
Has liked: 35 posts
Been liked: 30 posts
Contact:

Image
I keep getting this error when I use the EPL Extractor by ThatTrueStruggle,
can anyone help me out, please?
User avatar
Poipt
Posts: 33
Joined: Sat May 16, 2020 12:10 am
Has liked: 2 posts
Been liked: 8 posts

That's strange, decode works fine for me. What Python version do you have?
User avatar
slasherguy21
Posts: 185
Joined: Sun Feb 23, 2020 7:35 pm
Has liked: 35 posts
Been liked: 30 posts
Contact:

3.7
User avatar
slasherguy21
Posts: 185
Joined: Sun Feb 23, 2020 7:35 pm
Has liked: 35 posts
Been liked: 30 posts
Contact:

I am just trying to extract the cutin's btw
User avatar
Poipt
Posts: 33
Joined: Sat May 16, 2020 12:10 am
Has liked: 2 posts
Been liked: 8 posts

The program is trying to decode a string, which is already decoded. Try adding a b in front of the string, like

Code: Select all

b"F00...".decode("hex")
User avatar
Poipt
Posts: 33
Joined: Sat May 16, 2020 12:10 am
Has liked: 2 posts
Been liked: 8 posts

Or maybe

Code: Select all

"F00...".encode().decode("hex")
User avatar
slasherguy21
Posts: 185
Joined: Sun Feb 23, 2020 7:35 pm
Has liked: 35 posts
Been liked: 30 posts
Contact:

In within the cmd or python script?
User avatar
Poipt
Posts: 33
Joined: Sat May 16, 2020 12:10 am
Has liked: 2 posts
Been liked: 8 posts

The python script.
User avatar
slasherguy21
Posts: 185
Joined: Sun Feb 23, 2020 7:35 pm
Has liked: 35 posts
Been liked: 30 posts
Contact:

I'll see what it can do
User avatar
slasherguy21
Posts: 185
Joined: Sun Feb 23, 2020 7:35 pm
Has liked: 35 posts
Been liked: 30 posts
Contact:

it says this "hex' is not a text encoding; use codecs.decode() to handle arbitrary codecs"
Post Reply

Created by ShrineFox. Maintained 2020 - 2024.
Support | Privacy | Terms
This site is NOT affiliated, associated, authorized, endorsed by, or in any way officially connected with Atlus Co., Ltd, Atlus U.S.A., Inc. or Sega Games Co., Ltd, or any of its subsidiaries or its affiliates.