Git Product home page Git Product logo

Comments (4)

apprenticeharper avatar apprenticeharper commented on July 21, 2024

Thanks for reporting this bug.

from dedrm_tools.

ableeker avatar ableeker commented on July 21, 2024

Actually, what works is:

dsns = cursor.fetchall()

and

tokens = cursor.fetchall()

If you ignore tokens, you get just half a key. I was lucky, because on one of my devices this was the entire key, but on one of my other devices, I needed both halves, so tokens = [''] doesn't work. Is it really necessary to encode the keys in UTF-8 anyway? After all there's no difference if you only use 7-bits ASCII.

from dedrm_tools.

apprenticeharper avatar apprenticeharper commented on July 21, 2024

Thanks for the extra info. I’m putting android to one side briefly while I concentrate on getting the B&N URL fix done. (I tried doing both at once which was a mistake, just from a keeping things straight in my mind point of view.)

I’m currently working on a 6.2.2 without the android stuff, and once that’s done I’ll move on to getting a 6.3.1 release with the Android code in it. If I have problems at that point I might get back to you.

Thanks again for the interest,

Harper.

Sent from Windows Mail

From: ableeker
Sent: ‎Wednesday‎, ‎24‎ ‎June‎ ‎2015 ‎17‎:‎17
To: apprenticeharper/DeDRM_tools
Cc: apprenticeharper

Actually, what works is:

dsns = cursor.fetchall()

and

tokens = cursor.fetchall()

If you ignore tokens, you get just half a key. I was lucky, because on one of my devices this was the entire key, but on one of my other devices, I needed both halves, so tokens = [''] doesn't work. Is it really necessary to encode the keys in UTF-8 anyway? After all there's no difference if you only use 7-bits ASCII.


Reply to this email directly or view it on GitHub.

from dedrm_tools.

apprenticeharper avatar apprenticeharper commented on July 21, 2024

Fixed in the current release.

from dedrm_tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.