ascii decode error on formatTimestamp() #708
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-01#708
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?
formatTimestamp() on line 81 the GUI was'nt starting because of the error that says can't convert non-ascii characters, in french the month can have accents, so this part should be improved, meanwhile I modify the code to
Have same errors, didn t see your issue before, there is better to do than doing dumb replace.
https://github.com/Bitmessage/PyBitmessage/pull/710
DarkRedman,
Does the change in #710 fix your problem?
Yes it works now, thanks to both of you :)