karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.04k stars 113 forks source link

error in process sentinel: Symbol’s value as variable is void: gptel--debug #205

Closed trekta closed 5 months ago

trekta commented 5 months ago

Hey, I am using the latest release and did not change my configuration. Using gptel-send I get this error and no response: error in process sentinel: Symbol’s value as variable is void: gptel--debug with debug-on-error t I get this backtrace:

Debugger entered--Lisp error: (void-variable gptel--debug)
  gptel-curl--sentinel(#<process gptel-curl> "finished\n")

funny enough, after I eval gptel--debug t everything works as expected and the gtpel-error buffer shows ordinary looking curl response.

Thanks for all the hard work you put into this package and sorry if this turns out to some stupid error on my side

karthink commented 5 months ago

Some left over stuff from a recent refactoring. Should be fixed, sorry for the trouble.