vermiculus / sx.el

Stack Exchange for Emacs
http://stackapps.com/q/3950
709 stars 40 forks source link

sx-inbox-notifications error "Wrong type argument: stringp, nil" #339

Closed Boruch-Baum closed 6 years ago

Boruch-Baum commented 6 years ago

I'm able to evaluate function sx-inbox, but evaluating function sx-inbox-notifications yields "Wrong type argument: stringp, nil". The same result occurs when trying the default keybinding C-u s i.

On the other hand, manually evaluating (sx-method-call 'notifications) DOES return a lisp object containing notifications.

@Malabarba, I noticed from issue / pull request #174 that you originally contributed this code, so I'm mentioning you to get your attention.

I'm using emacs version 25.2 in debian, and sx.el otherwise functions fine, allowing me to submit questions, answers, votes and comments.

The *Messages* buffer indicates that the error is being generated by function sx-inbox--print-info.

Boruch-Baum commented 6 years ago

Fixed in my pull request #343.

vermiculus commented 6 years ago

Closing after merge.