Paste number 60729: auth error fetching fund names

Index of paste annotations: 1

Paste number 60729: auth error fetching fund names
Pasted by: djfiander
6 months, 2 weeks ago
#openils-evergreen | Context in IRC logs
Paste contents:
Raw Source | XML | Display As
    fieldmapper.standardRequest(
        ['open-ils.acq', 'open-ils.acq.fund.org.retrieve'],
        {
            async: true,
            params: [openils.User.authtoken, null, {flesh_summary:1}],
            oncomplete: function (r) {
                var msg;
                
                while (msg = r.recv()) {
                    var f = msg.content();
                    console.dir(f)
                    openils.widget.FundSelector.fundNames.push(f.name());
                    openils.widget.FundSelector.fundCodes.push(f.id());
                }
            }
        }
    );

Annotations for this paste:

Annotation number 1: error
Pasted by: djfiander
6 months, 2 weeks ago
Context in IRC logs
Paste contents:
Raw Source | Display As
desc                "User login session has either timed out or does not exist"
ilsevent        "1001"
pid                "10367"
servertime        "Tue May 13 22:32:17 2008"
stacktrace        "/openils/lib/perl5/OpenILS/Application/AppUtils.pm:341
                 /openils/lib/perl5/OpenILS/Utils/CStoreEditor..."
textcode        "NO_SESSION"
f.name is not a function
[Break on this error] undefined

Colorize as:
Show Line Numbers
Index of paste annotations: 1

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.