88 1.6 KB

12345678910111213141516171819202122232425
  1. ---
  2. title: Argument 1 passed to Activitypub_rsa::generate_keys() must be of the type string, null given
  3. author: notabug.org/spla
  4. time: Thu, 07 Nov 2019 19:04:28 UTC
  5. status: closed
  6. ---
  7. author: notabug.org
  8. time: Thu, 07 Nov 2019 19:04:28 UTC
  9. content: -----
  10. Testing 2.0.0-dev on matriu.cat. When I try to remote follow some user it shows me the confirm button and remote user's avatar. Correct. When I click on Confirm it throws the following error: Argument 1 passed to Activitypub_rsa::generate_keys() must be of the type string, null given, called in /var/www/vhosts/matriu.cat/httpdocs/nightly/plugins/ActivityPub/classes/Activitypub_rsa.php on line 84 If is the remote user who start following me before I try to remote follow him it appears in followers section (great!) and I can then start following him from there. Funny!
  11. -----
  12. author: notabug.org
  13. time: Sat, 16 Nov 2019 15:34:28 UTC
  14. content: -----
  15. So, first of all, you shouldn't use v2 (nightly or experimental) in a production instance unless you really know what you're doing - it's intended for devs only. Only master and stable (1.20.9) are safe. About the issue, I think the error message you've got is fixed with https://notabug.org/diogo/gnu-social/commit/912d2ab1d23f24044ce2c04c4e5cf0f405ea84ff If follows keeps failing, then this might be an issue with the RemoteFollowPlugin... Thanks for helping with quality testing.
  16. -----
  17. author: notabug.org
  18. time: Sat, 16 Nov 2019 15:55:21 UTC
  19. content: -----
  20. Yes! It works, 912d2ab1d2 fixed it. Thank you Diogo. I'm running v2 just for help testing it. It's not for production use. I'm closing this one.
  21. -----