2005-11-28, 15:34
2005-11-28, 15:59
(harshreality @ nov. 28 2005,13:48 Wrote:tell me you ran the config and setup the paths....
??
it doesn´t start...how should i config anything...?
i didn´t find anything to edit on pc before transfer...
2005-11-28, 19:58
using latest version dl'd today.
get errors...
when using
<source url="smb://xbox:[email protected]/xbmc" /> :
when using
<source url="smb://office;xbox:[email protected]/xbmc" /> :
...user 'xbox' (via 'everyone' group) has full control over the windows share and read & execute on the ntfs file permissions.
get errors...
when using
<source url="smb://xbox:[email protected]/xbmc" /> :
Quote:28-11-2005 10:43:34 info traceback (most recent call last):
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnetload.py", line 351, in oncontrol
28-11-2005 10:43:34 info self.control_response(control)
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnetload.py", line 396, in control_response
28-11-2005 10:43:34 info import xbmcupdate
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xbmcupdate.py", line 142, in ?
28-11-2005 10:43:34 info main()
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xbmcupdate.py", line 127, in main
28-11-2005 10:43:34 info not_copied = x.get_xbmc()
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xbmcupdate.py", line 45, in get_xbmc
28-11-2005 10:43:34 info self.browser = browsers.get_browser(self.url)
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnlmodules\browsers.py", line 523, in get_browser
28-11-2005 10:43:34 info return smbbrowser(url,path)
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnlmodules\browsers.py", line 49, in
28-11-2005 10:43:34 info self.login()
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnlmodules\browsers.py", line 133, in login
28-11-2005 10:43:34 info self.remote = smb.smb(self.ntdomain,self.ip)
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnlmodules\smb.py", line 338, in
28-11-2005 10:43:34 info self.init__
28-11-2005 10:43:34 info raise ex2
28-11-2005 10:43:34 info netbioserror: ('cannot request session', 240, 130)
when using
<source url="smb://office;xbox:[email protected]/xbmc" /> :
Quote:28-11-2005 10:52:44 info traceback (most recent call last):
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xnetload.py", line 351, in oncontrol
28-11-2005 10:52:44 info self.control_response(control)
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xnetload.py", line 396, in control_response
28-11-2005 10:52:44 info import xbmcupdate
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xbmcupdate.py", line 142, in ?
28-11-2005 10:52:44 info main()
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xbmcupdate.py", line 127, in main
28-11-2005 10:52:44 info not_copied = x.get_xbmc()
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xbmcupdate.py", line 46, in get_xbmc
28-11-2005 10:52:44 info dirs, files, self.size = self.browser.get_tree()
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xnlmodules\browsers.py", line 190, in get_tree
28-11-2005 10:52:44 info dirs , files = self.get_dir_list(path=full_path + '/' + x)
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xnlmodules\browsers.py", line 216, in get_dir_list
28-11-2005 10:52:44 info for f in self.remote.list_path(self.share,path + '/*', password = self.password):
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xnlmodules\smb.py", line 822, in list_path
28-11-2005 10:52:44 info raise sessionerror, ( 'list path failed. (errclass: 3787564 and errcode: 3950333)' ( err_class, err_code ), err_class, err_code )
28-11-2005 10:52:44 info sessionerror: ('list path failed. (errclass: 1 and errcode: 5)', 1, 5)
...user 'xbox' (via 'everyone' group) has full control over the windows share and read & execute on the ntfs file permissions.
2005-11-29, 06:10
affini:
the good news is...
on the second url -
<source url="smb://office;xbox:[email protected]/xbmc" />
you definately connected to the smb server. (first time you've gotten that far)
it looks everything is good except the end of the url. after the ip should be the share name and then the path to the directory in the share:
<source url="smb://office;xbox:[email protected]/share/xbmcdir" />
so unless you have a share named xbmc and the xbmc files are in the 'root' of that share then you would get that error.
but like i said, the url is otherwise fine. do not change it except for the share and path
ruuk
the good news is...
on the second url -
<source url="smb://office;xbox:[email protected]/xbmc" />
you definately connected to the smb server. (first time you've gotten that far)
it looks everything is good except the end of the url. after the ip should be the share name and then the path to the directory in the share:
<source url="smb://office;xbox:[email protected]/share/xbmcdir" />
so unless you have a share named xbmc and the xbmc files are in the 'root' of that share then you would get that error.
but like i said, the url is otherwise fine. do not change it except for the share and path
ruuk
2005-11-29, 06:17
(bootsy @ nov. 28 2005,13:34 Wrote:hi...you need to ftp the directory in the zip file in it's entirety. it looks from the error like the xnlmodules directory is missing at least.
i´ve a problem with this script...it doesn´t start...
i tried it with the last t3ch compile (and other before)...
here´s a screenshot of the xbmc error message...:
(hope it helps...)
please :help:
thx
when you are done copying, in your xbmc scripts dir there should be the following (and more)
xnetload.py
gamma-x.py
save-mx.py
xbmcupdate.py
|
|-xnlmodules\
| |
| |-a bunch of .py files
|
|-xnlsettings\
| |
| |-some .xml files and images
|
and more files and dirs
hope this helps.
ruuk
2005-11-29, 18:24
(ruuk @ nov. 28 2005,21:10 Wrote:affini:ruuk,
the good news is...
on the second url -
<source url="smb://office;xbox:[email protected]/xbmc" />
you definately connected to the smb server. (first time you've gotten that far)
it looks everything is good except the end of the url. after the ip should be the share name and then the path to the directory in the share:
<source url="smb://office;xbox:[email protected]/share/xbmcdir" />
so unless you have a share named xbmc and the xbmc files are in the 'root' of that share then you would get that error.
but like i said, the url is otherwise fine. do not change it except for the share and path
ruuk
the url is correct, the windows share xbmc and files are in the root.
if you were to access from windows it would be \\office\xbmc\
this is what i don't get, i'd think it should work.
can you test placing files in the root on your test system?
2005-11-29, 21:09
game save feature is nice. all the networking stuff is making my head hurt. i've set up relax on my computer before, but this stuff just doesn't want to config. i've tried them all and i'm pretty sure of my settings. my computer name has a hyphen in it, so i can't set that up, since no such symbol exists in xbmc's keyboard. :veryangry:
2005-11-29, 21:42
ruuk,
(using xbmcupdate)i'm still having problems with files copying into the main xbmc folder, and the exceptions not working in the newest release. just wondered if you made any progress on those.
finger
(using xbmcupdate)i'm still having problems with files copying into the main xbmc folder, and the exceptions not working in the newest release. just wondered if you made any progress on those.
finger
2005-11-29, 23:31
(ruuk @ nov. 29 2005,05:17 Wrote:you need to ftp the directory in the zip file in it's entirety. it looks from the error like the xnlmodules directory is missing at least.
when you are done copying, in your xbmc scripts dir there should be the following (and more)
xnetload.py
gamma-x.py
save-mx.py
xbmcupdate.py
|
|-xnlmodules\
| |
| |-a bunch of .py files
|
|-xnlsettings\
| |
| |-some .xml files and images
|
and more files and dirs
hope this helps.
ruuk
yeah...sure...i know...that´s what i´ve done...
i created the few empty folders manualy, because they weren´t transfer by flashfxp...
but same error message every time... :tear:
what i´ve read about this script is so wonderfull....heh...but i can´t get it to run...
all files from the .zip are transfered correctly...i think so...
but in the "xnlsettings" folder...there is only one .xml...(xbmcupdate.xml)...and a bunch of .png´s and .jpg´s...
in the "xnlmodules" folder, there are 17 .py files...
i tried to find the source of the error...but without any result...
:bowdown:
2005-11-30, 00:20
ok here i go...
ksufinger:
are you using the new version i put up. i did fix all that. if you are using it send me your xml file so i can check it out.
affini:
i'll give that a test.
doc holliday:
there is a hyphen on the keyboard, it just looks like a dot. between the ) and the _
bootsy:
is there and .py in the xnlmodules folder?
i think that's everybody
ruuk
ksufinger:
are you using the new version i put up. i did fix all that. if you are using it send me your xml file so i can check it out.
affini:
i'll give that a test.
doc holliday:
there is a hyphen on the keyboard, it just looks like a dot. between the ) and the _
bootsy:
is there and .py in the xnlmodules folder?
i think that's everybody
ruuk
2005-11-30, 00:36
(ruuk @ nov. 29 2005,23:20 Wrote:bootsy:
is there and .py in the xnlmodules folder?
sorry?
there are 17 .py files in the xnlmodules folder...
2005-11-30, 00:51
got it to show my computer directory for a second...went back to the main menu and lost it...can't get it back. probably have no use for all of this anyway. :nuts:
2005-11-30, 01:25
(ruuk @ nov. 29 2005,22:20 Wrote:ksufinger:yeah i'm using 0.996b, just downloaded from the site yesterday.
are you using the new version i put up. i did fix all that. if you are using it send me your xml file so i can check it out.
here's my xml: (if i use smb, then none of the files copy....just folders)
Quote:<?xml version="1.0" ?>
<xbmc_update>
<xbmc_dir path = "f:\apps\xbmc" />
<source url="ftp://[email protected]/xbmc" />
<exceptions>
<dir path="scripts" />
<file path="filezilla server.xml" />
<file path="skin\project mayhem iii\pal\dialogsubmenu.xml" />
<file path="skin\project mayhem iii\pal\home.xml" />
<file path="media\splash.png" />
</exceptions>
<copies>
<file name="default.xbe" dest="f:\xbmc.xbe" />
</copies>
</xbmc_update>
i completely got rid of any previous versions i had before updating.
2005-11-30, 03:19
bootsy:
sorry, i was trying to ask if there is an _init_.py file in your xnlmodules folder. the file actually has double _ characters but appearantly the forum doesn't like those and removes them and everything between
doc holliday:
not sure what you are saying. you got it to work and then exited to the main menu or it had an error and closed itself to the main menu. if it had an error and you have the most current version you can probably look in error.log for the error. if you closed it yourself and couldn't get it to connect, then maybe the original connection hadn't completlely gone away/timed out and whatever server you are connecting to was preventing you from making another connection. just guessing.
ksufinger:
hmmm... xml looks good. sounds like it is doing exactly what it was doing before my changes. did you restart your xbox after you put on the new version? if you don't it will use the old version even though it's gone. it caches all the modules. i'm going to check ftp to make sure it's still working for me.
affini:
i'm going to do that test soon i'm just busy here
sorry, i was trying to ask if there is an _init_.py file in your xnlmodules folder. the file actually has double _ characters but appearantly the forum doesn't like those and removes them and everything between
doc holliday:
not sure what you are saying. you got it to work and then exited to the main menu or it had an error and closed itself to the main menu. if it had an error and you have the most current version you can probably look in error.log for the error. if you closed it yourself and couldn't get it to connect, then maybe the original connection hadn't completlely gone away/timed out and whatever server you are connecting to was preventing you from making another connection. just guessing.
ksufinger:
hmmm... xml looks good. sounds like it is doing exactly what it was doing before my changes. did you restart your xbox after you put on the new version? if you don't it will use the old version even though it's gone. it caches all the modules. i'm going to check ftp to make sure it's still working for me.
affini:
i'm going to do that test soon i'm just busy here