authentication fails #1
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dickmao/nntwitter#1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
I've added nntwitter to my secondary select methods but as soon as I start gnus, it fails with
nntwitter-api-set-oauth-tokens: ‘nntwitter-api-set-oauth-tokens’: authentication failureI did originally have eww as my default browser. I did change this to default browser so that Firefox pops up. I do get the twitter authentication page which gives me a PIN but there is nowhere to type that pin in within Emacs.
Note after
M-x nntwitter-api-route-auth, a*Warnings*window says "Please check your browser" and the minibuffer prompts "PIN".If you are not seeing either of these, and if your waning interest can sustain it, you'd need to add print statements here to see why after firefox pops up, the above behaviors do not exhibit.
I saw neither the warning window nor the minibuffer prompt for the PIN. And I checked my Messages buffer just in case I missed something but there was nothing there beyond the error message shown above.
I am curious: why is my interest waning?
In any case, I'm surprised you have closed this issue. But, okay.
I cannot tell from your response whether you "saw neither the warning window nor the minibuffer prompt" when recollecting your initial attempt at nntwitter, or if you manually followed my prescription of
M-x nntwitter-api-route-route-auth. If the latter, then I remain curious as to what the aforementioned print statements might reveal, but my experience is that users (myself included) rarely attempt this kind of debugging. Thus, my remark about "waning interest."Ah, okay. I did not see any such windows and I did not try the command directly. I had simply started gnus. Trying the command directly gets me no further unfortunately. I have put a print statement where indicated and it appears (i.e. is executed) but no PIN prompt appears.
Then it must be erroring out. I would set
M-x toggle-debug-on-error, then retryM-x nntwitter-api-route-auth.Yes:
Sorry about that. Commit
01a6fa1. Thanks for reporting the bug.Thank you! I will try this later (busy with online teaching at the moment.... the joys of the pandemic).