12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- ---
- title: Some mastodon hosts return "401 Unauthorized" with fix_subscriptions.php
- author: notabug.org/aab
- time: Tue, 04 Aug 2020 16:40:09 UTC
- status: open
- ---
- author: notabug.org
- time: Tue, 04 Aug 2020 16:40:09 UTC
- content: -----
- [18:33:25] diogo: I haven't listed 401 as a postpone decision code... ―――――――――――――――――――― [18:35:01] diogo: unauthorized really is that the activity was rejected due to not being recognized as a valid request [18:35:17] diogo: maybe it took too long and signatures validation failed, but it's hard to believe [18:35:26] diogo: open an issue for this [18:35:32] diogo: it will require further debugging
- -----
- author: notabug.org
- time: Tue, 04 Aug 2020 19:02:46 UTC
- content: -----
- It would have been more helpful to have put here some examples xb
- -----
- author: notabug.org
- time: Tue, 04 Aug 2020 20:13:10 UTC
- content: -----
- Ok :) 2020-08-04 16:24:14 LOG_ERR: [khp.ignorelist.com:fix_subscriptions.php:4814] HTTPClient: HTTP POST https://mastodon.social/inbox - 401 Unauthorized 2020-08-04 16:51:23 LOG_ERR: [khp.ignorelist.com:queuedaemon.php:3442] HTTPClient: HTTP POST https://mastodont.cat/inbox - 401 Unauthorized 2020-08-04 19:08:59 LOG_ERR: [khp.ignorelist.com:queuedaemon.php:3460] HTTPClient: HTTP POST https://social.coop/inbox - 401 Unauthorized
- -----
- author: notabug.org
- time: Tue, 04 Aug 2020 20:15:30 UTC
- content: -----
- oh, but these don't tell use the URI :( I've tried subscribing a user in mastodon.social and it worked: https://notabug.org/diogo/gnu-social/issues/195#issuecomment-20457
- -----
- author: notabug.org
- time: Tue, 04 Aug 2020 20:20:06 UTC
- content: -----
- I follow lots of mastodon.social users. Some of them work fine, some others give problems... With mastodont.cat is the same.
- -----
- author: notabug.org
- time: Wed, 05 Aug 2020 10:13:20 UTC
- content: -----
- Ok, some examples with URI: 2020-08-04 20:57:37 LOG_ERR: [khp.ignorelist.com:54275.9de00b45 POST /inbox.json] HTTPClient: HTTP GET https://radical.town/users/beegrrl/statuses/104630236670387117 - 401 Unauthorized 2020-08-05 04:26:25 LOG_ERR: [khp.ignorelist.com:60795.9f2e9fe7 POST /inbox.json] HTTPClient: HTTP GET https://radical.town/users/RobinHood/statuses/104634777754990507 - 401 Unauthorized 2020-08-05 05:15:57 LOG_ERR: [khp.ignorelist.com:2258.fbe6f78e POST /inbox.json] HTTPClient: HTTP GET https://monads.online/users/dankwraith/statuses/104632154174908445 - 401 Unauthorized I'll get you more later today when debug-log gets filled.
- -----
- author: notabug.org
- time: Thu, 06 Aug 2020 09:08:16 UTC
- content: -----
- And some more: 2020-08-05 22:22:13 LOG_ERR: [gnusocial.net:21324.46efbcc9 POST /inbox.json] HTTPClient: HTTP GET https://masto.donte.com.br/users/libreofficebr/statuses/104637280208859683 - 401 Unauthorized 2020-08-05 22:22:17 LOG_ERR: [gnusocial.net:26443.7de3d1ac POST /inbox.json] HTTPClient: HTTP GET https://lgbtqia.is/users/catgirl/statuses/104634790378565885 - 401 Unauthorized 2020-08-05 23:34:28 LOG_ERR: [gnusocial.net:4522.d2ace528 POST /inbox.json] HTTPClient: HTTP GET https://merveilles.town/users/thomasorus/statuses/104625847365945496 - 401 Unauthorized 2020-08-05 23:36:10 LOG_ERR: [gnusocial.net:16104.eebb8080 POST /inbox.json] HTTPClient: HTTP GET https://monads.online/users/Manurweibling/statuses/104636634053573158 - 401 Unauthorized All the above links are working. This one is not, but the entry in the log is identical: 2020-08-06 00:47:10 LOG_ERR: [gnusocial.net:20412.6518cd0d POST /inbox.json] HTTPClient: HTTP GET https://makhnodon.club/users/GreenandBlack/statuses/104639655335986916 - 401 Unauthorized
- -----
|