Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError Traceback in software updater #32

Open
choksi81 opened this issue May 24, 2014 · 1 comment
Open

ValueError Traceback in software updater #32

choksi81 opened this issue May 24, 2014 · 1 comment
Assignees

Comments

@choksi81
Copy link
Contributor

My log analysis script just found a beta node that has been logging a lot of ValueError Tracebacks recently. Below is a copy of one of the errors:

1281731565.43:PID-3786:Traceback (most recent call last):
File "softwareupdater.py", line 830, in
File "softwareupdater.py", line 753, in main
File "softwareupdater.py", line 277, in do_rsync
File "softwareupdater.repyhelpercache/signeddata_repy.py", line 438, in signeddata_shouldtrust
File "softwareupdater.repyhelpercache/signeddata_repy.py", line 359, in signeddata_split
ValueError: need more than 1 value to unpack

I didn't look into why the code is setup the way it is but it looks like the offending line of code is trying to split, what it thinks is, a large string with "!" delimiters into 6 parts (using rsplit) but the string has less than 6 exclamations for some reason.

The node that I am seeing this on has an IP of 160.193.163.106

It also for some reason wasn't successfully upgraded to 0.1s-beta-r4015, it is still using version 0.1r-beta-r3519

@choksi81
Copy link
Contributor Author

choksi81 commented Jun 3, 2014

The old software updater is about to be obsoleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants