Signer._sign() error #15
Labels
No labels
Customized PKG
Dup
Enhancement
Help Needed
Invalid
Official PKG
Question
Script Bug
Taobao PKG
Wont Fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
happyz/dpt-tools#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
thx fixed