emacs-ess / ESS

Emacs Speaks Statistics: ESS
https://ess.r-project.org/
GNU General Public License v3.0
620 stars 162 forks source link

Error running timer 'ess--idle-timer-function' #1270

Open rromoli opened 8 months ago

rromoli commented 8 months ago

I get this error using ess-remote: Error running timer ‘ess--idle-timer-function’: (wrong-type-argument stringp nil)

This is the Backtrace of the error:

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  file-remote-p(nil localname)
  ess--derive-connection-path("/-:user@server:/path/to/Data/" nil)
  ess-synchronize-dirs()
  ess--idle-timer-function()
  apply(ess--idle-timer-function nil)
  timer-event-handler([t 0 1 0 repeat ess--idle-timer-function nil idle 0 nil])

I run ess in spacemacs all up to date. Both local and remote machine run linux.