armindoantunes / gh615

Automatically exported from code.google.com/p/gh615
0 stars 0 forks source link

Can't download tracks in linux with build 186 #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported by tre1121 at http://groups.google.com/group/gh615/browse_thread/
thread/aa587d64251482e5:

The transfer start but it "hangs" in this position: 

Training Data 
ReSend.. 31-   2 

CMD:820809 

gh615, ubuntu 8.04, build 186 (build 176 works) 

I press exit and see this in the cosole: 

Traceback (most recent call last): 
  File "gh600_console.py", line 265, in <module> 
    main() 
  File "gh600_console.py", line 173, in main 
    choose() 
  File "gh600_console.py", line 91, in choose 
    tracks = gh.getTracks(trackIds) 
  File "/home/martin/Program/gh615/gh600.py", line 498, in 
serial_required_wrapper 
    return function(x, *args, **kw) 
  File "/home/martin/Program/gh615/gh600.py", line 868, in getTracks 
    if (Utilities.hex2dec(data[50:54]) == last + 1): 
  File "/home/martin/Program/gh615/gh600.py", line 24, in hex2dec 
    return int(s, 16) 
ValueError: invalid literal for int() with base 16: ''

Original issue reported on code.google.com by spei...@gmail.com on 19 Sep 2008 at 11:09

GoogleCodeExporter commented 8 years ago
I hope to have this fixed in r203. Please confirm if this resolved your issue. 
Thanks.

Original comment by spei...@gmail.com on 19 Sep 2008 at 2:55

GoogleCodeExporter commented 8 years ago
I don't know how to deal with diff, when are you planning a new release?

Original comment by tre1...@gmail.com on 28 Sep 2008 at 3:59

GoogleCodeExporter commented 8 years ago
I'm sorry, I been slacking a little at Oktoberfest, release this week

Original comment by spei...@gmail.com on 2 Oct 2008 at 10:15

GoogleCodeExporter commented 8 years ago
Had the same issue with windows. diff resolves this issue for me

Original comment by stefan.t...@gmail.com on 26 Oct 2008 at 12:42

GoogleCodeExporter commented 8 years ago
Downloaded the svn today.

Command:
python gh600_console.py c -m

Result:
28 tracks found
Traceback (most recent call last):
  File "gh600_console.py", line 270, in <module>
    main()
  File "gh600_console.py", line 237, in main
    tracks = gh.getAllTracks()
  File "/home/martin/down/svn/gh615-read-only/globalsat/src/gh600.py", line 671, in
getAllTracks
    return self.getTracks(self.getAllTrackIds())
  File "/home/martin/down/svn/gh615-read-only/globalsat/src/gh600.py", line 500, in
serial_required_wrapper
    return function(x, *args, **kw)
  File "/home/martin/down/svn/gh615-read-only/globalsat/src/gh600.py", line 886, in
getTracks
    self.logger.debug('getting trackpoints %d-%d' % (Utilities.hex2dec(data[50:54]),
Utilities.hex2dec(data[54:58])))
  File "/home/martin/down/svn/gh615-read-only/globalsat/src/gh600.py", line 27, in
hex2dec
    return int(s, 16)
ValueError: invalid literal for int() with base 16: ''

I run Ubuntu 8.10

Original comment by tre1...@gmail.com on 9 Jan 2009 at 7:31

GoogleCodeExporter commented 8 years ago
sorry guys, just like my exercise plan, development is currently in hiatus. I 
will 
resume work in a couple of weeks, when the weather gets better.

Original comment by spei...@gmail.com on 20 Jan 2009 at 3:12

GoogleCodeExporter commented 8 years ago
Hi

I just purchased a Canyon CNS-GPS2 which locks very similar to  Globalsat GH-615
GPS-watch and seems to be compatible. I can use the gh600_console tool to 
download
informations and also see the track records. However, downloading them hangs at:

ReSend.. 31-   2 (build 186)
and 
ReSend.. 31-   1 (svn rev 204)

Hope I can help somehow to get this fixed. I don't use Windows, and would like 
to
keep the watch :-)

BR
Anes

Original comment by anes.lih...@gmail.com on 23 Jun 2009 at 8:46

GoogleCodeExporter commented 8 years ago
I managed to download a track with the svn 203 build. It takes some time, but it
works. I tried it several times. Tonite I will try to figure out how the Gui 
works.

BR
Anes

Original comment by anes.lih...@gmail.com on 24 Jun 2009 at 7:52

GoogleCodeExporter commented 8 years ago
Gui works too. Needed to install Cherrypy 3.1 . 
BR

Original comment by anes.lih...@gmail.com on 29 Jun 2009 at 12:22

GoogleCodeExporter commented 8 years ago

Original comment by spei...@gmail.com on 7 Aug 2009 at 11:00