~retiolus


#23 Setting up new instance of BirdMakeup (Object reference not set to an instance of an object.) 1 year, 1 month ago

on ~cloutier/bird.makeup

~retiolus the version hosted here on sr.ht hasn't worked for me for awhile, I've been using the version hosted on github here: https://github.com/rursache/bird.makeup which has some modifications and is slower to roll out changes, but seemingly is more stable. Thanks to ~rursache for working on this

#23 Setting up new instance of BirdMakeup (Object reference not set to an instance of an object.) 1 year, 1 month ago

Comment by ~retiolus on ~cloutier/bird.makeup

Hi, I'm having the same issue, I've imported the two lines into the database but even so, it doesn't work. Even the web interface finds the Twitter user, Mastodon doesn't.

birdmakeup=# SELECT * FROM followers;
SELECT * FROM twitter_users;
 id | followings |   acct   |   host   |      inboxroute       | sharedinboxroute |             actorid             | postingerrorcount
----+------------+----------+----------+-----------------------+------------------+---------------------------------+-------------------
  3 | {1}        | retiolus | mamot.fr | /users/retiolus/inbox | /inbox           | https://mamot.fr/users/retiolus |                 0
(1 row)

 id | acct |  lasttweetpostedid  |        lastsync        | fetchingerrorcount | twitteruserid | fediverseaccount | statusescount | extradata
----+------+---------------------+------------------------+--------------------+---------------+------------------+---------------+-----------
  3 | npr  | 1646138106595139584 | 2023-07-21 14:54:07.16 |                  0 |       5392522 |                  |               |
(1 row)

#9 deleting profile 1 year, 7 months ago

Comment by ~retiolus on ~cloutier/bird.makeup

There is a variable to blacklist Twitter accounts (Moderation:TwitterAccountsBlackListing), it could be used to opt-out users that request it. I don't know if this deletes existing data, but it could be implemented in that case too.