Pyhanko does not recognize token-label anymore #180
Unanswered
Fernando-Cabral
asked this question in
Q&A
Replies: 1 comment 13 replies
-
Hi, That's a difficult question to answer without context. Do you know the previous pyHanko version you had installed? If you updated recently, perhaps the old package file is still sitting somewhere in your package manager's cache. That info would help to gauge how the behaviour changed between versions. What would be even more helpful: if you could try out different pyHanko versions until you find the version that introduced the breaking change, that'd be great. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After using pyhanko for about two years, today it stopped working because it does not find the token label. Here is the error message:
This label and this token have been working for a very long time.
Only change I am aware of is that two days ago I updated a bunch of Python modules, pyhanko included. Could one of those be responsible for the failure? Any change in the code the reads the label?
Is there a way for me to have pyhanko to tell me what are the labels it is seeing?
pyHanko, version 0.15.1
Debian 11 (fully upgraded)
Python 3.9.2 (default, Feb 28 2021, 17:03:44)
[GCC 10.2.1 20210110] on linux
When run with the --verbose option I get the following:
Beta Was this translation helpful? Give feedback.
All reactions