self.check_user_exists calls self.site.allusers which requires paraminfo to be loaded.
A direct API request should be used instead (the function already catches the readapidenied error)
self.check_user_exists calls self.site.allusers which requires paraminfo to be loaded.
A direct API request should be used instead (the function already catches the readapidenied error)
Change 238307 had a related patch set uploaded (by XZise):
[IMPROV] site_detect: Fail with more specific error