distribusi -r triggers an unicode error #1
Loading…
Reference in New Issue
Block a user
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?
$ distribusi -r
prints:'utf-8' codec can't decode byte 0x96 in position 2358: invalid start byte
But it didn't stop the process, distribusi deleted all the indexes anyway. Just a note on this behavior, not really a 'big' issue i guess :)
(Also, i'm testing my new gitea app dowloaded from FDROID! Training my social git skills ;) -- bye!)
Is there a new Fdroid distribusi app as well!? 😱
That sounds a lot like you are running it with python 2.7 though? Is that the case?
Yeah, python 2 could be the issue.
Any example of the files you ran it on so we can try to also reproduce the issue?