Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when processing unicode characters #60

Open
noblekid96 opened this issue Jan 30, 2024 · 1 comment
Open

Error when processing unicode characters #60

noblekid96 opened this issue Jan 30, 2024 · 1 comment

Comments

@noblekid96
Copy link

Recently updated to version 20240129.1502 and got this error when viewing files with unicode characters (specifically Chinese characters)

Debugger entered--Lisp error: (error "Multibyte character in data for base64 encoding")
  async-handle-result((closure ((current-buffer . #<buffer main.tsx>) (include-avatar-p) (start-line-number . 39) (type . both)) (commit-infos) (blamer--handle-async-blame-info-result commit-infos current-buffer start-line-number include-avatar-p type)) (async-signal (error "Multibyte character in data for base64 encoding")) #<buffer *emacs*<23>>)
  async-when-done(#<process emacs> "finished\n")

This is my blamer config

(use-package blamer
  :bind (("s-i" . blamer-show-commit-info))
  :defer 20
  :custom
  (blamer-idle-time 0.3)
  (blamer-min-offset 70)
  (blamer-max-commit-message-length 70)

  :config
  (global-blamer-mode 1))
@Artawower
Copy link
Owner

This problem seems to have a similar source to problem #59, could you check the last commit? If the problem still exists, could you set blamer-enable-async-execution-p to nil and provide backtrace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants