Traceback (most recent call last):
File "/usr/bin/cola", line 56, in <module>
sys.exit(main())
File "/usr/share/git-cola/lib/cola/main.py", line 37, in main
return args.func(args)
File "/usr/share/git-cola/lib/cola/main.py", line 282, in cmd_cola
view = MainView(context.model, settings=args.settings)
File "/usr/share/git-cola/lib/cola/widgets/main.py", line 508, in __init__
self.init_state(settings, self.set_initial_size)
File "/usr/share/git-cola/lib/cola/widgets/standard.py", line 102, in init_state
if not self.restore_state(settings=settings):
File "/usr/share/git-cola/lib/cola/widgets/standard.py", line 57, in restore_state
return bool(state) and self.apply_state(state)
File "/usr/share/git-cola/lib/cola/widgets/main.py", line 651, in apply_state
result = standard.MainWindow.apply_state(self, state)
File "/usr/share/git-cola/lib/cola/widgets/standard.py", line 133, in apply_state
from_base64(str(windowstate)),
TypeError: arguments did not match any overloaded call:
fromBase64(Union[QByteArray, bytes, bytearray]): argument 1 has unexpected type 'str'
fromBase64(Union[QByteArray, bytes, bytearray], Union[QByteArray.Base64Options, QByteArray.Base64Option]): argument 1 has unexpected type 'str'
This update has been submitted for testing by ohaessler.
This update has been pushed to testing.
I can't get it to start
I just tested the EL7 version and it starts without issues. I will get a F24 VM set up and will test there.
Can you tell me what dependencies the latest git-cola version pulled in on F24 for the update?
No new dependencies pulled compared to the 2.6.
very strange. I tried the rpm on a Fedora 24 Live image and it started without issues. Will see if I get a bare metal machine with Fedora 24 to test.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
I just tried again by removing old settings, same problem. It seems that the first time it open a repo it works, but never again.
Works for me. Even two time opened two repositories.
I also tried it again on RHEL 7 and F24 and I can not reproduce the error
This update has been submitted for stable by ohaessler.
This update has been pushed to stable.