View previous topic :: View next topic |
Author |
Message |
dales Frequent Visitor
Joined: May 04, 2008 Posts: 754 Location: Knaresborough, North Yorkshire.
|
Posted: Sun Feb 03, 2019 10:30 am Post subject: |
|
|
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 |
|
|
M8TJT The Other Tired Old Man
Joined: Apr 04, 2006 Posts: 10118 Location: Bexhill, South Sussex, UK
|
Posted: Sun Feb 03, 2019 10:45 am Post subject: |
|
|
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 |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7123 Location: Reading
|
Posted: Sun Feb 03, 2019 10:53 am Post subject: |
|
|
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. _________________ DashCam:
Viofo A119 V3 |
|
Back to top |
|
|
dales Frequent Visitor
Joined: May 04, 2008 Posts: 754 Location: Knaresborough, North Yorkshire.
|
Posted: Sun Feb 03, 2019 11:11 am Post subject: |
|
|
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 |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7123 Location: Reading
|
Posted: Sun Feb 03, 2019 11:20 am Post subject: |
|
|
OK let me check any code differences ........... _________________ DashCam:
Viofo A119 V3 |
|
Back to top |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7123 Location: Reading
|
Posted: Sun Feb 03, 2019 11:24 am Post subject: |
|
|
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 _________________ DashCam:
Viofo A119 V3 |
|
Back to top |
|
|
dales Frequent Visitor
Joined: May 04, 2008 Posts: 754 Location: Knaresborough, North Yorkshire.
|
Posted: Sun Feb 03, 2019 11:49 am Post subject: |
|
|
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 |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7123 Location: Reading
|
Posted: Sun Feb 03, 2019 11:51 am Post subject: |
|
|
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 ? _________________ DashCam:
Viofo A119 V3
Last edited by Kremmen on Sun Feb 03, 2019 12:38 pm; edited 1 time in total |
|
Back to top |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7123 Location: Reading
|
Posted: Sun Feb 03, 2019 12:04 pm Post subject: |
|
|
I've spotted a possible candidate for change.
Still test the beta version but I'm going to make a change to the call. _________________ DashCam:
Viofo A119 V3 |
|
Back to top |
|
|
dales Frequent Visitor
Joined: May 04, 2008 Posts: 754 Location: Knaresborough, North Yorkshire.
|
Posted: Sun Feb 03, 2019 12:11 pm Post subject: |
|
|
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 |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7123 Location: Reading
|
Posted: Sun Feb 03, 2019 12:22 pm Post subject: |
|
|
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) ** _________________ DashCam:
Viofo A119 V3 |
|
Back to top |
|
|
dales Frequent Visitor
Joined: May 04, 2008 Posts: 754 Location: Knaresborough, North Yorkshire.
|
Posted: Sun Feb 03, 2019 2:19 pm Post subject: |
|
|
That's it ! Great stuff.
Many thanks,
Dales. _________________ nuvi 2599LMT-D, oregon 700, basecamp, memory-map. |
|
Back to top |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7123 Location: Reading
|
Posted: Sun Feb 03, 2019 2:48 pm Post subject: |
|
|
_________________ DashCam:
Viofo A119 V3 |
|
Back to top |
|
|
M8TJT The Other Tired Old Man
Joined: Apr 04, 2006 Posts: 10118 Location: Bexhill, South Sussex, UK
|
Posted: Mon Feb 04, 2019 12:25 am Post subject: |
|
|
Then why was I not getting the same or similar error K? |
|
Back to top |
|
|
Kremmen Pocket GPS Verifier
Joined: Mar 03, 2006 Posts: 7123 Location: Reading
|
Posted: Mon Feb 04, 2019 6:13 am Post subject: |
|
|
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. _________________ DashCam:
Viofo A119 V3 |
|
Back to top |
|
|
|
Posted: Today Post subject: Pocket GPS Advertising |
|
|
We see you’re using an ad-blocker. We’re fine with that and won’t stop you visiting the site.
Have you considered making a donation towards website running costs?. Or you could disable your ad-blocker for this site. We think you’ll find our adverts are not overbearing!
|
|
Back to top |
|
|
|