maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   nicotine issues on n800 (https://talk.maemo.org/showthread.php?t=5812)

dafmalo 2007-04-13 21:38

nicotine issues on n800
 
so i install it, and it works great!... Once. Thereafter when i log in it hangs at "logged in, getting the list...". I updated the firmware and tried again, same deal. What a tease. I'm definitley an end-user and i would greatly appreciate some input. Is the developer out there? Thanks

yerga 2007-04-13 22:32

Re: nicotine issues on n800
 
Well, I am the developer of the Nicotine port.
The problem that gives you is strange, since in this moment it's logged and it's downloading information about the server, as the rooms list. There are a few options in the menu that they give you a major information of what happens, you must activate 'show debug info' and deactivate 'hide log window'. Do you may writting the information that gives it in this window?

This might be a bug in nicotine, so thank you for post this.

Best Regards.

dafmalo 2007-04-13 23:09

Re: nicotine issues on n800
 
Here goes:
first the room list then
15:44:08 pynicotine.slskmessages.Msg83 {'num': 1}
15:44:08 pynicotine.slskmessages.Msg84 {'num': 10}
15:44:08 pynicotine.slskmessages.ParentInactivityTimeout {'num': 180}
15:44:08 pynicotine.slskmessages.SearchInactivityTimeout {'num': 20000}
15:44:08 pynicotine.slskmessages.DistribAliveInterval {'num': 100}
15:44:08 pynicotine.slskmessages.WishlistInterval {'num': 1200}: 1200}: 1200}

yerga 2007-04-13 23:34

Re: nicotine issues on n800
 
Thank you. It seems that it is well.

Have you activated the automatic join to some room? If it'is a room with many users it can be late a bit in joining.

Another possible problem would be that you had many files in the shared list and it was late a time in recognizing them, have you many files?

I will continue testing but I do not manage to reproduce the bug.

BR.

realcomix 2007-04-14 00:00

Re: nicotine issues on n800
 
I am having this same problem ... Im using the n800 with the new firmware

yerga 2007-04-14 00:35

Re: nicotine issues on n800
 
I suppose that you are using the last version 1.10-maemo, yes?
Python2.5?

Can you give me information stepwise of what you do even obtaining this bug?

I would like to solve this problem. Thank you.

dafmalo 2007-04-14 02:34

Re: nicotine issues on n800
 
no automatic log-in set, Tried not sharing, still the same issue. I'm running python2.5 and latest firmware. I've made basically no changes to the default setup of nicotine aside from user name and shares.

yerga 2007-04-14 08:53

Re: nicotine issues on n800
 
Might you erase the configuration directory and return to execute Nicotine?

You must install osso-xterm and execute from there: "rm -Rf /home/user/.nicotine"
Thank you.

realcomix 2007-04-14 15:22

Re: nicotine issues on n800
 
Yes im using the latest version of your nicotine .... I have uninstalled through the app install gui ... but i did notice when i reinstall i did not have to put in my username and password it seems not to get rid of everything so that command above just might do the trick ... ill let you know how it goes...

realcomix 2007-04-14 15:29

Re: nicotine issues on n800
 
Ha Hell Ya It Works Now Thank You Thank You ....

realcomix 2007-04-14 16:26

Re: nicotine issues on n800
 
Hmm well it worked for about an hour then all the sudden it said disconnect during reading in a chat room and now its doing the same thing ... it was working great i dl one song just to see if my ports were open and that also worked .... once again im useing the latest version of your nicotine ...

dafmalo 2007-04-16 19:53

Re: nicotine issues on n800
 
Yeah, it works once, once again. Same problem. Suppose i can just clear it every time i want to run the program.

yerga 2007-04-16 22:17

Re: nicotine issues on n800
 
It might be a partial solution but I hope fix this bug. The problem that I have is that it error doesn't happen to me.
Might you execute Nicotine from xterm? Run "Nicotine". It's possible that it gives some more specific error that way.

Thanks.

realcomix 2007-04-16 23:14

Re: nicotine issues on n800
 
/usr/share # Nicotine
Traceback (most recent call last):
File "/usr/bin/Nicotine", line 8, in <module>
osso_c = osso.Context("nicotine_pymaemo", "1.0", False)
osso.OssoException: Cannot initialize context.
/usr/share #

thats what got when i ran it through the term..... I have R and D mode on should i have installed the get root app (i think thats the name)?

yerga 2007-04-17 14:59

Re: nicotine issues on n800
 
Thanks.
Are you run nicotine as root user?
You must do it as normal user.


Best Regards.

realcomix 2007-04-17 21:12

Re: nicotine issues on n800
 
~ $ Nicotine
/usr/share/nicotine/pynicotine/gtkgui/frame.py:983: GtkWarning: gdkdrawable-x11.c:971 drawable is not a pixmap or window
gtk.main()
Traceback (most recent call last):
File "/usr/share/nicotine/pynicotine/gtkgui/frame.py", line 306, in OnNetworkEvent
self.np.events[i.__class__](i)
File "/usr/share/nicotine/pynicotine/pynicotine.py", line 408, in Login
self.transfers = transfers.Transfers(conf["transfers"]["downloads"],self.peerconns,self.queue, self, self.users)
File "/usr/share/nicotine/pynicotine/transfers.py", line 65, in __init__
self.downloads.append(Transfer(user = i[0], filename=i[1], path=i[2], status = _('Getting status')))
NameError: global name '_' is not defined

yerga 2007-04-18 09:30

Re: nicotine issues on n800
 
It's a silly bug. I'm sorry for inconveniencies. I will do a new package with the bug corrected.

Thank you for your help.

Best Regards.

yerga 2007-04-18 16:52

Re: nicotine issues on n800
 
1 Attachment(s)
Well, I have done a new package that I attach here. If you say to me that it doesn't give any error I will upload it to the garage and to the repository.

Thanks.

dafmalo 2007-04-19 05:53

Re: nicotine issues on n800
 
Um, sorry now it wont start at all:

~ $ Nicotine
Traceback (most recent call last):
File "/usr/bin/Nicotine", line 13, in <module>
from pynicotine.gtkgui import frame
File "/usr/share/nicotine/pynicotine/gtkgui/frame.py", line 9, in <module>
from pynicotine.pynicotine import NetworkEventProcessor
File "/usr/share/nicotine/pynicotine/pynicotine.py", line 14, in <module>
import transfers
File "/usr/share/nicotine/pynicotine/transfers.py", line 66
getstatus[i[0]] = ""
^
SyntaxError: invalid syntax

yerga 2007-04-19 10:03

Re: nicotine issues on n800
 
1 Attachment(s)
Sorry. I had hurry when I did the package and I 'ate' a parenthesis.

I hope that this new package works well.

dafmalo 2007-04-19 18:58

Re: nicotine issues on n800
 
Seems to be working well, thanks

flipstar 2007-04-27 05:10

Re: nicotine issues on n800
 
Does it really work for you? I just cant seem to make it work properly..
sometimes it freezes, sometimes it just goes incredibly slow when performing a search...

What did you do, exactly?

yerga 2007-04-27 16:45

Re: nicotine issues on n800
 
Well, it's slow (100% CPU) while it's searching songs especially if is a popular artist/group.

I recommend to you while that it's searching songs to leave it until it ends, it can be late more or less depending on the obtained results. (5 min no more)

I might improve this search losing something of results. It's in my todo list.
Sorry for inconveniencies.

Best Regards.


All times are GMT. The time now is 11:10.

vBulletin® Version 3.8.8