I have an Akkoma site that doesn't update the federated timeline

My second Akkoma site doesn’t update the federated timeline anymore.
Everything is there but nothing new is coming in.
Is there a way to get it running again?

please check your logs

if your previous thread is anything to go by

!!! RUNNING IN LOCALHOST DEV MODE! !!!
FEDERATION WON’T WORK UNTIL YOU CONFIGURE A dev.secret.exs

the software is shouting at you, you need but listen

I have this at the end of journalctl -n 50 -u akkoma.service

Request: POST /inbox
Jun 02 16:07:33 server2 mix[1019]: ** (exit) an exception was raised:
Jun 02 16:07:33 server2 mix[1019]: ** (ArgumentError) the :hostname option is required when address is not a binary
Jun 02 16:07:33 server2 mix[1019]: (mint 1.5.1) lib/mint/core/util.ex:58: Mint.Core.Util.hostname/2
Jun 02 16:07:33 server2 mix[1019]: (mint 1.5.1) lib/mint/http1.ex:126: Mint.HTTP1.connect/4
Jun 02 16:07:33 server2 mix[1019]: (mint 1.5.1) lib/mint/tunnel_proxy.ex:23: Mint.TunnelProxy.establish_proxy/2
Jun 02 16:07:33 server2 mix[1019]: (mint 1.5.1) lib/mint/tunnel_proxy.ex:10: Mint.TunnelProxy.connect/2
Jun 02 16:07:33 server2 mix[1019]: (finch 0.16.0) lib/finch/http1/conn.ex:45: Finch.Conn.connect/1
Jun 02 16:07:33 server2 mix[1019]: (finch 0.16.0) lib/finch/http1/pool.ex:44: anonymous fn/8 in Finch.HTTP1.Pool.request/5
Jun 02 16:07:33 server2 mix[1019]: (nimble_pool 0.2.6) lib/nimble_pool.ex:349: NimblePool.checkout!/4
Jun 02 16:07:33 server2 mix[1019]: (finch 0.16.0) lib/finch/http1/pool.ex:38: Finch.HTTP1.Pool.request/5

because you compiled with silly options

please take a minute and read through your support threads, your issue is incredibly obvious

1 Like