193 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ---
  2. title: Some mastodon hosts return "401 Unauthorized" with fix_subscriptions.php
  3. author: notabug.org/aab
  4. time: Tue, 04 Aug 2020 16:40:09 UTC
  5. status: open
  6. ---
  7. author: notabug.org
  8. time: Tue, 04 Aug 2020 16:40:09 UTC
  9. content: -----
  10. ‎[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
  11. -----
  12. author: notabug.org
  13. time: Tue, 04 Aug 2020 19:02:46 UTC
  14. content: -----
  15. It would have been more helpful to have put here some examples xb
  16. -----
  17. author: notabug.org
  18. time: Tue, 04 Aug 2020 20:13:10 UTC
  19. content: -----
  20. 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
  21. -----
  22. author: notabug.org
  23. time: Tue, 04 Aug 2020 20:15:30 UTC
  24. content: -----
  25. 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
  26. -----
  27. author: notabug.org
  28. time: Tue, 04 Aug 2020 20:20:06 UTC
  29. content: -----
  30. I follow lots of mastodon.social users. Some of them work fine, some others give problems... With mastodont.cat is the same.
  31. -----
  32. author: notabug.org
  33. time: Wed, 05 Aug 2020 10:13:20 UTC
  34. content: -----
  35. 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.
  36. -----
  37. author: notabug.org
  38. time: Thu, 06 Aug 2020 09:08:16 UTC
  39. content: -----
  40. 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
  41. -----