View Single Post
  #4  
Old 08-13-2010, 01:57 PM
Stream Recorder
 
Posts: n/a
Default

Re: MobiDeDrm.py error: Invalid PID Checksum


Quote:
Originally Posted by Meiniet View Post
When I try to dedrm ebooks, I get the message: Error Invalid PID Checksum.
Double check every character that can be confusing: 0 (zero) and O, 1 and I, etc.

If you have special symbols like "$" in your PID, then use "\$" instead of "$" (escape special symbols).

And try to put PID into quotes ('PID' and "PID").

Your PC PID is a 10 digit, drop the last 2 symbols of your PID and try to use it in single quotes (1234567$90 -> '1234567$' ).
Reply With Quote