Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spurious error log adding subscriber #1532

Closed
ikedas opened this issue Nov 27, 2022 · 0 comments · Fixed by #1571
Closed

Spurious error log adding subscriber #1532

ikedas opened this issue Nov 27, 2022 · 0 comments · Fixed by #1571
Labels
bug ready A PR is waiting to be merged. Close to be solved

Comments

@ikedas
Copy link
Member

ikedas commented Nov 27, 2022

Version

6.2.70 (probably along with earlier versions)

Installation method

probably any

Expected behavior

Adding subscriber should not spit out error log if no errors occurred.

Actual behavior

Error (err) log is shown as following.

Nov 26 23:36:21 lists wwsympa[1067930]: info main::do_add([email protected]) [robot sympa.community] [session 63332462411508] [client xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx] [user [email protected]] [list sandbox] 
Nov 26 23:36:24 lists wwsympa[1067930]: info main::do_add([email protected]) [robot sympa.community] [session 63332462411508] [client xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx] [[email protected]] [list sandbox] 
Nov 26 23:36:24 lists wwsympa[1067930]: notice Sympa::Spindle::ProcessRequest::_twist() Processing Sympa::Request <action=add;[email protected];[email protected]>
Nov 26 23:36:24 lists wwsympa[1067930]: err main::#1559 > main::do_add#6969 > Sympa::Spindle::spin#95 > Sympa::Request::Handler::add::_twist#108 > Sympa::Request::Handler::add::_report_member#132 > Sympa::User::save#202 > Sympa::User::update_global_user#673 Unknown field prefs in map_field internal error

Subscriber addition itself finishes with no problem.

Steps to reproduce

Go to admin page of the list and select Users > Subscribers. Then enter email address and click "Add".

Additional information

@ikedas ikedas added the bug label Nov 27, 2022
ikedas added a commit to ikedas/sympa that referenced this issue Jan 5, 2023
@ikedas ikedas added the ready A PR is waiting to be merged. Close to be solved label Jan 5, 2023
ikedas added a commit that referenced this issue Feb 2, 2023
Spurious error log adding subscriber (#1532)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ready A PR is waiting to be merged. Close to be solved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant