Skip to main content


Cannot remove relay


Hello !Friendica Support,

i cannot remove relay for some reason, even though log does not seem to contain any errors.

$ > bin/console relay remove https://relay.libranet.de/actor; cat log/friendica.log | tail
https://relay.libranet.de/actor couldn't be removed
2022-11-18T19:07:10Z worker [NOTICE]: New URL differs from old URL {"id":112262,"uid":0,"old":"https://etiketi.de/profile/romeorakow","new":"https://etiketi.de/feed/","worker_id":"c77dfc7","worker_cmd":"UpdateContact"} - {"file":"Contact.php","line":2563,"function":"updateFromProbeArray","uid":"fe52dc","process_id":1764976}
2022-11-18T19:07:13Z index [NOTICE]: no data for session {"session_id":"5kq3chsev5tl02hqfjgc5bj78h","uri":"/photo/profile/schmaker.jpeg?ts=1647710580"} - {"file":"Database.php","line":77,"function":"read","uid":"da344c","process_id":1763326}
2022-11-18T19:07:13Z index [NOTICE]: no data for session {"session_id":"uclpi9df5iha6brs3cd7gj63gp","uri":"/photo/18826804036375fe354633f050753497-1.png"} - {"file":"Database.php","line":77,"function":"read","uid":"183032","process_id":1763313}
2022-11-18T19:07:13Z index [NOTICE]: no data for session {"session_id":"kbj2tsenbdbkqnurc3mrbveo8h","uri":"/photo/profile/schmaker.jpeg?ts=1647710580"} - {"file":"Database.php","line":77,"function":"read","uid":"9cf70a","process_id":1763326}
2022-11-18T19:07:16Z index [NOTICE]: Multiple requests for the address {"url":"https://xarxa.cloud/users/evikerdani","update":null,"callstack":"HTTPSignature::getKeyIdContact, Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend","result":"Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend"} - {"file":"APContact.php","line":178,"function":"getByURL","uid":"7f6a28","process_id":1756820}
2022-11-18T19:07:16Z index [NOTICE]: Multiple requests for the address {"url":"https://xarxa.cloud/users/evikerdani","update":null,"callstack":"HTTPSignature::fetchKey, HTTPSignature::getSigner, Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend","result":"Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend"} - {"file":"APContact.php","line":178,"function":"getByURL","uid":"7f6a28","process_id":1756820}
2022-11-18T19:07:17Z index [NOTICE]: Multiple requests for the address {"url":"https://mastodon.social/users/garnetmagpie","update":null,"callstack":"HTTPSignature::getKeyIdContact, Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend","result":"Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend"} - {"file":"APContact.php","line":178,"function":"getByURL","uid":"5b1114","process_id":1765064}
2022-11-18T19:07:17Z index [NOTICE]: Multiple requests for the address {"url":"https://mastodon.social/users/garnetmagpie","update":null,"callstack":"HTTPSignature::fetchKey, HTTPSignature::getSigner, Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend","result":"Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend"} - {"file":"APContact.php","line":178,"function":"getByURL","uid":"5b1114","process_id":1765064}
2022-11-18T19:07:34Z index [NOTICE]: Multiple requests for the address {"url":"https://pouet.chapril.org/users/miko123","update":null,"callstack":"HTTPSignature::getKeyIdContact, Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend","result":"Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend"} - {"file":"APContact.php","line":178,"function":"getByURL","uid":"f93173","process_id":1764232}
2022-11-18T19:07:34Z index [NOTICE]: Multiple requests for the address {"url":"https://pouet.chapril.org/users/miko123","update":null,"callstack":"HTTPSignature::fetchKey, HTTPSignature::getSigner, Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend","result":"Receiver::processInbox, Inbox::rawContent, BaseModule::run, App::runFrontend"} - {"file":"APContact.php","line":178,"function":"getByURL","uid":"f93173","process_id":1764232}


Any ideas how to debug?

Thanks

Friendica Support reshared this.

in reply to OldKid

$ > bin/console relay remove https://relay.libranet.de/actor -f
Successfully removed https://relay.libranet.de/actor


Thanks .. totally missed there is "force" option 😀

Friendica Support reshared this.

in reply to Schmaker

@Schmaker Out of context, but cat file | tail is the same as tail file. Save a cat, use tail directly!

Friendica Support reshared this.