We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an issue while loading telega in terminal (mac os m1)
** Wrong number of arguments: (3 . 4), 1**
After using debug got this issue
telega v0.8.11 (TDLib version unknown. Make sure server is running) (telega-ser ver v0.7.13 [docker])
Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 4) 1) color-rgb-to-hex(2) apply(color-rgb-to-hex 2) telega-color-name-as-hex-2digits("unspecified-fg") telega-svg-create-horizontal-bar() (progn (telega-svg-create-horizontal-bar)) (if (image-type-available-p 'svg) (progn (telega-svg-create-horizontal-bar))) (when (image-type-available-p 'svg) (telega-svg-create-horizontal-bar)) eval((when (image-type-available-p 'svg) (telega-svg-create-horizontal-bar)) t) telega-symbol-emojify("-" (when (image-type-available-p 'svg) (telega-svg-create-horizontal-bar))) apply(telega-symbol-emojify "-" (when (image-type-available-p 'svg) (telega-svg-create-horizontal-bar))) telega-symbol(horizontal-bar) telega-filters--footer() telega-filters--create() telega-root-mode() telega(nil) funcall-interactively(telega nil) call-interactively(telega record nil) command-execute(telega record) execute-extended-command(nil "telega" "telega") funcall-interactively(execute-extended-command nil "telega" "telega") call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is an issue while loading telega in terminal (mac os m1)
** Wrong number of arguments: (3 . 4), 1**
After using debug got this issue
telega v0.8.11 (TDLib version unknown. Make sure server is running) (telega-ser
ver v0.7.13 [docker])
Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 4) 1)
color-rgb-to-hex(2)
apply(color-rgb-to-hex 2)
telega-color-name-as-hex-2digits("unspecified-fg")
telega-svg-create-horizontal-bar()
(progn (telega-svg-create-horizontal-bar))
(if (image-type-available-p 'svg) (progn (telega-svg-create-horizontal-bar)))
(when (image-type-available-p 'svg) (telega-svg-create-horizontal-bar))
eval((when (image-type-available-p 'svg) (telega-svg-create-horizontal-bar)) t)
telega-symbol-emojify("-" (when (image-type-available-p 'svg) (telega-svg-create-horizontal-bar)))
apply(telega-symbol-emojify "-" (when (image-type-available-p 'svg) (telega-svg-create-horizontal-bar)))
telega-symbol(horizontal-bar)
telega-filters--footer()
telega-filters--create()
telega-root-mode()
telega(nil)
funcall-interactively(telega nil)
call-interactively(telega record nil)
command-execute(telega record)
execute-extended-command(nil "telega" "telega")
funcall-interactively(execute-extended-command nil "telega" "telega")
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)
The text was updated successfully, but these errors were encountered: