-
Notifications
You must be signed in to change notification settings - Fork 27
Unable to connect: Wrong type argument: symbolp, (id . "1555") #209
Comments
This was an issue with the previous melpa release. 8.0 (20180811.220) should have fixed this. Do you mind looking in your elpa ( |
Thanks for your answer, but I have exactly this version (mastodon-20180811.220)... |
|
Thanks again for your comments. Here is the error I get: http://ix.io/1oTV |
Looking at that error backtrace it looks very much like issue #144: We read the json response, binding I have not heard of any explanation for this behaviour - it is utterly baffling and not helped by the fact that none of us people working on the code can reproduce it. Could you provide more information about your system? OS, emacs version, ... And maybe could you evaluate this snippet in the scratch buffer and tell us what the result is?
|
Thanks again for your efforts.
|
Thanks. So result 1 shows that this json parsing is working as intended on your Emacs - that result is a plist (the alist would have been You are also not running an old version of Emacs or use an obscure OS (cough Windows cough)... I honestly have no clue how you run into these issues. Could there be some old code lying around? (Possibly byte compiled so that it gets preferred over the new source?) |
Yes, its definitly an issue with The following should return the plist you would add to plstore, but for some reason it returned an alist.
@rogorido if you run the above (after running
If this is not what you get I'd recommend reinstalling mastodon.el and deleting If after that the problem persist, enter something like the following into your plstore file (with the actual client_id and client_secret you get in the debug log). This way the
|
I have in mastodon.plstore
and it is strange: the first time I tried to connect I got actually a question about my username and password, but it did not connect (there was no error message... maybe it was my connection but I do not think so...). But now I get the same problem: http://ix.io/1p81 The config data seem to be two times there... |
Any update on this? I'm seeing the same issue. |
Hi,
I'm all the time getting an error like:
Wrong type argument: symbolp, (id . "1555")
when I try to connect after having set the following:
(setq mastodon-instance-url "https://scholar.social")
Any ideas? (last melpa version installed)
The text was updated successfully, but these errors were encountered: