Re: fedora-create-review error message

2022-08-09 Thread Michel Alexandre Salim
On Tue, Aug 09, 2022 at 03:34:56AM +, Davide Cavalca via devel wrote:
> On Sun, 2022-08-07 at 20:27 -0500, Richard Shaw wrote:
> > I'm working on a package review for libphidget22 (rename of
> > libphidget), but after typing in my bugzilla credentials I get the
> > following:
> > 
> >  > 32000: The method 'Bug.get' is not supported without using API keys
> > and the the authentication header. See
> > https://bugzilla.redhat.com/docs/en/html/api/core/v1/general.html#authentication
> >  for details on using the 'Authorization' header. at
> > /usr/share/perl5/vendor_perl/SOAP/Lite.pm line 2855.\n">
> > 
> > Haven't seen this before, but I haven't submitted a new package in a
> > while either.
> 
> This should have been fixed in
> https://pagure.io/FedoraReview/c/7330e7f1b47986211aeb2ce1059731ec6a9a1171?branch=master
> but I don't think that's made it to a release yet.
> 
Neal's made me a comaintainer, so I'll try and cut a release this week.
Going to wait until I have some spare time so I don't accidentally make
a hash of my first release!

Best regards,

-- 
Michel Alexandre Salim
identities: https://keyoxide.org/5dce2e7e9c3b1cffd335c1d78b229d2f7ccc04f2


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: fedora-create-review error message

2022-08-08 Thread Davide Cavalca via devel
On Sun, 2022-08-07 at 20:27 -0500, Richard Shaw wrote:
> I'm working on a package review for libphidget22 (rename of
> libphidget), but after typing in my bugzilla credentials I get the
> following:
> 
>  32000: The method 'Bug.get' is not supported without using API keys
> and the the authentication header. See
> https://bugzilla.redhat.com/docs/en/html/api/core/v1/general.html#authentication
>  for details on using the 'Authorization' header. at
> /usr/share/perl5/vendor_perl/SOAP/Lite.pm line 2855.\n">
> 
> Haven't seen this before, but I haven't submitted a new package in a
> while either.

This should have been fixed in
https://pagure.io/FedoraReview/c/7330e7f1b47986211aeb2ce1059731ec6a9a1171?branch=master
but I don't think that's made it to a release yet.

Cheers
Davide
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: fedora-create-review error message

2022-08-08 Thread Jonathan Wright via devel
He's using this:

fedora-review-0.8.0-1.fc36.noarch : Review tool for fedora rpm packages
Repo: updates
Matched from:
Filename: /usr/bin/fedora-create-review

I get the same error.

On Mon, Aug 8, 2022 at 4:15 PM Kevin Fenzi  wrote:

> On Sun, Aug 07, 2022 at 08:27:19PM -0500, Richard Shaw wrote:
> > I'm working on a package review for libphidget22 (rename of libphidget),
> > but after typing in my bugzilla credentials I get the following:
> >
> >  > The method 'Bug.get' is not supported without using API keys and the the
> > authentication header. See
> >
> https://bugzilla.redhat.com/docs/en/html/api/core/v1/general.html#authentication
> > for details on using the 'Authorization' header. at
> > /usr/share/perl5/vendor_perl/SOAP/Lite.pm line 2855.\n">
> >
> > Haven't seen this before, but I haven't submitted a new package in a
> while
> > either.
>
> How are you trying to create the review request?
>
> ie, what are you typing your bugzilla credentials into?
>
> The web page should work:
>
> https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora=fedora-review
> (after logging in)
>
> But it sounds like you might be using some script or tool?
>
> If so, you need to get a api key and use that. scripts are no longer
> allowed to login with username/password.
>
> Go to account -> preferences -> api keys
>
> create a new api key
>
> If you are using python-bugzilla then you should be able to put that api
> key in ~/.config/python-bugzilla/bugzillarc
>
> As so:
>
> [bugzilla.redhat.com]
> api_key=THEAPIKEY
>
> kevin
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>


-- 
Jonathan Wright
AlmaLinux Foundation
Mattermost: chat 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: fedora-create-review error message

2022-08-08 Thread Kevin Fenzi
On Sun, Aug 07, 2022 at 08:27:19PM -0500, Richard Shaw wrote:
> I'm working on a package review for libphidget22 (rename of libphidget),
> but after typing in my bugzilla credentials I get the following:
> 
>  The method 'Bug.get' is not supported without using API keys and the the
> authentication header. See
> https://bugzilla.redhat.com/docs/en/html/api/core/v1/general.html#authentication
> for details on using the 'Authorization' header. at
> /usr/share/perl5/vendor_perl/SOAP/Lite.pm line 2855.\n">
> 
> Haven't seen this before, but I haven't submitted a new package in a while
> either.

How are you trying to create the review request?

ie, what are you typing your bugzilla credentials into?

The web page should work: 
https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora=fedora-review
(after logging in)

But it sounds like you might be using some script or tool?

If so, you need to get a api key and use that. scripts are no longer
allowed to login with username/password. 

Go to account -> preferences -> api keys 

create a new api key

If you are using python-bugzilla then you should be able to put that api
key in ~/.config/python-bugzilla/bugzillarc

As so:

[bugzilla.redhat.com]
api_key=THEAPIKEY

kevin


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue