Hi, > I just noticed this issue appears to be the same as the unresolved > thread from January 9 titled "Not importing data from forerunner 305". > That discussion seemed to fizzle out so it would be good if we can get > some more help to debug this issue.
Yes, it looks pretty similar. > On 15 February 2012 22:46, Nathan Jones <nat...@ncjones.com> wrote: >> Hi Laura, >> >> I don't use a GPS device so I am not familiar with the GPS integration >> but I can try to help. Can you send the export files of the >> problematic workouts? Then I can attempt to reproduce your issue using >> the file import function. >> >> Does anyone else have any ideas about this problem? >> >> - Nathan >> >> On 13 February 2012 17:26, Laura Wytrykush <laura.wytryk...@gmail.com> wrote: >>> Hello, >>> >>> I am having issues getting data from my Garmin 305. Used to work >>> fine, now is not working at all; I get the beep to indicate >>> connection, and the 305 says "transfer complete" but workouts don't >>> seem to upload. Some workouts in January uploaded, but I have a day >>> with 2 workouts in February that refuses to load. Attached the debug >>> run file. >From what I see in log file provided, it seems you have already those activities stored and therefore pytrainer doesn't import them: ... DEBUG:root:Found: 2012-02-11T14:10:22Z <= 2012-02-11T14:10:22Z <= 2012-02-11 14:13:37 DEBUG:root:/home/lgw/.pytrainer/tmp/2012/02/20120211T071022.dump already present. Skipping import. ... DEBUG:root:Found: 2012-02-11T16:46:29Z <= 2012-02-11T16:46:29Z <= 2012-02-11 16:49:44 DEBUG:root:/home/lgw/.pytrainer/tmp/2012/02/20120211T094629.dump already present. Skipping import. ... INFO:root:Entries to import: 0 ... DEBUG:root:Plugin returned 0 files Maybe you got your pytrainer's database corrupted somehow. You would probably run sqlite (default option), so please try the following from command line to check that workouts from the day you mentioned (2012-02-11?, change it in the query if other) are already present in database: $ sqlite3 ~/.pytrainer/pytrainer.ddbb sqlite> select * from records where date == '2012-02-11'; If statement above returns nothing, then we will need further investigation. But if it shows a couple of lines, then you have these activities already stored and it makes sense that pytrainer refuses to import them; the question would be why don't you see them displayed. First field on the left ('|' as separator) is record_id, so files corresponding to those database entries are located under ~/.pytrainer/gpx/<record_id>.gpx. Are they there?, do they look fine?. Perhaps there was a problem when importing them. >>> oh, and I'm a total linux noob. :) Running pytrainer 1.9.1 on Ubuntu >>> 10.10, since 11.04 doesn't support drivers for my monitor! :) Unfortunately can't provide much support there, good luck! ;) Regards, David ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Pytrainer-devel mailing list Pytrainer-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pytrainer-devel