View Single Post
Posts: 233 | Thanked: 17 times | Joined on Jul 2007
#24
OK, I did that for both the Personal Menu and the Personal Launcher, but neither worked.

Two XTerm windows opened and one asked for a password, so I tried my Sirius password, but it was wrong. So, I was able to give another password, and I put in the one that I selected when I set one for the "Root" and that didn't work and then I got the following error (again):

Sorry, user user is not allowed to execute 'MyDocs/sipie/sipie.py' as root on the Nokia-N800-23-14.

Now, when only "Run In Terminal" is selected (with Personal Menu"), I get a line for "Enter Username:" and I enter that...

Then it asks for my Sirius Password.

Then it wants login type (guest/subscriber).

Then it asks about Canada (True/False).

And then I get a ton of lines of errors. :-(


Here is the full code:
username and a crypted password will be stored in /home/user/.sipie/config
no plain text passwords are stored
if you want to change your password remove /home/user/.sipie/config
then run sipie and it'll ask you for username and password again

Enter username: HowardSternShow
Enter password:

Login Type, type guest or subscriber
Enter login type: subscriber
Are you using Sirius Cananda (http://siriuscanada.ca)
True or False: False

Traceback (most recent call last):
File "MyDocs/sipie/sipie.py", line 22, in <module>
Sipie.cliPlayer()
File "/home/user/MyDocs/sipie/Sipie/cliPlayer.py", line 69, in cliPlayer
sipie = Player(config.items())
File "/home/user/MyDocs/sipie/Sipie/Config.py", line 55, in items
self.cliCreate()
File "/home/user/MyDocs/sipie/Sipie/Config.py", line 113, in cliCreate
self.write()
File "/home/user/MyDocs/sipie/Sipie/Config.py", line 65, in write
fd = open(self.conffile, 'w')
IOError: [Errno 13] Permission denied: '/home/user/.sipie/config'

Last edited by iTab; 2008-07-31 at 03:55.