My favorites | Sign in
Project Home Downloads Issues
Details: Show all Hide all

Older

  • Jun 08, 2011
    guppy-1.0.3.1-1.fc15.src.rpm (Guppy 1.0.3.1 Fedora 15 Source RPM ) file uploaded by tsui.t...@gmail.com
  • Jun 08, 2011
    guppy-1.0.3.1-1.fc15.x86_64.rpm (Guppy 1.0.3.1 Fedora 11 x86_64 RPM ) file uploaded by tsui.t...@gmail.com
  • Jan 11, 2010
    issue 11 ("make deb" fails on Git branch remotes/origin/guppy-1.0.3.1 ...) reported by russel.w...@concertant.com   -   In a clone of the Git repository after having done: git checkout -b development origin/guppy-1.0.3.1 doing a "make deb" results in: |> make deb mkdir -p build/deb git archive --format=tar --prefix=guppy-1.0.3.1/ guppy-1.0.3.1 | gzip > build/deb/guppy_1.0.3.1.orig.tar.gz fatal: Not a valid object name tar zxf build/deb/guppy_1.0.3.1.orig.tar.gz -C build/deb cp -ra pkg/debian build/deb/guppy-1.0.3.1/ cd build/deb/guppy-1.0.3.1/ && debuild -S -sa debuild: fatal error at line 630: cannot find readable debian/changelog anywhere! Are you in the source code tree? make: *** [deb] Error 9
    In a clone of the Git repository after having done: git checkout -b development origin/guppy-1.0.3.1 doing a "make deb" results in: |> make deb mkdir -p build/deb git archive --format=tar --prefix=guppy-1.0.3.1/ guppy-1.0.3.1 | gzip > build/deb/guppy_1.0.3.1.orig.tar.gz fatal: Not a valid object name tar zxf build/deb/guppy_1.0.3.1.orig.tar.gz -C build/deb cp -ra pkg/debian build/deb/guppy-1.0.3.1/ cd build/deb/guppy-1.0.3.1/ && debuild -S -sa debuild: fatal error at line 630: cannot find readable debian/changelog anywhere! Are you in the source code tree? make: *** [deb] Error 9
  • Jan 11, 2010
    issue 5 (Guppy from Git repsoitory fails on Ubuntu) commented on by russel.w...@concertant.com   -   This issue can be closed, it relates to an ancient version of the software in the Git repository.
    This issue can be closed, it relates to an ancient version of the software in the Git repository.
  • Jan 11, 2010
    issue 7 (Source for guppy-puppy not distributed) commented on by russel.w...@concertant.com   -   OK, thanks. I had assumed master was the development branch, I should have looked at the gitk --all to see that you have a different work strategy with branches.
    OK, thanks. I had assumed master was the development branch, I should have looked at the gitk --all to see that you have a different work strategy with branches.
  • Jan 11, 2010
    issue 7 (Source for guppy-puppy not distributed) Status changed by tsui.tony   -   The source for guppy-puppy is here http://github.com/ttsui/guppy/tree/guppy-1.0.3.1/puppy/ It's in the source tarball under the puppy/ directory.
    Status: Done
    The source for guppy-puppy is here http://github.com/ttsui/guppy/tree/guppy-1.0.3.1/puppy/ It's in the source tarball under the puppy/ directory.
    Status: Done
  • Jan 08, 2010
    issue 6 (Date format expected for sort is incorrect causing ValueErro...) commented on by reijo.tuononen   -   FileSystemModel.py has invalid format string on line 271. Current line is: format = '%a %b %d %Y' There should be line: format = '%a %b %d %H:%M:%S %Y'
    FileSystemModel.py has invalid format string on line 271. Current line is: format = '%a %b %d %Y' There should be line: format = '%a %b %d %H:%M:%S %Y'
  • Jan 08, 2010
    issue 10 (Enter one-line summary) reported by reijo.tuononen   -   What steps will reproduce the problem? 1. Use some non-english locale e.g. fi_FI.UTF-8 2. Select multiple files from Topfield 3. Add files to download queue What is the expected output? What do you see instead? All selected files should transfer from Topfield to local hard drive. When first one is almost finished, transfer seems to hang. What version of the product are you using? On what operating system? Guppy 1.0.3.1. Ubuntu Karmic Koala. Please provide any additional information below. When a file transfer finishes guppy will try to set timestamp of new file according to timestamp of original file. If non-english locale is in use, strptime will raise an exception. This is due to non-numeric datetime format used with puppy. Easy fix is, force guppy to use the 'C'-locale. Edit file GuppyWindow.py, go to line 48, just below 'def __init__' line, and add this: locale.setlocale(locale.LC_ALL, 'C')
    What steps will reproduce the problem? 1. Use some non-english locale e.g. fi_FI.UTF-8 2. Select multiple files from Topfield 3. Add files to download queue What is the expected output? What do you see instead? All selected files should transfer from Topfield to local hard drive. When first one is almost finished, transfer seems to hang. What version of the product are you using? On what operating system? Guppy 1.0.3.1. Ubuntu Karmic Koala. Please provide any additional information below. When a file transfer finishes guppy will try to set timestamp of new file according to timestamp of original file. If non-english locale is in use, strptime will raise an exception. This is due to non-numeric datetime format used with puppy. Easy fix is, force guppy to use the 'C'-locale. Edit file GuppyWindow.py, go to line 48, just below 'def __init__' line, and add this: locale.setlocale(locale.LC_ALL, 'C')
  • Jan 01, 2010
    issue 9 (Resuming aborted file transfers) commented on by oetken.andreas   -   ... like e.g. TopSet does this.
    ... like e.g. TopSet does this.
  • Dec 31, 2009
    issue 9 (Resuming aborted file transfers) reported by oetken.andreas   -   it would be nice if Guppy could resume previously aborted file transfers.
    it would be nice if Guppy could resume previously aborted file transfers.
  • Sep 14, 2009
    issue 8 (Cannot install new firmware) reported by russel.w...@concertant.com   -   The ability to install new firmware, as is possible with ftpd-topfield, should be a feature of guppy.
    The ability to install new firmware, as is possible with ftpd-topfield, should be a feature of guppy.
  • Sep 14, 2009
    issue 7 (Source for guppy-puppy not distributed) reported by russel.w...@concertant.com   -   The source for guppy-puppy that is in the Jaunty deb file appears not to be distributed, at least it isn't in the Git repository so it is not possible to recreate.
    The source for guppy-puppy that is in the Jaunty deb file appears not to be distributed, at least it isn't in the Git repository so it is not possible to recreate.
  • Sep 14, 2009
    issue 6 (Date format expected for sort is incorrect causing ValueErro...) reported by russel.w...@concertant.com   -   What steps will reproduce the problem? 1. Start Guppy with Toppy on :-) 2. Go into DataFiles directory of Toppy on left side (Toppy side) 3. Click Date column header to get a sorted list by date 4. Error is displayed in initiating console What is the expected output? What do you see instead? There should be no exception, but there is. For each entry in the directory, you get a Value Error: Traceback (most recent call last): File "/var/lib/python-support/python2.6/guppy/FileSystemModel.py", line 238, in sort_func return self.date_sort_func(model, iter1, iter2, col) File "/var/lib/python-support/python2.6/guppy/FileSystemModel.py", line 272, in date_sort_func date1 = time.strptime(date1_str, format) File "/usr/lib/python2.6/_strptime.py", line 454, in _strptime_time return _strptime(data_string, format)[0] File "/usr/lib/python2.6/_strptime.py", line 325, in _strptime (data_string, format)) ValueError: time data 'Mon Sep 14 22:00:00 2009' does not match format '%a %b %d %Y' What version of the product are you using? On what operating system? Jaunty deb 1.0.3.1 from the website on Jaunty. Please provide any additional information below.
    What steps will reproduce the problem? 1. Start Guppy with Toppy on :-) 2. Go into DataFiles directory of Toppy on left side (Toppy side) 3. Click Date column header to get a sorted list by date 4. Error is displayed in initiating console What is the expected output? What do you see instead? There should be no exception, but there is. For each entry in the directory, you get a Value Error: Traceback (most recent call last): File "/var/lib/python-support/python2.6/guppy/FileSystemModel.py", line 238, in sort_func return self.date_sort_func(model, iter1, iter2, col) File "/var/lib/python-support/python2.6/guppy/FileSystemModel.py", line 272, in date_sort_func date1 = time.strptime(date1_str, format) File "/usr/lib/python2.6/_strptime.py", line 454, in _strptime_time return _strptime(data_string, format)[0] File "/usr/lib/python2.6/_strptime.py", line 325, in _strptime (data_string, format)) ValueError: time data 'Mon Sep 14 22:00:00 2009' does not match format '%a %b %d %Y' What version of the product are you using? On what operating system? Jaunty deb 1.0.3.1 from the website on Jaunty. Please provide any additional information below.
  • Sep 13, 2009
    issue 5 (Guppy from Git repsoitory fails on Ubuntu) reported by russel.w...@concertant.com   -   What steps will reproduce the problem? 1. git clone git://github.com/ttsui/guppy.git Guppy 2. cd Guppy/src 3. guppy.py What is the expected output? What do you see instead? Not sure what I expected, definitely got: /home/Checkouts/Git/Git/Guppy/src/puppy.py:19: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module. import popen2 Traceback (most recent call last): File "./guppy.py", line 695, in <module> guppy = GuppyWindow() File "./guppy.py", line 326, in __init__ self.pvr_model = PVRFileSystemModel() File "./guppy.py", line 198, in __init__ self.changeDir() File "./guppy.py", line 217, in changeDir pvr_files = self.puppy.listDir(self.current_dir) File "/home/Checkouts/Git/Git/Guppy/src/puppy.py", line 84, in listDir "%s %s %s %s" % (entry[2], entry[3], entry[4], entry[6]), IndexError: list index out of range What version of the product are you using? On what operating system? Development head from Git repository Please provide any additional information below. Running on Ubuntu 9.04 Jaunty Jackalope Python 2.6.2
    What steps will reproduce the problem? 1. git clone git://github.com/ttsui/guppy.git Guppy 2. cd Guppy/src 3. guppy.py What is the expected output? What do you see instead? Not sure what I expected, definitely got: /home/Checkouts/Git/Git/Guppy/src/puppy.py:19: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module. import popen2 Traceback (most recent call last): File "./guppy.py", line 695, in <module> guppy = GuppyWindow() File "./guppy.py", line 326, in __init__ self.pvr_model = PVRFileSystemModel() File "./guppy.py", line 198, in __init__ self.changeDir() File "./guppy.py", line 217, in changeDir pvr_files = self.puppy.listDir(self.current_dir) File "/home/Checkouts/Git/Git/Guppy/src/puppy.py", line 84, in listDir "%s %s %s %s" % (entry[2], entry[3], entry[4], entry[6]), IndexError: list index out of range What version of the product are you using? On what operating system? Development head from Git repository Please provide any additional information below. Running on Ubuntu 9.04 Jaunty Jackalope Python 2.6.2
  • Sep 13, 2009
    issue 5 (Guppy from Git repsoitory fails on Ubuntu) reported by russel.w...@concertant.com   -   What steps will reproduce the problem? 1. git clone git://github.com/ttsui/guppy.git Guppy 2. cd Guppy/src 3. guppy.py What is the expected output? What do you see instead? Not sure what I expected, definitely got: /home/Checkouts/Git/Git/Guppy/src/puppy.py:19: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module. import popen2 Traceback (most recent call last): File "./guppy.py", line 695, in <module> guppy = GuppyWindow() File "./guppy.py", line 326, in __init__ self.pvr_model = PVRFileSystemModel() File "./guppy.py", line 198, in __init__ self.changeDir() File "./guppy.py", line 217, in changeDir pvr_files = self.puppy.listDir(self.current_dir) File "/home/Checkouts/Git/Git/Guppy/src/puppy.py", line 84, in listDir "%s %s %s %s" % (entry[2], entry[3], entry[4], entry[6]), IndexError: list index out of range What version of the product are you using? On what operating system? Development head from Git repository Please provide any additional information below. Running on Ubuntu 9.04 Jaunty Jackalope Python 2.6.2
    What steps will reproduce the problem? 1. git clone git://github.com/ttsui/guppy.git Guppy 2. cd Guppy/src 3. guppy.py What is the expected output? What do you see instead? Not sure what I expected, definitely got: /home/Checkouts/Git/Git/Guppy/src/puppy.py:19: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module. import popen2 Traceback (most recent call last): File "./guppy.py", line 695, in <module> guppy = GuppyWindow() File "./guppy.py", line 326, in __init__ self.pvr_model = PVRFileSystemModel() File "./guppy.py", line 198, in __init__ self.changeDir() File "./guppy.py", line 217, in changeDir pvr_files = self.puppy.listDir(self.current_dir) File "/home/Checkouts/Git/Git/Guppy/src/puppy.py", line 84, in listDir "%s %s %s %s" % (entry[2], entry[3], entry[4], entry[6]), IndexError: list index out of range What version of the product are you using? On what operating system? Development head from Git repository Please provide any additional information below. Running on Ubuntu 9.04 Jaunty Jackalope Python 2.6.2
  • Aug 25, 2009
    issue 4 (Show transfer speed in progress bar) reported by tsui.tony   -   Can you display the transfer rate? It'd make me fell good to see something like 45Mb/s displayed
    Can you display the transfer rate? It'd make me fell good to see something like 45Mb/s displayed
  • Aug 25, 2009
    issue 3 (Transfer of whole directories) reported by tsui.tony   -   Transfer every file in the selected directory.
    Transfer every file in the selected directory.
  • Aug 25, 2009
    guppy_1.0.3.1-0ubuntu1.dsc (Guppy 1.0.3.1 Debian Package Source) file uploaded by tsui.tony   -  
    Labels: Type-Source
    Labels: Type-Source
  • Aug 25, 2009
    guppy_1.0.3.1-0ubuntu1.diff.gz (Guppy 1.0.3.1 Debian Package Source) file uploaded by tsui.tony   -  
    Labels: Type-Source
    Labels: Type-Source
  • Aug 25, 2009
    guppy_1.0.3.1.orig.tar.gz (Guppy 1.0.3.1 Debian Package Source) file uploaded by tsui.tony   -  
    Labels: Type-Source
    Labels: Type-Source
  • Aug 25, 2009
    guppy-1.0.3.1.tar.bz2 (Guppy 1.0.3.1 Source) file uploaded by tsui.tony   -  
    Labels: Type-Source
    Labels: Type-Source
  • Aug 25, 2009
    guppy_1.0.3.1-0ubuntu1_i386.deb (Guppy 1.0.3.1 Ubuntu 9.04 (Jaunty) i386 Deb ) file uploaded by tsui.tony   -  
    Labels: Type-Package OpSys-Linux
    Labels: Type-Package OpSys-Linux
  • Aug 25, 2009
    guppy_1.0.3.1-0ubuntu1_amd64.deb (Guppy 1.0.3.1 Ubuntu 9.04 (Jaunty) x86_64 Deb) file uploaded by tsui.tony   -  
    Labels: Type-Package OpSys-Linux
    Labels: Type-Package OpSys-Linux
  • Aug 17, 2009
    issue 2 (Add "Processing PVR Files" message on start up) reported by tsui.tony   -   Could you perhaps put a small startup message window (before the main one) with a reassuring message such as "Reading Archive ..." or better still, instead of constructing a cache of the whole file structure, build it "on-the-fly". Some of us have 1Tb disc drives with lots of files!
    Could you perhaps put a small startup message window (before the main one) with a reassuring message such as "Reading Archive ..." or better still, instead of constructing a cache of the whole file structure, build it "on-the-fly". Some of us have 1Tb disc drives with lots of files!
  • Aug 15, 2009
    issue 1 (Replace ": $ % & /" characters from video file name) reported by tsui.tony   -   For the benefit of FAT32 users, is it possible to filter out those nasty characters like ": $ % & /" which seem to cause trouble under the Windows Altair? Replacing them with underscores would seem nice. I tried to transfer "ZZ:Z.rec" just to see what would happen, and got a getProgress(): ERROR: Can not open destination file: Invalid argument The underlying filesystem won't accept colons, naturally. Is it possible to either a) always filter them, b) optionally filter them on user's whim, or c) try and create the file "ZZ:Z.rec", and if it fails, fall back to "ZZ_Z.rec" before giving up
    For the benefit of FAT32 users, is it possible to filter out those nasty characters like ": $ % & /" which seem to cause trouble under the Windows Altair? Replacing them with underscores would seem nice. I tried to transfer "ZZ:Z.rec" just to see what would happen, and got a getProgress(): ERROR: Can not open destination file: Invalid argument The underlying filesystem won't accept colons, naturally. Is it possible to either a) always filter them, b) optionally filter them on user's whim, or c) try and create the file "ZZ:Z.rec", and if it fails, fall back to "ZZ_Z.rec" before giving up
  • Aug 14, 2009
    guppy-0.0.5.tar.gz (Guppy 0.0.5 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    puppy-1.10.tar.bz2 (Guppy 1.10 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-1.0.2.tar.bz2 (Guppy 1.0.2 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-1.0.1.tar.bz2 (Guppy 1.0.1 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-1.0.1rc2.tar.bz2 (Guppy 1.0.1rc2 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-1.0.1rc1.tar.bz2 (Guppy 1.0.1rc1 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-1.0.0.tar.bz2 (Guppy 1.0.0 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-0.0.93.tar.bz2 (Guppy 0.0.93 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-0.0.92.tar.bz2 (Guppy 0.0.92 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-0.0.91.tar.bz2 (Guppy 0.0.91 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-0.0.90.tar.bz2 (Guppy 0.0.90 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-0.0.6.tar.bz2 (Guppy 0.0.6 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-0.0.4.tar.bz2 (Guppy 0.0.4 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-0.0.3.tar.bz2 (Guppy 0.0.3 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-0.0.2.tar.bz2 (Guppy 0.0.2 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-0.0.1.tar.bz2 (Guppy 0.0.1 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-0.0.1.2.tar.bz2 (Guppy 0.0.1.2 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    guppy-0.0.1.1.tar.bz2 (Guppy 0.0.1.1 Source) file uploaded by tsui.tony
  • Aug 14, 2009
    Screenshots Wiki page deleted by tsui.tony   -   Revision r18 Deleting wiki page Screenshots.
    Revision r18 Deleting wiki page Screenshots.
  • Aug 14, 2009
    Source Wiki page deleted by tsui.tony   -   Revision r17 Deleting wiki page Source.
    Revision r17 Deleting wiki page Source.
  • Aug 14, 2009
    Contribute Wiki page deleted by tsui.tony   -   Revision r16 Deleting wiki page Contribute.
    Revision r16 Deleting wiki page Contribute.
  • Aug 14, 2009
    guppy-1.0.3-1.fc11.src.rpm (Guppy 1.0.3 Fedora 11 Source RPM) file uploaded by tsui.tony   -  
    Labels: Type-Package OpSys-Linux
    Labels: Type-Package OpSys-Linux
  • Aug 14, 2009
    guppy-1.0.3-1.fc11.x86_64.rpm (Guppy 1.0.3 Fedora 11 RPM x86_64) file uploaded by tsui.tony   -  
    Labels: Type-Package
    Labels: Type-Package
  • Aug 14, 2009
    guppy-1.0.3.tar.bz2 (guppy-1.0.3) file uploaded by tsui.tony   -  
    Labels: Type-Source
    Labels: Type-Source
  • Apr 25, 2009
    Contribute (Contribute to Guppy) Wiki page edited by tsui.tony
 
Powered by Google Project Hosting