Invalid or incomplete input submitted
The problem was that my branch was not pushed in my fork. Would be lovely to get such error message instead of the generic one.
Metadata Update from @pingou: - Issue tagged with: RFE
Metadata Update from @pingou: - Issue set to the milestone: 5.5
Could you check/paste the entire message? I'd expect there may be some more information returned :)
That's the message I got from libpagure, nothing else was included. Let me try once more.
libpagure may be hiding some info then :(
ipdb> pp ex APIError('Invalid or incomplete input submitted') ipdb> ex.args ('Invalid or incomplete input submitted',) ipdb> repr(ex) "APIError('Invalid or incomplete input submitted')" ipdb> ex.__dict__ {}
should we reassign to libpagure then?
Before we do, could you try calling the API directly to see if the information is in the JSON returned? :)
You are correct, this is indeed an issue of libpagure:
{'error': 'Invalid or incomplete input submitted', 'error_code': 'EINVALIDREQ', 'errors': 'Branch asdzxcqwe does not exist'}
I fixed it, trying to open a PR but pagure.io is slow, the wheel keeps on spinning :D
Sorry for that :(
I'm going to close this ticket then since it's not a pagure bug :)
Thanks for your help investigating it!
Metadata Update from @pingou: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)
https://pagure.io/libpagure/pull-request/39