Comment 1 for bug 819910

Revision history for this message
James Westby (james-w) wrote : Re: VCS for ubuntu:transmission failed to auto-import

This error is caused by:

    lp_url = lpapi.SERVICE_ROOT \
              + lp_side_branch_path[lp_side_branch_path.index("~"):]
    lp_branch = lpapi.lp_call(lp.load, lp_url)

I think the problem is that SERVICE_ROOT no longer includes the /beta/ or whatever version.

Perhaps we are using the lplib version that allows URLs without the host? Then we could
just do the url splitting and pass it to lp.load without putting the SERVICE_ROOT in
front.

Thanks,

James