Guys,
I'm not sure what I'm doing wrong, but for some reason I can no longer call "fedpkg -- update" on any of the repositories (el8, el7, fc36, etc).
It prompts me for the password and then goes through the routine that it's not accepted.
I'm using the same password that I can correctly log into the copr/Koji/HyperKitty/Fedora/Pagure, etc.
The same password works great if i even call:
kinit <myid>@FEDORAPROJECT.ORG
kinit <myid>@FEDORAPROJECT.ORG
==============================
Aside from the "check my password and try again" solution (i did try this) ;) . Is there something that I overlooked or changed in the past while? Am I to generate a key for fedpkg now and store some .confg file? Or just regenerate my password at some location?
Any advice would be awesome :)
====
Some additional notes:
I"m still running F35 (perhaps this is the cause?)
As per the package itself; i'm using:
rpm -q -v fedpkg
fedpkg-1.42-2.fc35.noarch
The other actions work great (hence i can switch-branch, commit, push, and build) with fedpkg. It's just the part where i call 'update' that won't let me go any further.
==============================
The full output is:
fedpkg update --type enhancementPassword:
Could not execute update: Could not generate update request: Invalid request
A copy of the filled in template is saved as bodhi.template.last
==============================
Here is the full output with a bit of debugging:fedpkg -vvvv update --type enhancement
Creating repo object from /home/l2g/Development/fedora-scm/python-apprise
Running: /usr/bin/vim bodhi.template
Could not get user from .fedora.upn, falling back to default method
Password:
Could not execute update: Could not generate update request: Invalid request
A copy of the filled in template is saved as bodhi.template.last
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 117, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 616, in csrf
self.login(self.username, self.password)
File "/usr/lib/python3.10/site-packages/fedora/client/openidbaseclient.py", line 303, in login
response = openid_login(
File "/usr/lib/python3.10/site-packages/fedora/client/openidproxyclient.py", line 138, in openid_login
raise AuthError(output['message'])
fedora.client.AuthError: Invalid request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 117, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 276, in save
kwargs['csrf_token'] = self.csrf()
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 142, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 616, in csrf
self.login(self.username, self.password)
File "/usr/lib/python3.10/site-packages/fedora/client/openidbaseclient.py", line 303, in login
response = openid_login(
File "/usr/lib/python3.10/site-packages/fedora/client/openidproxyclient.py", line 138, in openid_login
raise AuthError(output['message'])
fedora.client.AuthError: Invalid request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 117, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 616, in csrf
self.login(self.username, self.password)
File "/usr/lib/python3.10/site-packages/fedora/client/openidbaseclient.py", line 303, in login
response = openid_login(
File "/usr/lib/python3.10/site-packages/fedora/client/openidproxyclient.py", line 138, in openid_login
raise AuthError(output['message'])
fedora.client.AuthError: Invalid request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/fedpkg/bodhi_5.py", line 35, in _decorator
return func(self, *args, **kwargs)
File "/usr/lib/python3.10/site-packages/fedpkg/bodhi_5.py", line 48, in save
return super(BodhiClient, self).save(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 142, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 276, in save
kwargs['csrf_token'] = self.csrf()
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 142, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 616, in csrf
self.login(self.username, self.password)
File "/usr/lib/python3.10/site-packages/fedora/client/openidbaseclient.py", line 303, in login
response = openid_login(
File "/usr/lib/python3.10/site-packages/fedora/client/openidproxyclient.py", line 138, in openid_login
raise AuthError(output['message'])
fedora.client.AuthError: Invalid request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 117, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 616, in csrf
self.login(self.username, self.password)
File "/usr/lib/python3.10/site-packages/fedora/client/openidbaseclient.py", line 303, in login
response = openid_login(
File "/usr/lib/python3.10/site-packages/fedora/client/openidproxyclient.py", line 138, in openid_login
raise AuthError(output['message'])
fedora.client.AuthError: Invalid request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 117, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 276, in save
kwargs['csrf_token'] = self.csrf()
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 142, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 616, in csrf
self.login(self.username, self.password)
File "/usr/lib/python3.10/site-packages/fedora/client/openidbaseclient.py", line 303, in login
response = openid_login(
File "/usr/lib/python3.10/site-packages/fedora/client/openidproxyclient.py", line 138, in openid_login
raise AuthError(output['message'])
fedora.client.AuthError: Invalid request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 117, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 616, in csrf
self.login(self.username, self.password)
File "/usr/lib/python3.10/site-packages/fedora/client/openidbaseclient.py", line 303, in login
response = openid_login(
File "/usr/lib/python3.10/site-packages/fedora/client/openidproxyclient.py", line 138, in openid_login
raise AuthError(output['message'])
fedora.client.AuthError: Invalid request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/fedpkg/cli.py", line 895, in update
self.cmd.update(bodhi_config, template=bodhi_template_file)
File "/usr/lib/python3.10/site-packages/fedpkg/__init__.py", line 319, in update
self.log.info(bodhi.update_str(bodhi.save(**detail), minimal=False))
File "/usr/lib/python3.10/site-packages/fedpkg/bodhi_5.py", line 39, in _decorator
return func(self, *args, **kwargs)
File "/usr/lib/python3.10/site-packages/fedpkg/bodhi_5.py", line 48, in save
return super(BodhiClient, self).save(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 142, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 276, in save
kwargs['csrf_token'] = self.csrf()
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 142, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/bodhi/client/bindings.py", line 616, in csrf
self.login(self.username, self.password)
File "/usr/lib/python3.10/site-packages/fedora/client/openidbaseclient.py", line 303, in login
response = openid_login(
File "/usr/lib/python3.10/site-packages/fedora/client/openidproxyclient.py", line 138, in openid_login
raise AuthError(output['message'])
fedora.client.AuthError: Invalid request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/fedpkg", line 33, in <module>
sys.exit(load_entry_point('fedpkg==1.42', 'console_scripts', 'fedpkg')())
File "/usr/lib/python3.10/site-packages/fedpkg/__main__.py", line 89, in main
sys.exit(client.args.command())
File "/usr/lib/python3.10/site-packages/fedpkg/cli.py", line 901, in update
raise rpkgError('Could not generate update request: %s\n'
pyrpkg.errors.rpkgError: Could not generate update request: Invalid request
A copy of the filled in template is saved as bodhi.template.last
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue