Signer._sign() error #15

Closed
opened 2018-11-30 08:33:52 -08:00 by sartrism · 1 comment
sartrism commented 2018-11-30 08:33:52 -08:00 (Migrated from github.com)

I add my data point that I could successfully root my device on Windows. But one thing I had to modify is Line 480 of libDPT.py from _sign(...) to sign(...). Otherwise it makes an error.

According to the latest httpsig package Signer object has no _sign attribute. https://github.com/ahknight/httpsig/blob/master/httpsig/sign.py

I add my data point that I could successfully root my device on Windows. But one thing I had to modify is Line 480 of libDPT.py from _sign(...) to sign(...). Otherwise it makes an error. According to the latest httpsig package Signer object has no _sign attribute. https://github.com/ahknight/httpsig/blob/master/httpsig/sign.py
HappyZ commented 2018-11-30 11:31:13 -08:00 (Migrated from github.com)

thx fixed

thx fixed
Sign in to join this conversation.
No description provided.