Differences between revisions 3 and 4
Revision 3 as of 2008-05-28 05:45:27
Size: 2396
Comment:
Revision 4 as of 2008-06-02 23:33:12
Size: 2080
Editor: IanMcIntyre
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
##Add URL that show the bug, screenshot or test wiki markup that fail...
##URL:
##attachment:screenshot.png
##{{{
##Example wiki markup that fail
##}}}
== Component selection ==
## Where you think is this bug happening ? (general, plugin [plugin name], theme [theme name], ...
 * general

== Details ==
Details
Line 25: Line 15:
Line 29: Line 20:
Thus, you likely have configured `mail_login` wrong. It should be like:
Line 30: Line 22:
Thus, you likely have configured `mail_login` wrong. It should be like:
Line 34: Line 25:
Line 39: Line 29:
||'''!MoinMoin Version''' || ||
||'''OS and Version''' || ||
||'''Python Version''' || ||
||'''!MoinMoin Version''' 1.6.3 || ||
||'''OS and Version''' SME Server 73. || ||
||'''Python Version''' 2.3 || ||
Line 44: Line 34:
||'''Language you are using the wiki in''' (set in the browser/UserPreferences) || || ||'''Language you are using the wiki in''' (en) || ||
Line 49: Line 39:
Line 51: Line 40:

Description

I have set up the mail function as described in the wiki. When I try to change a page I have subcribed to, or when I try to email me my account information. I get the error, "Unpack list of wrong size". I set up a separate account for the wiki email on my server, and I know that it works because I can send and receive from the email address

Steps to reproduce

  1. A fresh install of the wiki 1.6.3
  2. Set up email function as described
  3. Setup superuser and tried to send account info.

Example

Details traceback of Unpack list of wrong size.htm

The html traceback is somewhat misleading and telling nothing. The text traceback gives better info:

    user, pwd = cfg.mail_login.split()
ValueError: unpack list of wrong size

Thus, you likely have configured mail_login wrong. It should be like:

    mail_login = "joedoe secret"

MoinMoin Version 1.6.3

OS and Version SME Server 73.

Python Version 2.3

Server Setup

Server Details

Language you are using the wiki in (en)

Workaround

Discussion

Plan

  • Priority:
  • Assigned to:
  • Status: no bug, but we have to check if error handling can get improved


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/UnpackListOfWrongSize (last edited 2008-06-02 23:33:12 by IanMcIntyre)