Error when decrypting json file #114
-
|
Hi everyone, I'm not sure if this is still an up to date project. I have successfully generated the Apple Airtag key and used it. So far, it's working great. However, when I want to decrypt the JSON data exported from the reports, I received "Internal Server Error" and I've tried reinstalling all of my environment dependencies. I still get the same error. I also asked ChatGPT for help but couldn't find a fix yet. I'm using Python 3.11.0. I'll put the issue down here in case there's other people who had the same issue and found a fix to it so that I don't have to find a solution from scratch. These are the errors on the console: I haven't tried changing the python version yet. But if it's the version compatibility, I will change it. Hopefully, this is an easy fix. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I've been trying to find the solution for days. Right after I posted this in the discussion, I have one final thought which is to check the pull request. AND THERE GOES THE ANSWER. @ArtemKiyashko has submitted a pull request to fix this issue and refactored the code 2 months ago but it hasn't been merged. If anyone is having the same issue, feel free to go to his forked version and clone the solution. |
Beta Was this translation helpful? Give feedback.

I've been trying to find the solution for days. Right after I posted this in the discussion, I have one final thought which is to check the pull request. AND THERE GOES THE ANSWER. @ArtemKiyashko has submitted a pull request to fix this issue and refactored the code 2 months ago but it hasn't been merged.
If anyone is having the same issue, feel free to go to his forked version and clone the solution.