Home PageFacebookRSS News Feed
PocketGPS
Web
SatNav,GPS,Navigation
Pocket GPS World - SatNavs | GPS | Speed Cameras: Forums

Pocket GPS World :: View topic - Garmin CSV to GPX Converter
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in for private messagesLog in for private messages   Log inLog in 

Garmin CSV to GPX Converter
Goto page Previous  1, 2, 3 ... 60, 61, 62 ... 72, 73, 74  Next
 
Post new topic   Reply to topic    Pocket GPS World Forum Index -> Garmin Portable Navigation Devices
View previous topic :: View next topic  
Author Message
dales
Frequent Visitor


Joined: May 04, 2008
Posts: 752
Location: Knaresborough, North Yorkshire.

PostPosted: Sun Feb 03, 2019 10:30 am    Post subject: Reply with quote

Thanks K.

I get logged-in automatically to PGPSW every time, no problem.

The database check works just fine. It goes green instantaneously and the run commences, but then the run halts after a variable amount of processing has been done.

Yes I download the database with the program.

Dales.
_________________
nuvi 2599LMT-D, oregon 700, basecamp, memory-map.
Back to top
View user's profile Send private message
M8TJT
The Other Tired Old Man
The Other Tired Old Man


Joined: Apr 04, 2006
Posts: 10118
Location: Bexhill, South Sussex, UK

PostPosted: Sun Feb 03, 2019 10:45 am    Post subject: Reply with quote

Kremmen wrote:
There is still an unexpected error if the 'pocketgps_uk_sc.csv' gets accidentally left behind, now trapped, can't hurt.
Yes, I can see that K, but my problem was not with that file, but a 'comments' file that we have been playing with for some time that somehow got into my converter working folder. RED FACE emoicon.
Back to top
View user's profile Send private message
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7036
Location: Reading

PostPosted: Sun Feb 03, 2019 10:53 am    Post subject: Reply with quote

Done, as per above:

Latest version is 3rd Feb 2019.

Version 2019.02.03.81:

**Download CSV Converter (Latest Version) **

The error message produced in the database check area is now more meaningful and will help me determine which part of the module has the error.

The MessageBox also contains a reference to the module location that I need, thanks.
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
dales
Frequent Visitor


Joined: May 04, 2008
Posts: 752
Location: Knaresborough, North Yorkshire.

PostPosted: Sun Feb 03, 2019 11:11 am    Post subject: Reply with quote

New program installed - gives extra error messages !

The usual Error number 5, plus
Unable to match the latest PGPSW database version against the installed version.
Please post this error - Debug - Before PGPSW check.

(As usual, the Direction Converter throws no errors and checks the database OK).

Dales.
_________________
nuvi 2599LMT-D, oregon 700, basecamp, memory-map.
Back to top
View user's profile Send private message
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7036
Location: Reading

PostPosted: Sun Feb 03, 2019 11:20 am    Post subject: Reply with quote

OK let me check any code differences ...........
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7036
Location: Reading

PostPosted: Sun Feb 03, 2019 11:24 am    Post subject: Reply with quote

CSV Converter:

Dim request As WebRequest = WebRequest.Create("https://www.pocketgpsworld.com/modules.php")
Using response As WebResponse = request.GetResponse()
Using reader As New StreamReader(response.GetResponseStream())
Dim responsetext As String = reader.ReadToEnd()
File.WriteAllText(WorkingFolder & "\Latest.txt", responsetext)
End Using
End Using

Direction Converter:

Dim request As WebRequest = WebRequest.Create("https://www.pocketgpsworld.com/modules.php")
Using response As WebResponse = request.GetResponse()
Using reader As New StreamReader(response.GetResponseStream())
Dim responsetext As String = reader.ReadToEnd()
File.WriteAllText(WorkingFolder & "\Latest.txt", responsetext)
End Using
End Using


Identical.......... Hmmm
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
dales
Frequent Visitor


Joined: May 04, 2008
Posts: 752
Location: Knaresborough, North Yorkshire.

PostPosted: Sun Feb 03, 2019 11:49 am    Post subject: Reply with quote

To be clear - the CSV Converter checks my database version immediately, and reports its status (current or out-of-date).

