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

File not shared ! #905

Closed
gits68 opened this issue Dec 15, 2020 · 12 comments
Closed

File not shared ! #905

gits68 opened this issue Dec 15, 2020 · 12 comments
Labels

Comments

@gits68
Copy link

gits68 commented Dec 15, 2020

Nicotine+ version: 2.2.1-dev
Operating System/Distribution: Windows 10

Describe the bug

bcoz of different problems, I had to reinstall/reconfigure nicotine.
I'm using the -dev version.
shares are on samba mapped to a driver letter.
I can access and read files outside nicotine w/o pbs.
I can browse my files but I can't download them => File not shared !
tried also using a local file w/o success...

Expected behavior

downloads happen

Steps to reproduce the bug

no idea

Additional context

no special message, debug is on
config.txt

@gits68 gits68 added the bug label Dec 15, 2020
@mathiascode
Copy link
Member

I suspect Windows' idiotic backslashes are causing issues again. I'll investigate.

@gits68
Copy link
Author

gits68 commented Dec 15, 2020

well, back to release 2.2.2 solve the problem...
will see if that happen again, thanks anyway.
in other words, don't investigate too much :^)

@mathiascode
Copy link
Member

Thanks, I was worried we'd have to do a 2.2.3 release too. :P

@gits68
Copy link
Author

gits68 commented Jan 4, 2021

Hi, happy new year, 2.2.2 runs fluently, no more crash no more memory eat.
just switched to 2.3.0-dev, same, so, you may close this issue if you want.

@gits68
Copy link
Author

gits68 commented Jan 8, 2021

sorry, but 2.3.0-dev still have the "File Not Shared" pb, switch bak to 2.2.2

@mathiascode mathiascode reopened this Jan 8, 2021
@mathiascode
Copy link
Member

mathiascode commented Jan 8, 2021

As nothing has changed in the source code, I can only guess that this is somehow caused by a difference in the way the stable and unstable builds are generated.

Could you use 2.3.0-dev1 again, enable connections + messages + transfers debug output, and try to download the files again? The same output but for 2.2.2 would be appreciated too.

@gits68
Copy link
Author

gits68 commented Jan 10, 2021

hi,
here is the logs : debug.7z
debug_1610239985.log using the last commit 4f01180 from today
debug_1610240409.log using release 2.2.2
search for cover.jpg

@mathiascode
Copy link
Member

Thanks! Could you check if the latest unstable build fixes the issue?

@gits68
Copy link
Author

gits68 commented Jan 11, 2021

it works, I stay on -dev for a while...

PS : I've a lot of UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 12: invalid start byte during te startup on the console window, any idea ?

@gits68
Copy link
Author

gits68 commented Jan 11, 2021

Backup Config File add .tar.bz2 2 times:
Config backed up to: C:\Users\lambda\AppData\Roaming\nicotine\config\config backup 2021-01-11 01_22_54.tar.bz2.tar.bz2

@gits68
Copy link
Author

gits68 commented Jan 11, 2021

console output:

(org.nicotine_plus.Nicotine:2004): Gtk-CRITICAL **: 01:40:14.323: gtk_notebook_get_tab_label: assertion 'list != NULL' failed

(org.nicotine_plus.Nicotine:2004): Gtk-CRITICAL **: 01:40:14.324: gtk_notebook_get_menu_label: assertion 'list != NULL' failed
Traceback (most recent call last):
  File "C:\msys64\home\lambda\git\nicotine-plus/pynicotine/gtkgui/frame.py", line 594, in on_network_event
    self.np.events[i.__class__](i)
  File "C:\msys64\home\lambda\git\nicotine-plus/pynicotine/pynicotine.py", line 1451, in get_user_status
    self.userbrowse.get_user_status(msg)
  File "C:\msys64\home\lambda\git\nicotine-plus/pynicotine/gtkgui/userinfo.py", line 125, in get_user_status
    self.set_text(tab.Main, msg.user)
  File "C:\msys64\home\lambda\git\nicotine-plus/pynicotine/gtkgui/utils.py", line 968, in set_text
    tab_label.set_text(label)
AttributeError: 'NoneType' object has no attribute 'set_text'

@mathiascode
Copy link
Member

The UnicodeDecodeError occurs when loading icons. I haven't found a way to fix it, but it doesn't seem to affect icon loading.

The other issues are solved.

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

No branches or pull requests

2 participants