vermiculus / sx.el

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

sx-inbox doesn't work #328

Open rgrinberg opened 7 years ago

rgrinberg commented 7 years ago

sx-inbox gives me the following error:

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  propertize(nil face sx-question-list-date)
  sx-inbox--print-info()
  mapcar(sx-inbox--print-info )
  sx-question-list-refresh()
  run-hooks(tabulated-list-revert-hook)
  tabulated-list-revert()
  sx-inbox(nil)
  funcall-interactively(sx-inbox nil)
  call-interactively(sx-inbox record nil)
  command-execute(sx-inbox record)
  helm-M-x(nil #("sx-inbox" 0 8 (match-part "sx-inbox")))
  funcall-interactively(helm-M-x nil #("sx-inbox" 0 8 (match-part "sx-inbox")))
  call-interactively(helm-M-x nil nil)
  command-execute(helm-M-x)

I had to cut out some sensitive bits from the stacktrace, but I can scrub them more carefully if this trace isn't enough.

vermiculus commented 6 years ago

It would appear we got a response with no .title. Is this consistently happening? It's possible (though unlikely) the API has changed and we need to review the fields that may no longer exist.

If it is still happening for you, can you provide a sample data value? It will appear on the mapcar(sx-inbox--print-info line.