Skip to content
New issue

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

Symbol's function definition is void: nil #16

Open
kindlychung opened this issue Jul 20, 2014 · 5 comments
Open

Symbol's function definition is void: nil #16

kindlychung opened this issue Jul 20, 2014 · 5 comments

Comments

@kindlychung
Copy link

I am trying to use tumblesocks in Mac OSX 10.9, and
followed instructions to install and configure. It successfully
gets authorized from tumblr, but when I do m-x tumblesocks-view-dashboard,
emacs gives an error:

Symbol's function definition is void: nil

Any idea?

@kindlychung
Copy link
Author

I also tested this package on a Ubuntu 14.04 machine, it
opens the dashboard without a problem, but gives some
similar errors if I try to edit or delete posts:

Symbol's function definition is void: tumblesocks-view-edit-new-post
Symbol's function definition is void: tumblesocks-view-delete-new-post

@gcr
Copy link
Owner

gcr commented Jul 20, 2014

Hm, that's strange. Does evaluating (require 'tumblesocks) fix it for that session?

@shackra
Copy link

shackra commented Nov 8, 2015

Funny, I'm getting the same problem, this is my configuration:

(use-package tumblesocks
  :config
  (setf tumblesocks-blog "shackra.tumblr.com"))

I'm using an Arch-based GNU/Linux distribution.

@shackra
Copy link

shackra commented Mar 5, 2016

adding more information:

Debugger entered--Lisp error: (void-function nil)
  nil()
  oauth-make-nonce()
  oauth-make-request("https://www.tumblr.com/oauth/request_token" "5xqkcJNRSGj3TokMQDJf3FzE8246DHvw8sNJWNn54fs2z0AhYr")
  oauth-authorize-app("5xqkcJNRSGj3TokMQDJf3FzE8246DHvw8sNJWNn54fs2z0AhYr" "juLG1T866ZG964ybgGCu1EntFMo5eQuHth1SKCqL2mdMzNIL1Q" "https://www.tumblr.com/oauth/request_token" "https://www.tumblr.com/oauth/access_token" "https://www.tumblr.com/oauth/authorize")
  tumblesocks-api-reauthenticate()
  tumblesocks-api-http-oauth-post("https://api.tumblr.com/v2/user/dashboard" (:limit 20 :offset 0))
  tumblesocks-api-user-dashboard(20 0 nil nil nil nil)
  tumblesocks-view-dashboard()
  call-interactively(tumblesocks-view-dashboard record nil)
  command-execute(tumblesocks-view-dashboard record)
  helm-M-x(nil "tumblesocks-view-dashboard")
  call-interactively(helm-M-x nil nil)
  command-execute(helm-M-x)

@shackra
Copy link

shackra commented Oct 22, 2016

I tried again, and this is somehow working in Emacs 25.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants