NicolasConstant / BirdsiteLive

An ethical bridge from Twitter
GNU Affero General Public License v3.0
457 stars 36 forks source link

"Search this handle to find it in your instance:" shows wrong domain name. #182

Closed maboxx closed 1 year ago

maboxx commented 1 year ago

Hello together, I think I have successfully created birdsite with Docker. I have a working web page where I can enter e.g. @twittername and the corresponding Twitter account is displayed. However, in the field "Search this handle to find it in your instance:" it says @twittername@domain.name. I think "domain.name" is wrong and my domain name should be displayed there. What am I doing wrong?

maboxx commented 1 year ago

Sorry for my hasty message. I have found the error. I had accidentally deleted "Domain" from "Instance:Domain" in docker-compose.yml :-)

Now everything is displayed correctly. Unfortunately, when I now follow my "bot" in the Tusky app, still no content is displayed.

NicolasConstant commented 1 year ago

If the account displayed properly and the follow request succeeded, it will take 15-30 minutes before synchronizing new tweets (only the new ones after that period).

maboxx commented 1 year ago

Thank you Nicolas for your answer. It is now synchronized. Does it mean that new tweets are always synced after 15-30 minutes or should it be faster after the initial sync?

NicolasConstant commented 1 year ago

BSL synchronize data every 15 mins (on a unsaturated instance), the first one act as an account initialization and therefore takes more time (1st call initialization, 2nd synchronization). 🙂