JojocraftTv / Discord-Token-Grabber-Java

A Discord Token Grabber (educational purposes only)
6 stars 2 forks source link

Bug? #1

Closed LifeHacker125132 closed 2 years ago

LifeHacker125132 commented 2 years ago

error: incompatible types: String cannot be converted to Map return new JSONObject(line).getJSONObject("os_crypt").getString("encrypted_key"); image

JojocraftTv commented 2 years ago

Hey, Thanks for the Report.

Are you sure that you are using the correct org.json? I used org.json 20220320 https://mvnrepository.com/artifact/org.json/json/20220320 For me it works fine. If you are using some other lib, rewrite this line, or change to org.json (20220320)

(I added mvnrepository links to Readme)

LifeHacker125132 commented 2 years ago

thanks for help