Skip to content

submit.html produces 404 #447

Closed Answered by info-sic
info-sic asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, found it. If you learn to read, it helps...
I changed the blocklist.yml to include more M$-Office malware and accidently inserted a line with a single TAB \t.
That caused the parsing in helpers.py to fail miserably, because /lib/python3.10/site-packages/yaml/scanner.py which does the actual parsing ,doesn't handle single tabs very well.
Well, the error is pretty clear: "found character '\t' that cannot start any token" it just took a long time, to find out in which file this \t was hidden.
Case closed. Thanx for your help!
Manu

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by info-sic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants