Closed rafapereirabr closed 4 days ago
I think this should be solved, at least the part of handling the client. If there are still problems posting feel free to reopen again and let me know.
Thanks. When I run rtweet::client_list()
now I get the name of the app as the output.
However, whe I run tweet_post(paste0("test ", Sys.time()))
, I still get the same error as above.
Error in httr2::req_perform(): ! HTTP 403 Forbidden. Run rlang::last_trace() to see where the error occurred.
Does user_self()
work? Could you provide the trace of the error?
Ok, so when I run user_self()
, I get this message below
Waiting for authentication in browser...
Press Esc/Ctrl + C to abort ....
and I'm automatically taken to the browser but the browser only shows this error page:
Reporting similar issue as described by @rafapereirabr.
Similar issue for me. auth_sitrep() have no output
As explained in the README, the package is no longer updated:
This package is no longer updated and no fixes can be expected. A request to Orphan the package on CRAN was sent!
The maintainer cannot longer check most of the output of the functionality provided. If you want to volunteer reach out to the maintainer.
You can send me an email if you want a deal to dedicate time to fix it.
This package has been archived; you can request for it to be unarchived if you opt to resume maintenance, for that please contact rOpenSci.
Problem
I cannot authenticate the client and when I run
auth_sitrep()
, there is no outputContext: I'm using rtweet to automate on a bot that tweets a satellite image of a Brazilian census tract every 30 minutes. This is the bot. The bot is automated using github actions and all packges are managed using {renv}. The bot used to work well but it was broken after Twitter changed the authentication process, and now I'm trying to put it live back again. As a start, I'm not trying to automate the tweets yet. I'm simply trying to manually authenticate and post a tweet from within R in my pc, but I still have no success.
Reproduce the problem
Attempt 1
First I tried this from a fresh R session:
Attempt 2
Next, I tried this from a fresh R session:
Attempt 3
Finally, I tried this from a fresh R session:
rtweet version
ā2.0.0ā
Session info