After that, I click the green Process button and processing commences. Some (variable) time later the processing halts, and after a few more seconds it issues the error message described.

So it's not the initial database check that's failing - it's something afterwards.

Dales.
_________________
nuvi 2599LMT-D, oregon 700, basecamp, memory-map.
Back to top
View user's profile Send private message
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7036
Location: Reading

PostPosted: Sun Feb 03, 2019 11:51 am    Post subject: Reply with quote

Can you download and run this version.

More error messages for each instance. I'm looking around TechNet and they all seem to indicate a failed connection.

So does it display the correct 'database current' message at program start or is it only after you perform another action ?
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :


Last edited by Kremmen on Sun Feb 03, 2019 12:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7036
Location: Reading

PostPosted: Sun Feb 03, 2019 12:04 pm    Post subject: Reply with quote

I've spotted a possible candidate for change.

Still test the beta version but I'm going to make a change to the call.
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
dales
Frequent Visitor


Joined: May 04, 2008
Posts: 752
Location: Knaresborough, North Yorkshire.

PostPosted: Sun Feb 03, 2019 12:11 pm    Post subject: Reply with quote

Yes at program start it correctly reports the database status.

The latest version has failed, although it got 80% through, which is further than most attempts.

The error message is as above, except that the last line now reads
Please post this error - Debug - Before using 1.

Dales.

(I've got to go out now for about 3 hours).
_________________
nuvi 2599LMT-D, oregon 700, basecamp, memory-map.
Back to top
View user's profile Send private message
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7036
Location: Reading

PostPosted: Sun Feb 03, 2019 12:22 pm    Post subject: Reply with quote

I think I've found it.

Can you download the latest from the main link:

Latest version is 3rd Feb 2019.

Version 2019.02.03.81:

**Download CSV Converter (Latest Version) **
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
dales
Frequent Visitor


Joined: May 04, 2008
Posts: 752
Location: Knaresborough, North Yorkshire.

PostPosted: Sun Feb 03, 2019 2:19 pm    Post subject: Reply with quote

That's it ! Great stuff.

Many thanks,

Dales.
_________________
nuvi 2599LMT-D, oregon 700, basecamp, memory-map.
Back to top
View user's profile Send private message
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7036
Location: Reading

PostPosted: Sun Feb 03, 2019 2:48 pm    Post subject: Reply with quote

Thumbs Up
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
M8TJT
The Other Tired Old Man
The Other Tired Old Man


Joined: Apr 04, 2006
Posts: 10118
Location: Bexhill, South Sussex, UK

PostPosted: Mon Feb 04, 2019 12:25 am    Post subject: Reply with quote

Then why was I not getting the same or similar error K?
Back to top
View user's profile Send private message
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7036
Location: Reading

PostPosted: Mon Feb 04, 2019 6:13 am    Post subject: Reply with quote

I'm guessing it was an internet speed issue.

The error I found, eventually, would have caused a number of rapid calls to here to get the database date.

I don't know what speed Dales has but I'm on a real 24/4Mbps.

It now only looks for the date on first program load and after you unzip the package. I also had it checking in another module that is frequently called.
_________________
Satnav:
Garmin 2599 LMT-D (Indoor test rig)
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message







Posted: Today    Post subject: Pocket GPS Advertising

Back to top
Display posts from previous:   
Post new topic   Reply to topic    Pocket GPS World Forum Index -> Garmin Portable Navigation Devices All times are GMT + 1 Hour
Goto page Previous  1, 2, 3 ... 60, 61, 62 ... 72, 73, 74  Next
Page 61 of 74

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Make a Donation



CamerAlert Database

Click here for the PocketGPSWorld.com Speed Camera Database

Download Speed Camera Database
22.034 (27 Mar 24)



WORLDWIDE SPEED CAMERA SPOTTERS WANTED!

Click here to submit camera positions to the PocketGPSWorld.com Speed Camera Database


12mth Subscriber memberships awarded every week for verified new camera reports!

Submit Speed Camera Locations Now


CamerAlert Apps



iOS QR Code






Android QR Code







© Terms & Privacy


GPS Shopping