i tried saving a route as GPX the result contains this:
<error>The Cyclopath server encountered an internal error. This is not your fault. The error has been logged, and we will investigate it ASAP. If the problem persists or if you have any questions, please contact us at i...@cyclopath.org.</error>
There are a couple of bugs related to the new route sharing and editing code, likely you stumbled upon one when you tried to save the GPX. Although I can't say for certain what the causes are, I'd recommend making sure every destination has a name (or can find the street name in gray), and that you don't have the route loop back on itself. You should be able to have circular routes. Hopefully, I will have the bugs fixed up by the end of the week or next.
Thanks, Michael Ludwig
On Wed, Mar 7, 2012 at 10:42 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
> i tried saving a route as GPX > the result contains this:
> <error>The Cyclopath server encountered an internal error. This is not > your fault. The error has been logged, and we will investigate it ASAP. If > the problem persists or if you have any questions, please contact us at > i...@cyclopath.org.</error>
> -- > You received this e-mail because you are subscribed to Cyclopath Users. > To post to this group: send e-mail to cyclopath-users@googlegroups.com > To read this group on the Web: > http://groups.google.com/group/cyclopath-users > To unsubscribe: send e-mail to > cyclopath-users+unsubscribe@googlegroups.com
On Wed, Mar 7, 2012 at 11:13 PM, Michael Ludwig <mlud...@cs.umn.edu> wrote: > Hi Toby,
> There are a couple of bugs related to the new route sharing and editing > code, likely you stumbled upon one when you tried to save the GPX. > Although I can't say for certain what the causes are, I'd recommend making > sure every destination has a name (or can find the street name in gray), > and that you don't have the route loop back on itself. You should be able > to have circular routes. Hopefully, I will have the bugs fixed up by the > end of the week or next.
> Thanks, > Michael Ludwig
> On Wed, Mar 7, 2012 at 10:42 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>> i tried saving a route as GPX >> the result contains this:
>> <error>The Cyclopath server encountered an internal error. This is not >> your fault. The error has been logged, and we will investigate it ASAP. If >> the problem persists or if you have any questions, please contact us at >> i...@cyclopath.org.</error>
>> -- >> You received this e-mail because you are subscribed to Cyclopath Users. >> To post to this group: send e-mail to cyclopath-users@googlegroups.com >> To read this group on the Web: >> http://groups.google.com/group/cyclopath-users >> To unsubscribe: send e-mail to >> cyclopath-users+unsubscribe@googlegroups.com
> -- > You received this e-mail because you are subscribed to Cyclopath Users. > To post to this group: send e-mail to cyclopath-users@googlegroups.com > To read this group on the Web: > http://groups.google.com/group/cyclopath-users > To unsubscribe: send e-mail to > cyclopath-users+unsubscribe@googlegroups.com
Michael I created a simple route and saved as GPX. That works. I modified the route, selecting the route and moving it by dragging. Saving as GPX works but is the original route without modifications. Saving the ROUTE and then saving as GPX fails with the GPX giving the "server error".
Unfortunately, I can create a nice route through the GUI, creating a nice turn list and nice map but the GPX function is not working. thank you, Toby
On Thu, Mar 8, 2012 at 6:50 AM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
> Hi michael > As I am preparing a route for Saturday, I will implement your suggestions > today to save a GPX. > thank you, > Toby
> On Wed, Mar 7, 2012 at 11:13 PM, Michael Ludwig <mlud...@cs.umn.edu>wrote:
>> Hi Toby,
>> There are a couple of bugs related to the new route sharing and editing >> code, likely you stumbled upon one when you tried to save the GPX. >> Although I can't say for certain what the causes are, I'd recommend making >> sure every destination has a name (or can find the street name in gray), >> and that you don't have the route loop back on itself. You should be able >> to have circular routes. Hopefully, I will have the bugs fixed up by the >> end of the week or next.
>> Thanks, >> Michael Ludwig
>> On Wed, Mar 7, 2012 at 10:42 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>>> i tried saving a route as GPX >>> the result contains this:
>>> <error>The Cyclopath server encountered an internal error. This is not >>> your fault. The error has been logged, and we will investigate it ASAP. If >>> the problem persists or if you have any questions, please contact us at >>> i...@cyclopath.org.</error>
>>> -- >>> You received this e-mail because you are subscribed to Cyclopath Users. >>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>> To read this group on the Web: >>> http://groups.google.com/group/cyclopath-users >>> To unsubscribe: send e-mail to >>> cyclopath-users+unsubscribe@googlegroups.com
>> -- >> You received this e-mail because you are subscribed to Cyclopath Users. >> To post to this group: send e-mail to cyclopath-users@googlegroups.com >> To read this group on the Web: >> http://groups.google.com/group/cyclopath-users >> To unsubscribe: send e-mail to >> cyclopath-users+unsubscribe@googlegroups.com
I've made a hot fix to the server that should fix the issues. There was a bug handling destinations that were dragged (instead of typing in a specific address). I've tested it on my own routes and on the public Minneapolis Grand Rounds route and they both download successfully with XML content.
Regarding seeing the old route in the GPX before you save it, this is a known limitation to the way we generate the GPX file. In order for Flash to download files, it has to come from the server, so the server generates the GPX using the version of the route it knows about. If you edit the route in Flash, the server won't see those changes until you save it, unfortunately.
Sorry for the inconvenience, and thanks for the bug report!
Michael
On Thu, Mar 8, 2012 at 9:44 AM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
> Michael > I created a simple route and saved as GPX. That works. > I modified the route, selecting the route and moving it by dragging. > Saving as GPX works but is the original route without modifications. > Saving the ROUTE and then saving as GPX fails with the GPX giving the > "server error".
> Unfortunately, I can create a nice route through the GUI, creating a nice > turn list and nice map but the GPX function is not working. > thank you, > Toby
> On Thu, Mar 8, 2012 at 6:50 AM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>> Hi michael >> As I am preparing a route for Saturday, I will implement your suggestions >> today to save a GPX. >> thank you, >> Toby
>> On Wed, Mar 7, 2012 at 11:13 PM, Michael Ludwig <mlud...@cs.umn.edu>wrote:
>>> Hi Toby,
>>> There are a couple of bugs related to the new route sharing and editing >>> code, likely you stumbled upon one when you tried to save the GPX. >>> Although I can't say for certain what the causes are, I'd recommend making >>> sure every destination has a name (or can find the street name in gray), >>> and that you don't have the route loop back on itself. You should be able >>> to have circular routes. Hopefully, I will have the bugs fixed up by the >>> end of the week or next.
>>> Thanks, >>> Michael Ludwig
>>> On Wed, Mar 7, 2012 at 10:42 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>>>> i tried saving a route as GPX >>>> the result contains this:
>>>> <error>The Cyclopath server encountered an internal error. This is not >>>> your fault. The error has been logged, and we will investigate it ASAP. If >>>> the problem persists or if you have any questions, please contact us at >>>> i...@cyclopath.org.</error>
>>>> -- >>>> You received this e-mail because you are subscribed to Cyclopath Users. >>>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>>> To read this group on the Web: >>>> http://groups.google.com/group/cyclopath-users >>>> To unsubscribe: send e-mail to >>>> cyclopath-users+unsubscribe@googlegroups.com
>>> -- >>> You received this e-mail because you are subscribed to Cyclopath Users. >>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>> To read this group on the Web: >>> http://groups.google.com/group/cyclopath-users >>> To unsubscribe: send e-mail to >>> cyclopath-users+unsubscribe@googlegroups.com
> -- > You received this e-mail because you are subscribed to Cyclopath Users. > To post to this group: send e-mail to cyclopath-users@googlegroups.com > To read this group on the Web: > http://groups.google.com/group/cyclopath-users > To unsubscribe: send e-mail to > cyclopath-users+unsubscribe@googlegroups.com
On Thu, Mar 8, 2012 at 11:49 AM, Michael Ludwig <mlud...@cs.umn.edu> wrote: > Toby,
> I've made a hot fix to the server that should fix the issues. There was a > bug handling destinations that were dragged (instead of typing in a > specific address). I've tested it on my own routes and on the public > Minneapolis Grand Rounds route and they both download successfully with XML > content.
> Regarding seeing the old route in the GPX before you save it, this is a > known limitation to the way we generate the GPX file. In order for Flash > to download files, it has to come from the server, so the server generates > the GPX using the version of the route it knows about. If you edit the > route in Flash, the server won't see those changes until you save it, > unfortunately.
> Sorry for the inconvenience, and thanks for the bug report!
> Michael
> On Thu, Mar 8, 2012 at 9:44 AM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>> Michael >> I created a simple route and saved as GPX. That works. >> I modified the route, selecting the route and moving it by dragging. >> Saving as GPX works but is the original route without modifications. >> Saving the ROUTE and then saving as GPX fails with the GPX giving the >> "server error".
>> Unfortunately, I can create a nice route through the GUI, creating a nice >> turn list and nice map but the GPX function is not working. >> thank you, >> Toby
>> On Thu, Mar 8, 2012 at 6:50 AM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>>> Hi michael >>> As I am preparing a route for Saturday, I will implement your >>> suggestions today to save a GPX. >>> thank you, >>> Toby
>>> On Wed, Mar 7, 2012 at 11:13 PM, Michael Ludwig <mlud...@cs.umn.edu>wrote:
>>>> Hi Toby,
>>>> There are a couple of bugs related to the new route sharing and editing >>>> code, likely you stumbled upon one when you tried to save the GPX. >>>> Although I can't say for certain what the causes are, I'd recommend making >>>> sure every destination has a name (or can find the street name in gray), >>>> and that you don't have the route loop back on itself. You should be able >>>> to have circular routes. Hopefully, I will have the bugs fixed up by the >>>> end of the week or next.
>>>> Thanks, >>>> Michael Ludwig
>>>> On Wed, Mar 7, 2012 at 10:42 PM, Toby Markowitz <tobymarkow...@ieee.org >>>> > wrote:
>>>>> i tried saving a route as GPX >>>>> the result contains this:
>>>>> <error>The Cyclopath server encountered an internal error. This is not >>>>> your fault. The error has been logged, and we will investigate it ASAP. If >>>>> the problem persists or if you have any questions, please contact us at >>>>> i...@cyclopath.org.</error>
>>>>> -- >>>>> You received this e-mail because you are subscribed to Cyclopath Users. >>>>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>>>> To read this group on the Web: >>>>> http://groups.google.com/group/cyclopath-users >>>>> To unsubscribe: send e-mail to >>>>> cyclopath-users+unsubscribe@googlegroups.com
>>>> -- >>>> You received this e-mail because you are subscribed to Cyclopath Users. >>>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>>> To read this group on the Web: >>>> http://groups.google.com/group/cyclopath-users >>>> To unsubscribe: send e-mail to >>>> cyclopath-users+unsubscribe@googlegroups.com
>> -- >> You received this e-mail because you are subscribed to Cyclopath Users. >> To post to this group: send e-mail to cyclopath-users@googlegroups.com >> To read this group on the Web: >> http://groups.google.com/group/cyclopath-users >> To unsubscribe: send e-mail to >> cyclopath-users+unsubscribe@googlegroups.com
> -- > You received this e-mail because you are subscribed to Cyclopath Users. > To post to this group: send e-mail to cyclopath-users@googlegroups.com > To read this group on the Web: > http://groups.google.com/group/cyclopath-users > To unsubscribe: send e-mail to > cyclopath-users+unsubscribe@googlegroups.com
Michael Editing a saved, shared route, however, is a problem. The system does not respond or says it is saving with numbers like 84-94% done but never finishes and does not appear to be working on the revision. At this point, it is not useful as editing is not functioning. Toby
On Thu, Mar 8, 2012 at 12:25 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
> Michael > thank you. That appears to be a remedy. > Toby
> On Thu, Mar 8, 2012 at 11:49 AM, Michael Ludwig <mlud...@cs.umn.edu>wrote:
>> Toby,
>> I've made a hot fix to the server that should fix the issues. There was >> a bug handling destinations that were dragged (instead of typing in a >> specific address). I've tested it on my own routes and on the public >> Minneapolis Grand Rounds route and they both download successfully with XML >> content.
>> Regarding seeing the old route in the GPX before you save it, this is a >> known limitation to the way we generate the GPX file. In order for Flash >> to download files, it has to come from the server, so the server generates >> the GPX using the version of the route it knows about. If you edit the >> route in Flash, the server won't see those changes until you save it, >> unfortunately.
>> Sorry for the inconvenience, and thanks for the bug report!
>> Michael
>> On Thu, Mar 8, 2012 at 9:44 AM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>>> Michael >>> I created a simple route and saved as GPX. That works. >>> I modified the route, selecting the route and moving it by dragging. >>> Saving as GPX works but is the original route without modifications. >>> Saving the ROUTE and then saving as GPX fails with the GPX giving the >>> "server error".
>>> Unfortunately, I can create a nice route through the GUI, creating a >>> nice turn list and nice map but the GPX function is not working. >>> thank you, >>> Toby
>>> On Thu, Mar 8, 2012 at 6:50 AM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>>>> Hi michael >>>> As I am preparing a route for Saturday, I will implement your >>>> suggestions today to save a GPX. >>>> thank you, >>>> Toby
>>>> On Wed, Mar 7, 2012 at 11:13 PM, Michael Ludwig <mlud...@cs.umn.edu>wrote:
>>>>> Hi Toby,
>>>>> There are a couple of bugs related to the new route sharing and >>>>> editing code, likely you stumbled upon one when you tried to save the GPX. >>>>> Although I can't say for certain what the causes are, I'd recommend making >>>>> sure every destination has a name (or can find the street name in gray), >>>>> and that you don't have the route loop back on itself. You should be able >>>>> to have circular routes. Hopefully, I will have the bugs fixed up by the >>>>> end of the week or next.
>>>>> Thanks, >>>>> Michael Ludwig
>>>>> On Wed, Mar 7, 2012 at 10:42 PM, Toby Markowitz < >>>>> tobymarkow...@ieee.org> wrote:
>>>>>> i tried saving a route as GPX >>>>>> the result contains this:
>>>>>> <error>The Cyclopath server encountered an internal error. This is >>>>>> not your fault. The error has been logged, and we will investigate it ASAP. >>>>>> If the problem persists or if you have any questions, please contact us at >>>>>> i...@cyclopath.org.</error>
>>>>>> -- >>>>>> You received this e-mail because you are subscribed to Cyclopath >>>>>> Users. >>>>>> To post to this group: send e-mail to >>>>>> cyclopath-users@googlegroups.com >>>>>> To read this group on the Web: >>>>>> http://groups.google.com/group/cyclopath-users >>>>>> To unsubscribe: send e-mail to >>>>>> cyclopath-users+unsubscribe@googlegroups.com
>>>>> -- >>>>> You received this e-mail because you are subscribed to Cyclopath Users. >>>>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>>>> To read this group on the Web: >>>>> http://groups.google.com/group/cyclopath-users >>>>> To unsubscribe: send e-mail to >>>>> cyclopath-users+unsubscribe@googlegroups.com
>>> -- >>> You received this e-mail because you are subscribed to Cyclopath Users. >>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>> To read this group on the Web: >>> http://groups.google.com/group/cyclopath-users >>> To unsubscribe: send e-mail to >>> cyclopath-users+unsubscribe@googlegroups.com
>> -- >> You received this e-mail because you are subscribed to Cyclopath Users. >> To post to this group: send e-mail to cyclopath-users@googlegroups.com >> To read this group on the Web: >> http://groups.google.com/group/cyclopath-users >> To unsubscribe: send e-mail to >> cyclopath-users+unsubscribe@googlegroups.com
Does this happen all the time? Are the 84-94% numbers being displayed on the left after you make an edit? Or is it the progress bar when trying to save your edits? If you can reproduce it, a screen shot would be really helpful to me for debugging.
Thanks, Michael
On Thu, Mar 8, 2012 at 3:32 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
> Michael > Editing a saved, shared route, however, is a problem. The system does not > respond or says it is saving with numbers like 84-94% done but never > finishes and does not appear to be working on the revision. At this point, > it is not useful as editing is not functioning. > Toby
> On Thu, Mar 8, 2012 at 12:25 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>> Michael >> thank you. That appears to be a remedy. >> Toby
>> On Thu, Mar 8, 2012 at 11:49 AM, Michael Ludwig <mlud...@cs.umn.edu>wrote:
>>> Toby,
>>> I've made a hot fix to the server that should fix the issues. There was >>> a bug handling destinations that were dragged (instead of typing in a >>> specific address). I've tested it on my own routes and on the public >>> Minneapolis Grand Rounds route and they both download successfully with XML >>> content.
>>> Regarding seeing the old route in the GPX before you save it, this is a >>> known limitation to the way we generate the GPX file. In order for Flash >>> to download files, it has to come from the server, so the server generates >>> the GPX using the version of the route it knows about. If you edit the >>> route in Flash, the server won't see those changes until you save it, >>> unfortunately.
>>> Sorry for the inconvenience, and thanks for the bug report!
>>> Michael
>>> On Thu, Mar 8, 2012 at 9:44 AM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>>>> Michael >>>> I created a simple route and saved as GPX. That works. >>>> I modified the route, selecting the route and moving it by dragging. >>>> Saving as GPX works but is the original route without modifications. >>>> Saving the ROUTE and then saving as GPX fails with the GPX giving the >>>> "server error".
>>>> Unfortunately, I can create a nice route through the GUI, creating a >>>> nice turn list and nice map but the GPX function is not working. >>>> thank you, >>>> Toby
>>>> On Thu, Mar 8, 2012 at 6:50 AM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>>>>> Hi michael >>>>> As I am preparing a route for Saturday, I will implement your >>>>> suggestions today to save a GPX. >>>>> thank you, >>>>> Toby
>>>>> On Wed, Mar 7, 2012 at 11:13 PM, Michael Ludwig <mlud...@cs.umn.edu>wrote:
>>>>>> Hi Toby,
>>>>>> There are a couple of bugs related to the new route sharing and >>>>>> editing code, likely you stumbled upon one when you tried to save the GPX. >>>>>> Although I can't say for certain what the causes are, I'd recommend making >>>>>> sure every destination has a name (or can find the street name in gray), >>>>>> and that you don't have the route loop back on itself. You should be able >>>>>> to have circular routes. Hopefully, I will have the bugs fixed up by the >>>>>> end of the week or next.
>>>>>> Thanks, >>>>>> Michael Ludwig
>>>>>> On Wed, Mar 7, 2012 at 10:42 PM, Toby Markowitz < >>>>>> tobymarkow...@ieee.org> wrote:
>>>>>>> i tried saving a route as GPX >>>>>>> the result contains this:
>>>>>>> <error>The Cyclopath server encountered an internal error. This is >>>>>>> not your fault. The error has been logged, and we will investigate it ASAP. >>>>>>> If the problem persists or if you have any questions, please contact us at >>>>>>> i...@cyclopath.org.</error>
>>>>>>> -- >>>>>>> You received this e-mail because you are subscribed to Cyclopath >>>>>>> Users. >>>>>>> To post to this group: send e-mail to >>>>>>> cyclopath-users@googlegroups.com >>>>>>> To read this group on the Web: >>>>>>> http://groups.google.com/group/cyclopath-users >>>>>>> To unsubscribe: send e-mail to >>>>>>> cyclopath-users+unsubscribe@googlegroups.com
>>>>>> -- >>>>>> You received this e-mail because you are subscribed to Cyclopath >>>>>> Users. >>>>>> To post to this group: send e-mail to >>>>>> cyclopath-users@googlegroups.com >>>>>> To read this group on the Web: >>>>>> http://groups.google.com/group/cyclopath-users >>>>>> To unsubscribe: send e-mail to >>>>>> cyclopath-users+unsubscribe@googlegroups.com
>>>> -- >>>> You received this e-mail because you are subscribed to Cyclopath Users. >>>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>>> To read this group on the Web: >>>> http://groups.google.com/group/cyclopath-users >>>> To unsubscribe: send e-mail to >>>> cyclopath-users+unsubscribe@googlegroups.com
>>> -- >>> You received this e-mail because you are subscribed to Cyclopath Users. >>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>> To read this group on the Web: >>> http://groups.google.com/group/cyclopath-users >>> To unsubscribe: send e-mail to >>> cyclopath-users+unsubscribe@googlegroups.com
> -- > You received this e-mail because you are subscribed to Cyclopath Users. > To post to this group: send e-mail to cyclopath-users@googlegroups.com > To read this group on the Web: > http://groups.google.com/group/cyclopath-users > To unsubscribe: send e-mail to > cyclopath-users+unsubscribe@googlegroups.com
it is the numbers in the upper left. I will grab something but for now had to abandon Cpath as I have spent way too much time on this and need to prepare my route .. I will give you a more complete report so you can reproduce it. thanks toby
On Thu, Mar 8, 2012 at 4:00 PM, Michael Ludwig <mlud...@cs.umn.edu> wrote: > Does this happen all the time? Are the 84-94% numbers being displayed on > the left after you make an edit? Or is it the progress bar when trying to > save your edits? If you can reproduce it, a screen shot would be really > helpful to me for debugging.
> Thanks, > Michael
> On Thu, Mar 8, 2012 at 3:32 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>> Michael >> Editing a saved, shared route, however, is a problem. The system does >> not respond or says it is saving with numbers like 84-94% done but never >> finishes and does not appear to be working on the revision. At this point, >> it is not useful as editing is not functioning. >> Toby
>> On Thu, Mar 8, 2012 at 12:25 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>>> Michael >>> thank you. That appears to be a remedy. >>> Toby
>>> On Thu, Mar 8, 2012 at 11:49 AM, Michael Ludwig <mlud...@cs.umn.edu>wrote:
>>>> Toby,
>>>> I've made a hot fix to the server that should fix the issues. There >>>> was a bug handling destinations that were dragged (instead of typing in a >>>> specific address). I've tested it on my own routes and on the public >>>> Minneapolis Grand Rounds route and they both download successfully with XML >>>> content.
>>>> Regarding seeing the old route in the GPX before you save it, this is a >>>> known limitation to the way we generate the GPX file. In order for Flash >>>> to download files, it has to come from the server, so the server generates >>>> the GPX using the version of the route it knows about. If you edit the >>>> route in Flash, the server won't see those changes until you save it, >>>> unfortunately.
>>>> Sorry for the inconvenience, and thanks for the bug report!
>>>> Michael
>>>> On Thu, Mar 8, 2012 at 9:44 AM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>>>>> Michael >>>>> I created a simple route and saved as GPX. That works. >>>>> I modified the route, selecting the route and moving it by dragging. >>>>> Saving as GPX works but is the original route without modifications. >>>>> Saving the ROUTE and then saving as GPX fails with the GPX giving >>>>> the "server error".
>>>>> Unfortunately, I can create a nice route through the GUI, creating a >>>>> nice turn list and nice map but the GPX function is not working. >>>>> thank you, >>>>> Toby
>>>>> On Thu, Mar 8, 2012 at 6:50 AM, Toby Markowitz <tobymarkow...@ieee.org >>>>> > wrote:
>>>>>> Hi michael >>>>>> As I am preparing a route for Saturday, I will implement your >>>>>> suggestions today to save a GPX. >>>>>> thank you, >>>>>> Toby
>>>>>> On Wed, Mar 7, 2012 at 11:13 PM, Michael Ludwig <mlud...@cs.umn.edu>wrote:
>>>>>>> Hi Toby,
>>>>>>> There are a couple of bugs related to the new route sharing and >>>>>>> editing code, likely you stumbled upon one when you tried to save the GPX. >>>>>>> Although I can't say for certain what the causes are, I'd recommend making >>>>>>> sure every destination has a name (or can find the street name in gray), >>>>>>> and that you don't have the route loop back on itself. You should be able >>>>>>> to have circular routes. Hopefully, I will have the bugs fixed up by the >>>>>>> end of the week or next.
>>>>>>> Thanks, >>>>>>> Michael Ludwig
>>>>>>> On Wed, Mar 7, 2012 at 10:42 PM, Toby Markowitz < >>>>>>> tobymarkow...@ieee.org> wrote:
>>>>>>>> i tried saving a route as GPX >>>>>>>> the result contains this:
>>>>>>>> <error>The Cyclopath server encountered an internal error. This is >>>>>>>> not your fault. The error has been logged, and we will investigate it ASAP. >>>>>>>> If the problem persists or if you have any questions, please contact us at >>>>>>>> i...@cyclopath.org.</error>
>>>>>>>> -- >>>>>>>> You received this e-mail because you are subscribed to Cyclopath >>>>>>>> Users. >>>>>>>> To post to this group: send e-mail to >>>>>>>> cyclopath-users@googlegroups.com >>>>>>>> To read this group on the Web: >>>>>>>> http://groups.google.com/group/cyclopath-users >>>>>>>> To unsubscribe: send e-mail to >>>>>>>> cyclopath-users+unsubscribe@googlegroups.com
>>>>>>> -- >>>>>>> You received this e-mail because you are subscribed to Cyclopath >>>>>>> Users. >>>>>>> To post to this group: send e-mail to >>>>>>> cyclopath-users@googlegroups.com >>>>>>> To read this group on the Web: >>>>>>> http://groups.google.com/group/cyclopath-users >>>>>>> To unsubscribe: send e-mail to >>>>>>> cyclopath-users+unsubscribe@googlegroups.com
>>>>> -- >>>>> You received this e-mail because you are subscribed to Cyclopath Users. >>>>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>>>> To read this group on the Web: >>>>> http://groups.google.com/group/cyclopath-users >>>>> To unsubscribe: send e-mail to >>>>> cyclopath-users+unsubscribe@googlegroups.com
>>>> -- >>>> You received this e-mail because you are subscribed to Cyclopath Users. >>>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>>> To read this group on the Web: >>>> http://groups.google.com/group/cyclopath-users >>>> To unsubscribe: send e-mail to >>>> cyclopath-users+unsubscribe@googlegroups.com
>> -- >> You received this e-mail because you are subscribed to Cyclopath Users. >> To post to this group: send e-mail to cyclopath-users@googlegroups.com >> To read this group on the Web: >> http://groups.google.com/group/cyclopath-users >> To unsubscribe: send e-mail to >> cyclopath-users+unsubscribe@googlegroups.com
> -- > You received this e-mail because you are subscribed to Cyclopath Users. > To post to this group: send e-mail to cyclopath-users@googlegroups.com > To read this group on the Web: > http://groups.google.com/group/cyclopath-users > To unsubscribe: send e-mail to > cyclopath-users+unsubscribe@googlegroups.com
I'm sorry we weren't able to get it working for you in time for your route planning.
This sounds like a very infrequent bug I saw while developing. Unfortunately I could never easily reproduce it during testing so it didn't get solved. I recall being able to use the 'Undo' button to go back to a state where it still worked and try to reproduce my edits and that would fix it.
I looked into our route log and was unable to find any reported errors in the server, which means the route computations for your edits were not failing; the error was happening within the Flash application.
-Michael
On Thu, Mar 8, 2012 at 4:14 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
> it is the numbers in the upper left. I will grab something but for now > had to abandon Cpath as I have spent way too much time on this and need to > prepare my route .. I will give you a more complete report so you can > reproduce it. > thanks > toby
> On Thu, Mar 8, 2012 at 4:00 PM, Michael Ludwig <mlud...@cs.umn.edu> wrote:
>> Does this happen all the time? Are the 84-94% numbers being displayed on >> the left after you make an edit? Or is it the progress bar when trying to >> save your edits? If you can reproduce it, a screen shot would be really >> helpful to me for debugging.
>> Thanks, >> Michael
>> On Thu, Mar 8, 2012 at 3:32 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>>> Michael >>> Editing a saved, shared route, however, is a problem. The system does >>> not respond or says it is saving with numbers like 84-94% done but never >>> finishes and does not appear to be working on the revision. At this point, >>> it is not useful as editing is not functioning. >>> Toby
>>> On Thu, Mar 8, 2012 at 12:25 PM, Toby Markowitz <tobymarkow...@ieee.org>wrote:
>>>> Michael >>>> thank you. That appears to be a remedy. >>>> Toby
>>>> On Thu, Mar 8, 2012 at 11:49 AM, Michael Ludwig <mlud...@cs.umn.edu>wrote:
>>>>> Toby,
>>>>> I've made a hot fix to the server that should fix the issues. There >>>>> was a bug handling destinations that were dragged (instead of typing in a >>>>> specific address). I've tested it on my own routes and on the public >>>>> Minneapolis Grand Rounds route and they both download successfully with XML >>>>> content.
>>>>> Regarding seeing the old route in the GPX before you save it, this is >>>>> a known limitation to the way we generate the GPX file. In order for Flash >>>>> to download files, it has to come from the server, so the server generates >>>>> the GPX using the version of the route it knows about. If you edit the >>>>> route in Flash, the server won't see those changes until you save it, >>>>> unfortunately.
>>>>> Sorry for the inconvenience, and thanks for the bug report!
>>>>> Michael
>>>>> On Thu, Mar 8, 2012 at 9:44 AM, Toby Markowitz <tobymarkow...@ieee.org >>>>> > wrote:
>>>>>> Michael >>>>>> I created a simple route and saved as GPX. That works. >>>>>> I modified the route, selecting the route and moving it by dragging. >>>>>> Saving as GPX works but is the original route without modifications. >>>>>> Saving the ROUTE and then saving as GPX fails with the GPX giving >>>>>> the "server error".
>>>>>> Unfortunately, I can create a nice route through the GUI, creating a >>>>>> nice turn list and nice map but the GPX function is not working. >>>>>> thank you, >>>>>> Toby
>>>>>> On Thu, Mar 8, 2012 at 6:50 AM, Toby Markowitz < >>>>>> tobymarkow...@ieee.org> wrote:
>>>>>>> Hi michael >>>>>>> As I am preparing a route for Saturday, I will implement your >>>>>>> suggestions today to save a GPX. >>>>>>> thank you, >>>>>>> Toby
>>>>>>> On Wed, Mar 7, 2012 at 11:13 PM, Michael Ludwig <mlud...@cs.umn.edu>wrote:
>>>>>>>> Hi Toby,
>>>>>>>> There are a couple of bugs related to the new route sharing and >>>>>>>> editing code, likely you stumbled upon one when you tried to save the GPX. >>>>>>>> Although I can't say for certain what the causes are, I'd recommend making >>>>>>>> sure every destination has a name (or can find the street name in gray), >>>>>>>> and that you don't have the route loop back on itself. You should be able >>>>>>>> to have circular routes. Hopefully, I will have the bugs fixed up by the >>>>>>>> end of the week or next.
>>>>>>>> Thanks, >>>>>>>> Michael Ludwig
>>>>>>>> On Wed, Mar 7, 2012 at 10:42 PM, Toby Markowitz < >>>>>>>> tobymarkow...@ieee.org> wrote:
>>>>>>>>> i tried saving a route as GPX >>>>>>>>> the result contains this:
>>>>>>>>> <error>The Cyclopath server encountered an internal error. This is >>>>>>>>> not your fault. The error has been logged, and we will investigate it ASAP. >>>>>>>>> If the problem persists or if you have any questions, please contact us at >>>>>>>>> i...@cyclopath.org.</error>
>>>>>>>>> -- >>>>>>>>> You received this e-mail because you are subscribed to Cyclopath >>>>>>>>> Users. >>>>>>>>> To post to this group: send e-mail to >>>>>>>>> cyclopath-users@googlegroups.com >>>>>>>>> To read this group on the Web: >>>>>>>>> http://groups.google.com/group/cyclopath-users >>>>>>>>> To unsubscribe: send e-mail to >>>>>>>>> cyclopath-users+unsubscribe@googlegroups.com
>>>>>>>> -- >>>>>>>> You received this e-mail because you are subscribed to Cyclopath >>>>>>>> Users. >>>>>>>> To post to this group: send e-mail to >>>>>>>> cyclopath-users@googlegroups.com >>>>>>>> To read this group on the Web: >>>>>>>> http://groups.google.com/group/cyclopath-users >>>>>>>> To unsubscribe: send e-mail to >>>>>>>> cyclopath-users+unsubscribe@googlegroups.com
>>>>>> -- >>>>>> You received this e-mail because you are subscribed to Cyclopath >>>>>> Users. >>>>>> To post to this group: send e-mail to >>>>>> cyclopath-users@googlegroups.com >>>>>> To read this group on the Web: >>>>>> http://groups.google.com/group/cyclopath-users >>>>>> To unsubscribe: send e-mail to >>>>>> cyclopath-users+unsubscribe@googlegroups.com
>>>>> -- >>>>> You received this e-mail because you are subscribed to Cyclopath Users. >>>>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>>>> To read this group on the Web: >>>>> http://groups.google.com/group/cyclopath-users >>>>> To unsubscribe: send e-mail to >>>>> cyclopath-users+unsubscribe@googlegroups.com
>>> -- >>> You received this e-mail because you are subscribed to Cyclopath Users. >>> To post to this group: send e-mail to cyclopath-users@googlegroups.com >>> To read this group on the Web: >>> http://groups.google.com/group/cyclopath-users >>> To unsubscribe: send e-mail to >>> cyclopath-users+unsubscribe@googlegroups.com
>> -- >> You received this e-mail because you are subscribed to Cyclopath Users. >> To post to this group: send e-mail to cyclopath-users@googlegroups.com >> To read this group on the Web: >> http://groups.google.com/group/cyclopath-users >> To unsubscribe: send e-mail to >> cyclopath-users+unsubscribe@googlegroups.com
> -- > You received this e-mail because you are subscribed to Cyclopath Users. > To post to this group: send e-mail to cyclopath-users@googlegroups.com > To read this group on the Web: > http://groups.google.com/group/cyclopath-users > To unsubscribe: send e-mail to > cyclopath-users+unsubscribe@googlegroups.com