You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script for recovering GDPR related data fails with the error in title.
Here is the full traceback:
Traceback (most recent call last):
File "/usr/local/bin/sar.py", line 72, in <module>
main()
File "/usr/local/bin/sar.py", line 65, in main
users_list.append(user.to_dict())
File "/usr/local/lib/python3.8/site-packages/anitya/db/models.py", line 947, in to_dict
for soc_auth in self.social_auth.all():
AttributeError: 'User' object has no attribute 'social_auth'
The text was updated successfully, but these errors were encountered:
To fixfedora-infra#954 I decided to remove social auth info from SAR script. Only
useful information provided was the list of providers the user was
authenticated with.
The info from the SAR script now contains id of the user, mail and if
the account is active or not.
Fixesfedora-infra#954.
Signed-off-by: Michal Konečný <[email protected]>
To fix#954 I decided to remove social auth info from SAR script. Only
useful information provided was the list of providers the user was
authenticated with.
The info from the SAR script now contains id of the user, mail and if
the account is active or not.
Fixes#954.
Signed-off-by: Michal Konečný <[email protected]>
Script for recovering GDPR related data fails with the error in title.
Here is the full traceback:
The text was updated successfully, but these errors were encountered: