richrd / nxt-python

Automatically exported from code.google.com/p/nxt-python
GNU General Public License v3.0
1 stars 0 forks source link

transfert problem #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have tried to import the file "tiltedtwister.rxe" ( 
http://tiltedtwister.com/download/tt2/tiltedtwister.zip ) on nxt 2.0
2. I use the command py-t2n -put tiltedtwister.rxe on ubuntu.

What is the expected output? What do you see instead?

This fails, and I obtain:
 --------------------------------------------------------------------
 >$ py-t2n -put tiltedtwister.rxe

 Unexpected error
 Traceback (most recent call last):
 File "/usr/local/bin/py-t2n", line 99, in
 put(b, f)
 File "/usr/local/bin/py-t2n", line 67, in put
 w = FileWriter(b, fname, len(data))
 File "/usr/local/lib/python2.7/dist-packages/nxt/brick.py", line 150, in __init__
 self.handle = self.brick.open_write(fname, size)
 File "/usr/local/lib/python2.7/dist-packages/nxt/brick.py", line 31, in poll
 return parse_func(igram)
 File "/usr/local/lib/python2.7/dist-packages/nxt/system.py", line 47, in _parse_open_write
 tgram.check_status()
 File "/usr/local/lib/python2.7/dist-packages/nxt/telegram.py", line 114, in check_status
 nxt.error.check_status(self.parse_u8())
 File "/usr/local/lib/python2.7/dist-packages/nxt/error.py", line 85, in check_status
 raise ex
 nxt.error.SysProtError: No space
 Exception AttributeError: "'FileWriter' object has no attribute 'handle'" in > ignored

 ---------------------------------------------------------------------------------

Additional remarks:

1) I have imported several files with extension .rxe  with similar size on the 
brick and this works.
2) I have suppress some files from nxt to make more space (as suggested by the 
last line "nxt.error.SysProtError: No space"... but no way.

thank you in advance for your help

with best regards

jgl

Original issue reported on code.google.com by jeangab....@gmail.com on 25 Feb 2012 at 10:35

GoogleCodeExporter commented 9 years ago
I have found the solution: In fact, the program is very huge and we need to 
erase almost all the files on the nxt.

with best regards

jgl

Original comment by jeangab....@gmail.com on 25 Feb 2012 at 7:41

GoogleCodeExporter commented 9 years ago
We don't develop py-t2n. It looks like a cool project (which would be nice to 
integrate with our source tree), but at this point the person you would want to 
talk to is Quentin Stievenart: https://github.com/acieroid

Original comment by marcus@wanners.net on 26 Feb 2012 at 8:43