-
Notifications
You must be signed in to change notification settings - Fork 669
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
nautilus/nemo shell integration causes python AttributeErrors #6643
Comments
Same error seen wiht nautilus extension: Traceback (most recent call last): File "/usr/share/nautilus-python/extensions/syncstate-testpilotcloud.py", line 217, in get_file_items state_ok = state.startswith('OK') AttributeError: 'NoneType' object has no attribute 'startswith' |
Is your python python2 or python3? |
How does it look UI wise in nemo? |
Linking #6406 (comment) #6393 |
Is this a regression from 2.4.1? Is the problem still here in 2.5? (I was not able to reproduce the problem in 2.5) |
Oh, I forgot to mention the good side: overlay icons are doing fine. No errors showing on the UI. |
nemo says: Using python version sys.version_info(major=2, minor=7, micro=15, releaselevel='candidate', serial=1) Example files should be
but the issue does not trigger today. Sorry. |
It seems None gets assigned to 'state' in some paths.
I didn't dig deep enough to see why this would happen, but it seems some codepaths assign |
It seems None gets assigned to 'state' in some paths.
It seems None gets assigned to 'state' in some paths. (cherry picked from commit c9e97c1)
Yes, this is probably not a regression, and it has not so bad side effect. So it does not need to be in 2.4.2 |
I agree, no new RC necessary, rc1 can be final |
@jnweiger do you still get this with 2.5.0 beta1? |
linux mint taratestpilotcloud version 2.5.0daily20180808 (build 10016) Reproducing the issue with
OK: the original issue is fixed. BAD:We got past the NoneType just to find the next snakepit with illegal ascii encoding... |
linux mint taraowncloud client 251rc2 Reproducing the issue with No more encoding errorsare shown on nautilus stdout/stderr, when clicking the file or opening its right click menu. -> PASS Double click on a) a file without suffix, or b) a *.txt file produces other strange messages, but that is a different issue #6865 |
while testing 2.4.4 rc1, this is seen on stdout of nemo:
seems to happen during resync, when non-ascii characters are present in file names.
The text was updated successfully, but these errors were encountered: