Re: [sage-devel] trac internal error on making a new ticket

2021-02-26 Thread Dima Pasechnik
On Fri, 26 Feb 2021, 16:59 E. Madison Bray,  wrote:

> Ok, it is fixed and re-deployed:
>
> https://github.com/sagemath/sage_trac_plugin/commit/1ff66702f0f1a10a2cca50e9a728493d6ced791e


thanks!

>
>
> On Fri, Feb 26, 2021 at 5:31 PM E. Madison Bray 
> wrote:
> >
> > Let me save you guys some time and say I deployed a new version of the
> sage_trac plug-in today. It worked on all my tests but apparently there is
> a weird case where it doesn't.
> >
> > On Fri, Feb 26, 2021, 16:46 Dima Pasechnik  wrote:
> >>
> >>
> >>
> >> On Fri, 26 Feb 2021, 15:42 John Cremona, 
> wrote:
> >>>
> >>> On Fri, 26 Feb 2021 at 15:33, Dima Pasechnik 
> wrote:
> >>> >
> >>> > open a gitlab or github issue
> >>>
> >>> Do you mean here:  https://github.com/sagemath/sage/issues ?
> >>
> >>
> >> yes - or in a fork
> >>>
> >>>
> >>>
> >>>
> >>> John
> >>>
> >>>
> >>> >
> >>> > it feels like a good day to finally abandon this tzores and migrate
> to something working without constant hassle, and which is not a money sink.
> >>> >
> >>> > CNRS, ping?
> >>> >
> >>> >
> >>> > On Fri, 26 Feb 2021, 15:26 John Cremona, 
> wrote:
> >>> >>
> >>> >> Too bad, I'll just have to start the weekend early!   By now I have
> >>> >> nearly forgotten what ticket I wanted to open anyway...
> >>> >>
> >>> >> John
> >>> >>
> >>> >> On Fri, 26 Feb 2021 at 14:56, Dima Pasechnik 
> wrote:
> >>> >> >
> >>> >> > On Fri, Feb 26, 2021 at 11:55 AM John Cremona <
> john.crem...@gmail.com> wrote:
> >>> >> > >
> >>> >> > > https://trac.sagemath.org/newticket  now raises an error:
> >>> >> > >
> >>> >> > > Trac detected an internal error:
> >>> >> > > KeyError: u'ticket_branch'
> >>> >> >
> >>> >> > reboot did not help. :-(
> >>> >> >
> >>> >> > The earliest such an error from log (they all look the same)
> >>> >> >
> >>> >> > KeyError: u'ticket_branch'
> >>> >> > 2021-02-26 10:19:24,568 Trac[main] ERROR: Internal Server Error:
> >>> >> > Traceback (most recent call last):
> >>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py",
> line
> >>> >> > 587, in _dispatch_request
> >>> >> > dispatcher.dispatch(req)
> >>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py",
> line
> >>> >> > 266, in dispatch
> >>> >> > iterable=chrome.use_chunked_encoding)
> >>> >> >   File
> "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
> >>> >> > line 1112, in render_template
> >>> >> > stream |= self._filter_stream(req, method, filename, stream,
> data)
> >>> >> >   File "/usr/local/lib/python2.7/dist-packages/genshi/core.py",
> line
> >>> >> > 133, in __or__
> >>> >> > return Stream(_ensure(function(self)),
> serializer=self.serializer)
> >>> >> >   File
> "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
> >>> >> > line 1398, in inner
> >>> >> > data)
> >>> >> >   File
> "/usr/local/lib/python2.7/dist-packages/sage_trac/ticket_box.py",
> >>> >> > line 155, in filter_stream
> >>> >> > link_url = status_badge['link_url'].format(**format_vars)
> >>> >> > KeyError: u'ticket_branch'
> >>> >> >
> >>> >> >
> >>> >> >
> >>> >> >
> >>> >> > >
> >>> >> > > John
> >>> >> > >
> >>> >> > > --
> >>> >> > > You received this message because you are subscribed to the
> Google Groups "sage-devel" group.
> >>> >> > > To unsubscribe from this group and stop receiving emails from
> it, send an email to sage-devel+unsubscr...@googlegroups.com.
> >>> >> > > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAD0p0K5yGL3P6DFuPjQbDuMXHnvPxL1hwW3%2Bs%3Dc94vLOkW7FzQ%40mail.gmail.com
> .
> >>> >> >
> >>> >> > --
> >>> >> > You received this message because you are subscribed to the
> Google Groups "sage-devel" group.
> >>> >> > To unsubscribe from this group and stop receiving emails from it,
> send an email to sage-devel+unsubscr...@googlegroups.com.
> >>> >> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAAWYfq2%2BAVfzvsMEZKHd3B9%3Dy3cbhvY-S9hMfrVw26BMsstqBg%40mail.gmail.com
> .
> >>> >>
> >>> >> --
> >>> >> You received this message because you are subscribed to the Google
> Groups "sage-devel" group.
> >>> >> To unsubscribe from this group and stop receiving emails from it,
> send an email to sage-devel+unsubscr...@googlegroups.com.
> >>> >> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAD0p0K4WhKnBNMi7HGMoDMbUGQ9YSdkmt1XgSpV7RQ2g6CoYNg%40mail.gmail.com
> .
> >>> >
> >>> > --
> >>> > You received this message because you are subscribed to the Google
> Groups "sage-devel" group.
> >>> > To unsubscribe from this group and stop receiving emails from it,
> send an email to sage-devel+unsubscr...@googlegroups.com.
> >>> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAAWYfq23OVu68OcLmPFJ7qa-CmAX%2B8pTSLyvGDTBXJPD%3DfUaig%40mail.gmail.com
> .
> >>>
> >>> --
> >>> You received this message because you are subscribed to the Google
> Groups "sage-devel" group.
> >>> 

Re: [sage-devel] trac internal error on making a new ticket

2021-02-26 Thread John Cremona
On Fri, 26 Feb 2021 at 16:59, E. Madison Bray  wrote:
>
> Ok, it is fixed and re-deployed:
> https://github.com/sagemath/sage_trac_plugin/commit/1ff66702f0f1a10a2cca50e9a728493d6ced791e

Thanks!  I'll try it out on Monday...

>
> On Fri, Feb 26, 2021 at 5:31 PM E. Madison Bray  wrote:
> >
> > Let me save you guys some time and say I deployed a new version of the 
> > sage_trac plug-in today. It worked on all my tests but apparently there is 
> > a weird case where it doesn't.
> >
> > On Fri, Feb 26, 2021, 16:46 Dima Pasechnik  wrote:
> >>
> >>
> >>
> >> On Fri, 26 Feb 2021, 15:42 John Cremona,  wrote:
> >>>
> >>> On Fri, 26 Feb 2021 at 15:33, Dima Pasechnik  wrote:
> >>> >
> >>> > open a gitlab or github issue
> >>>
> >>> Do you mean here:  https://github.com/sagemath/sage/issues ?
> >>
> >>
> >> yes - or in a fork
> >>>
> >>>
> >>>
> >>>
> >>> John
> >>>
> >>>
> >>> >
> >>> > it feels like a good day to finally abandon this tzores and migrate to 
> >>> > something working without constant hassle, and which is not a money 
> >>> > sink.
> >>> >
> >>> > CNRS, ping?
> >>> >
> >>> >
> >>> > On Fri, 26 Feb 2021, 15:26 John Cremona,  wrote:
> >>> >>
> >>> >> Too bad, I'll just have to start the weekend early!   By now I have
> >>> >> nearly forgotten what ticket I wanted to open anyway...
> >>> >>
> >>> >> John
> >>> >>
> >>> >> On Fri, 26 Feb 2021 at 14:56, Dima Pasechnik  wrote:
> >>> >> >
> >>> >> > On Fri, Feb 26, 2021 at 11:55 AM John Cremona 
> >>> >> >  wrote:
> >>> >> > >
> >>> >> > > https://trac.sagemath.org/newticket  now raises an error:
> >>> >> > >
> >>> >> > > Trac detected an internal error:
> >>> >> > > KeyError: u'ticket_branch'
> >>> >> >
> >>> >> > reboot did not help. :-(
> >>> >> >
> >>> >> > The earliest such an error from log (they all look the same)
> >>> >> >
> >>> >> > KeyError: u'ticket_branch'
> >>> >> > 2021-02-26 10:19:24,568 Trac[main] ERROR: Internal Server Error:
> >>> >> > Traceback (most recent call last):
> >>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", 
> >>> >> > line
> >>> >> > 587, in _dispatch_request
> >>> >> > dispatcher.dispatch(req)
> >>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", 
> >>> >> > line
> >>> >> > 266, in dispatch
> >>> >> > iterable=chrome.use_chunked_encoding)
> >>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
> >>> >> > line 1112, in render_template
> >>> >> > stream |= self._filter_stream(req, method, filename, stream, 
> >>> >> > data)
> >>> >> >   File "/usr/local/lib/python2.7/dist-packages/genshi/core.py", line
> >>> >> > 133, in __or__
> >>> >> > return Stream(_ensure(function(self)), 
> >>> >> > serializer=self.serializer)
> >>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
> >>> >> > line 1398, in inner
> >>> >> > data)
> >>> >> >   File 
> >>> >> > "/usr/local/lib/python2.7/dist-packages/sage_trac/ticket_box.py",
> >>> >> > line 155, in filter_stream
> >>> >> > link_url = status_badge['link_url'].format(**format_vars)
> >>> >> > KeyError: u'ticket_branch'
> >>> >> >
> >>> >> >
> >>> >> >
> >>> >> >
> >>> >> > >
> >>> >> > > John
> >>> >> > >
> >>> >> > > --
> >>> >> > > You received this message because you are subscribed to the Google 
> >>> >> > > Groups "sage-devel" group.
> >>> >> > > To unsubscribe from this group and stop receiving emails from it, 
> >>> >> > > send an email to sage-devel+unsubscr...@googlegroups.com.
> >>> >> > > To view this discussion on the web visit 
> >>> >> > > https://groups.google.com/d/msgid/sage-devel/CAD0p0K5yGL3P6DFuPjQbDuMXHnvPxL1hwW3%2Bs%3Dc94vLOkW7FzQ%40mail.gmail.com.
> >>> >> >
> >>> >> > --
> >>> >> > You received this message because you are subscribed to the Google 
> >>> >> > Groups "sage-devel" group.
> >>> >> > To unsubscribe from this group and stop receiving emails from it, 
> >>> >> > send an email to sage-devel+unsubscr...@googlegroups.com.
> >>> >> > To view this discussion on the web visit 
> >>> >> > https://groups.google.com/d/msgid/sage-devel/CAAWYfq2%2BAVfzvsMEZKHd3B9%3Dy3cbhvY-S9hMfrVw26BMsstqBg%40mail.gmail.com.
> >>> >>
> >>> >> --
> >>> >> You received this message because you are subscribed to the Google 
> >>> >> Groups "sage-devel" group.
> >>> >> To unsubscribe from this group and stop receiving emails from it, send 
> >>> >> an email to sage-devel+unsubscr...@googlegroups.com.
> >>> >> To view this discussion on the web visit 
> >>> >> https://groups.google.com/d/msgid/sage-devel/CAD0p0K4WhKnBNMi7HGMoDMbUGQ9YSdkmt1XgSpV7RQ2g6CoYNg%40mail.gmail.com.
> >>> >
> >>> > --
> >>> > You received this message because you are subscribed to the Google 
> >>> > Groups "sage-devel" group.
> >>> > To unsubscribe from this group and stop receiving emails from it, send 
> >>> > an email to sage-devel+unsubscr...@googlegroups.com.
> >>> > To view this discussion on the web visit 
> >>> > 

Re: [sage-devel] trac internal error on making a new ticket

2021-02-26 Thread E. Madison Bray
Ok, it is fixed and re-deployed:
https://github.com/sagemath/sage_trac_plugin/commit/1ff66702f0f1a10a2cca50e9a728493d6ced791e

On Fri, Feb 26, 2021 at 5:31 PM E. Madison Bray  wrote:
>
> Let me save you guys some time and say I deployed a new version of the 
> sage_trac plug-in today. It worked on all my tests but apparently there is a 
> weird case where it doesn't.
>
> On Fri, Feb 26, 2021, 16:46 Dima Pasechnik  wrote:
>>
>>
>>
>> On Fri, 26 Feb 2021, 15:42 John Cremona,  wrote:
>>>
>>> On Fri, 26 Feb 2021 at 15:33, Dima Pasechnik  wrote:
>>> >
>>> > open a gitlab or github issue
>>>
>>> Do you mean here:  https://github.com/sagemath/sage/issues ?
>>
>>
>> yes - or in a fork
>>>
>>>
>>>
>>>
>>> John
>>>
>>>
>>> >
>>> > it feels like a good day to finally abandon this tzores and migrate to 
>>> > something working without constant hassle, and which is not a money sink.
>>> >
>>> > CNRS, ping?
>>> >
>>> >
>>> > On Fri, 26 Feb 2021, 15:26 John Cremona,  wrote:
>>> >>
>>> >> Too bad, I'll just have to start the weekend early!   By now I have
>>> >> nearly forgotten what ticket I wanted to open anyway...
>>> >>
>>> >> John
>>> >>
>>> >> On Fri, 26 Feb 2021 at 14:56, Dima Pasechnik  wrote:
>>> >> >
>>> >> > On Fri, Feb 26, 2021 at 11:55 AM John Cremona  
>>> >> > wrote:
>>> >> > >
>>> >> > > https://trac.sagemath.org/newticket  now raises an error:
>>> >> > >
>>> >> > > Trac detected an internal error:
>>> >> > > KeyError: u'ticket_branch'
>>> >> >
>>> >> > reboot did not help. :-(
>>> >> >
>>> >> > The earliest such an error from log (they all look the same)
>>> >> >
>>> >> > KeyError: u'ticket_branch'
>>> >> > 2021-02-26 10:19:24,568 Trac[main] ERROR: Internal Server Error:
>>> >> > Traceback (most recent call last):
>>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
>>> >> > 587, in _dispatch_request
>>> >> > dispatcher.dispatch(req)
>>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
>>> >> > 266, in dispatch
>>> >> > iterable=chrome.use_chunked_encoding)
>>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
>>> >> > line 1112, in render_template
>>> >> > stream |= self._filter_stream(req, method, filename, stream, data)
>>> >> >   File "/usr/local/lib/python2.7/dist-packages/genshi/core.py", line
>>> >> > 133, in __or__
>>> >> > return Stream(_ensure(function(self)), serializer=self.serializer)
>>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
>>> >> > line 1398, in inner
>>> >> > data)
>>> >> >   File 
>>> >> > "/usr/local/lib/python2.7/dist-packages/sage_trac/ticket_box.py",
>>> >> > line 155, in filter_stream
>>> >> > link_url = status_badge['link_url'].format(**format_vars)
>>> >> > KeyError: u'ticket_branch'
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> > >
>>> >> > > John
>>> >> > >
>>> >> > > --
>>> >> > > You received this message because you are subscribed to the Google 
>>> >> > > Groups "sage-devel" group.
>>> >> > > To unsubscribe from this group and stop receiving emails from it, 
>>> >> > > send an email to sage-devel+unsubscr...@googlegroups.com.
>>> >> > > To view this discussion on the web visit 
>>> >> > > https://groups.google.com/d/msgid/sage-devel/CAD0p0K5yGL3P6DFuPjQbDuMXHnvPxL1hwW3%2Bs%3Dc94vLOkW7FzQ%40mail.gmail.com.
>>> >> >
>>> >> > --
>>> >> > You received this message because you are subscribed to the Google 
>>> >> > Groups "sage-devel" group.
>>> >> > To unsubscribe from this group and stop receiving emails from it, send 
>>> >> > an email to sage-devel+unsubscr...@googlegroups.com.
>>> >> > To view this discussion on the web visit 
>>> >> > https://groups.google.com/d/msgid/sage-devel/CAAWYfq2%2BAVfzvsMEZKHd3B9%3Dy3cbhvY-S9hMfrVw26BMsstqBg%40mail.gmail.com.
>>> >>
>>> >> --
>>> >> You received this message because you are subscribed to the Google 
>>> >> Groups "sage-devel" group.
>>> >> To unsubscribe from this group and stop receiving emails from it, send 
>>> >> an email to sage-devel+unsubscr...@googlegroups.com.
>>> >> To view this discussion on the web visit 
>>> >> https://groups.google.com/d/msgid/sage-devel/CAD0p0K4WhKnBNMi7HGMoDMbUGQ9YSdkmt1XgSpV7RQ2g6CoYNg%40mail.gmail.com.
>>> >
>>> > --
>>> > You received this message because you are subscribed to the Google Groups 
>>> > "sage-devel" group.
>>> > To unsubscribe from this group and stop receiving emails from it, send an 
>>> > email to sage-devel+unsubscr...@googlegroups.com.
>>> > To view this discussion on the web visit 
>>> > https://groups.google.com/d/msgid/sage-devel/CAAWYfq23OVu68OcLmPFJ7qa-CmAX%2B8pTSLyvGDTBXJPD%3DfUaig%40mail.gmail.com.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "sage-devel" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to sage-devel+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> 

Re: [sage-devel] trac internal error on making a new ticket

2021-02-26 Thread E. Madison Bray
Let me save you guys some time and say I deployed a new version of the
sage_trac plug-in today. It worked on all my tests but apparently there is
a weird case where it doesn't.

On Fri, Feb 26, 2021, 16:46 Dima Pasechnik  wrote:

>
>
> On Fri, 26 Feb 2021, 15:42 John Cremona,  wrote:
>
>> On Fri, 26 Feb 2021 at 15:33, Dima Pasechnik  wrote:
>> >
>> > open a gitlab or github issue
>>
>> Do you mean here:  https://github.com/sagemath/sage/issues ?
>>
>
> yes - or in a fork
>
>>
>>
>>
>> John
>>
>>
>> >
>> > it feels like a good day to finally abandon this tzores and migrate to
>> something working without constant hassle, and which is not a money sink.
>> >
>> > CNRS, ping?
>> >
>> >
>> > On Fri, 26 Feb 2021, 15:26 John Cremona, 
>> wrote:
>> >>
>> >> Too bad, I'll just have to start the weekend early!   By now I have
>> >> nearly forgotten what ticket I wanted to open anyway...
>> >>
>> >> John
>> >>
>> >> On Fri, 26 Feb 2021 at 14:56, Dima Pasechnik 
>> wrote:
>> >> >
>> >> > On Fri, Feb 26, 2021 at 11:55 AM John Cremona <
>> john.crem...@gmail.com> wrote:
>> >> > >
>> >> > > https://trac.sagemath.org/newticket  now raises an error:
>> >> > >
>> >> > > Trac detected an internal error:
>> >> > > KeyError: u'ticket_branch'
>> >> >
>> >> > reboot did not help. :-(
>> >> >
>> >> > The earliest such an error from log (they all look the same)
>> >> >
>> >> > KeyError: u'ticket_branch'
>> >> > 2021-02-26 10:19:24,568 Trac[main] ERROR: Internal Server Error:
>> >> > Traceback (most recent call last):
>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py",
>> line
>> >> > 587, in _dispatch_request
>> >> > dispatcher.dispatch(req)
>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py",
>> line
>> >> > 266, in dispatch
>> >> > iterable=chrome.use_chunked_encoding)
>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
>> >> > line 1112, in render_template
>> >> > stream |= self._filter_stream(req, method, filename, stream,
>> data)
>> >> >   File "/usr/local/lib/python2.7/dist-packages/genshi/core.py", line
>> >> > 133, in __or__
>> >> > return Stream(_ensure(function(self)),
>> serializer=self.serializer)
>> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
>> >> > line 1398, in inner
>> >> > data)
>> >> >   File
>> "/usr/local/lib/python2.7/dist-packages/sage_trac/ticket_box.py",
>> >> > line 155, in filter_stream
>> >> > link_url = status_badge['link_url'].format(**format_vars)
>> >> > KeyError: u'ticket_branch'
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > >
>> >> > > John
>> >> > >
>> >> > > --
>> >> > > You received this message because you are subscribed to the Google
>> Groups "sage-devel" group.
>> >> > > To unsubscribe from this group and stop receiving emails from it,
>> send an email to sage-devel+unsubscr...@googlegroups.com.
>> >> > > To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sage-devel/CAD0p0K5yGL3P6DFuPjQbDuMXHnvPxL1hwW3%2Bs%3Dc94vLOkW7FzQ%40mail.gmail.com
>> .
>> >> >
>> >> > --
>> >> > You received this message because you are subscribed to the Google
>> Groups "sage-devel" group.
>> >> > To unsubscribe from this group and stop receiving emails from it,
>> send an email to sage-devel+unsubscr...@googlegroups.com.
>> >> > To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sage-devel/CAAWYfq2%2BAVfzvsMEZKHd3B9%3Dy3cbhvY-S9hMfrVw26BMsstqBg%40mail.gmail.com
>> .
>> >>
>> >> --
>> >> You received this message because you are subscribed to the Google
>> Groups "sage-devel" group.
>> >> To unsubscribe from this group and stop receiving emails from it, send
>> an email to sage-devel+unsubscr...@googlegroups.com.
>> >> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sage-devel/CAD0p0K4WhKnBNMi7HGMoDMbUGQ9YSdkmt1XgSpV7RQ2g6CoYNg%40mail.gmail.com
>> .
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups "sage-devel" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an email to sage-devel+unsubscr...@googlegroups.com.
>> > To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sage-devel/CAAWYfq23OVu68OcLmPFJ7qa-CmAX%2B8pTSLyvGDTBXJPD%3DfUaig%40mail.gmail.com
>> .
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sage-devel" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to sage-devel+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sage-devel/CAD0p0K56tZgp3XyydFTBqWSG3B8yrOabkq9cjaQ%2Bixxx1qBdAQ%40mail.gmail.com
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on 

Re: [sage-devel] trac internal error on making a new ticket

2021-02-26 Thread Dima Pasechnik
On Fri, 26 Feb 2021, 15:42 John Cremona,  wrote:

> On Fri, 26 Feb 2021 at 15:33, Dima Pasechnik  wrote:
> >
> > open a gitlab or github issue
>
> Do you mean here:  https://github.com/sagemath/sage/issues ?
>

yes - or in a fork

>
>
>
> John
>
>
> >
> > it feels like a good day to finally abandon this tzores and migrate to
> something working without constant hassle, and which is not a money sink.
> >
> > CNRS, ping?
> >
> >
> > On Fri, 26 Feb 2021, 15:26 John Cremona,  wrote:
> >>
> >> Too bad, I'll just have to start the weekend early!   By now I have
> >> nearly forgotten what ticket I wanted to open anyway...
> >>
> >> John
> >>
> >> On Fri, 26 Feb 2021 at 14:56, Dima Pasechnik  wrote:
> >> >
> >> > On Fri, Feb 26, 2021 at 11:55 AM John Cremona 
> wrote:
> >> > >
> >> > > https://trac.sagemath.org/newticket  now raises an error:
> >> > >
> >> > > Trac detected an internal error:
> >> > > KeyError: u'ticket_branch'
> >> >
> >> > reboot did not help. :-(
> >> >
> >> > The earliest such an error from log (they all look the same)
> >> >
> >> > KeyError: u'ticket_branch'
> >> > 2021-02-26 10:19:24,568 Trac[main] ERROR: Internal Server Error:
> >> > Traceback (most recent call last):
> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
> >> > 587, in _dispatch_request
> >> > dispatcher.dispatch(req)
> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
> >> > 266, in dispatch
> >> > iterable=chrome.use_chunked_encoding)
> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
> >> > line 1112, in render_template
> >> > stream |= self._filter_stream(req, method, filename, stream, data)
> >> >   File "/usr/local/lib/python2.7/dist-packages/genshi/core.py", line
> >> > 133, in __or__
> >> > return Stream(_ensure(function(self)), serializer=self.serializer)
> >> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
> >> > line 1398, in inner
> >> > data)
> >> >   File
> "/usr/local/lib/python2.7/dist-packages/sage_trac/ticket_box.py",
> >> > line 155, in filter_stream
> >> > link_url = status_badge['link_url'].format(**format_vars)
> >> > KeyError: u'ticket_branch'
> >> >
> >> >
> >> >
> >> >
> >> > >
> >> > > John
> >> > >
> >> > > --
> >> > > You received this message because you are subscribed to the Google
> Groups "sage-devel" group.
> >> > > To unsubscribe from this group and stop receiving emails from it,
> send an email to sage-devel+unsubscr...@googlegroups.com.
> >> > > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAD0p0K5yGL3P6DFuPjQbDuMXHnvPxL1hwW3%2Bs%3Dc94vLOkW7FzQ%40mail.gmail.com
> .
> >> >
> >> > --
> >> > You received this message because you are subscribed to the Google
> Groups "sage-devel" group.
> >> > To unsubscribe from this group and stop receiving emails from it,
> send an email to sage-devel+unsubscr...@googlegroups.com.
> >> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAAWYfq2%2BAVfzvsMEZKHd3B9%3Dy3cbhvY-S9hMfrVw26BMsstqBg%40mail.gmail.com
> .
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups "sage-devel" group.
> >> To unsubscribe from this group and stop receiving emails from it, send
> an email to sage-devel+unsubscr...@googlegroups.com.
> >> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAD0p0K4WhKnBNMi7HGMoDMbUGQ9YSdkmt1XgSpV7RQ2g6CoYNg%40mail.gmail.com
> .
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "sage-devel" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to sage-devel+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAAWYfq23OVu68OcLmPFJ7qa-CmAX%2B8pTSLyvGDTBXJPD%3DfUaig%40mail.gmail.com
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAD0p0K56tZgp3XyydFTBqWSG3B8yrOabkq9cjaQ%2Bixxx1qBdAQ%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq2z7BzjPJqZcV%3DhBskERPEdt9P4gzVyM6R8wzv0dTYniA%40mail.gmail.com.


Re: [sage-devel] trac internal error on making a new ticket

2021-02-26 Thread John Cremona
On Fri, 26 Feb 2021 at 15:33, Dima Pasechnik  wrote:
>
> open a gitlab or github issue

Do you mean here:  https://github.com/sagemath/sage/issues ?

John


>
> it feels like a good day to finally abandon this tzores and migrate to 
> something working without constant hassle, and which is not a money sink.
>
> CNRS, ping?
>
>
> On Fri, 26 Feb 2021, 15:26 John Cremona,  wrote:
>>
>> Too bad, I'll just have to start the weekend early!   By now I have
>> nearly forgotten what ticket I wanted to open anyway...
>>
>> John
>>
>> On Fri, 26 Feb 2021 at 14:56, Dima Pasechnik  wrote:
>> >
>> > On Fri, Feb 26, 2021 at 11:55 AM John Cremona  
>> > wrote:
>> > >
>> > > https://trac.sagemath.org/newticket  now raises an error:
>> > >
>> > > Trac detected an internal error:
>> > > KeyError: u'ticket_branch'
>> >
>> > reboot did not help. :-(
>> >
>> > The earliest such an error from log (they all look the same)
>> >
>> > KeyError: u'ticket_branch'
>> > 2021-02-26 10:19:24,568 Trac[main] ERROR: Internal Server Error:
>> > Traceback (most recent call last):
>> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
>> > 587, in _dispatch_request
>> > dispatcher.dispatch(req)
>> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
>> > 266, in dispatch
>> > iterable=chrome.use_chunked_encoding)
>> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
>> > line 1112, in render_template
>> > stream |= self._filter_stream(req, method, filename, stream, data)
>> >   File "/usr/local/lib/python2.7/dist-packages/genshi/core.py", line
>> > 133, in __or__
>> > return Stream(_ensure(function(self)), serializer=self.serializer)
>> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
>> > line 1398, in inner
>> > data)
>> >   File "/usr/local/lib/python2.7/dist-packages/sage_trac/ticket_box.py",
>> > line 155, in filter_stream
>> > link_url = status_badge['link_url'].format(**format_vars)
>> > KeyError: u'ticket_branch'
>> >
>> >
>> >
>> >
>> > >
>> > > John
>> > >
>> > > --
>> > > You received this message because you are subscribed to the Google 
>> > > Groups "sage-devel" group.
>> > > To unsubscribe from this group and stop receiving emails from it, send 
>> > > an email to sage-devel+unsubscr...@googlegroups.com.
>> > > To view this discussion on the web visit 
>> > > https://groups.google.com/d/msgid/sage-devel/CAD0p0K5yGL3P6DFuPjQbDuMXHnvPxL1hwW3%2Bs%3Dc94vLOkW7FzQ%40mail.gmail.com.
>> >
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "sage-devel" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an 
>> > email to sage-devel+unsubscr...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sage-devel/CAAWYfq2%2BAVfzvsMEZKHd3B9%3Dy3cbhvY-S9hMfrVw26BMsstqBg%40mail.gmail.com.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "sage-devel" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to sage-devel+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-devel/CAD0p0K4WhKnBNMi7HGMoDMbUGQ9YSdkmt1XgSpV7RQ2g6CoYNg%40mail.gmail.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/CAAWYfq23OVu68OcLmPFJ7qa-CmAX%2B8pTSLyvGDTBXJPD%3DfUaig%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAD0p0K56tZgp3XyydFTBqWSG3B8yrOabkq9cjaQ%2Bixxx1qBdAQ%40mail.gmail.com.


Re: [sage-devel] trac internal error on making a new ticket

2021-02-26 Thread Dima Pasechnik
open a gitlab or github issue

it feels like a good day to finally abandon this tzores and migrate to
something working without constant hassle, and which is not a money sink.

CNRS, ping?


On Fri, 26 Feb 2021, 15:26 John Cremona,  wrote:

> Too bad, I'll just have to start the weekend early!   By now I have
> nearly forgotten what ticket I wanted to open anyway...
>
> John
>
> On Fri, 26 Feb 2021 at 14:56, Dima Pasechnik  wrote:
> >
> > On Fri, Feb 26, 2021 at 11:55 AM John Cremona 
> wrote:
> > >
> > > https://trac.sagemath.org/newticket  now raises an error:
> > >
> > > Trac detected an internal error:
> > > KeyError: u'ticket_branch'
> >
> > reboot did not help. :-(
> >
> > The earliest such an error from log (they all look the same)
> >
> > KeyError: u'ticket_branch'
> > 2021-02-26 10:19:24,568 Trac[main] ERROR: Internal Server Error:
> > Traceback (most recent call last):
> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
> > 587, in _dispatch_request
> > dispatcher.dispatch(req)
> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
> > 266, in dispatch
> > iterable=chrome.use_chunked_encoding)
> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
> > line 1112, in render_template
> > stream |= self._filter_stream(req, method, filename, stream, data)
> >   File "/usr/local/lib/python2.7/dist-packages/genshi/core.py", line
> > 133, in __or__
> > return Stream(_ensure(function(self)), serializer=self.serializer)
> >   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
> > line 1398, in inner
> > data)
> >   File "/usr/local/lib/python2.7/dist-packages/sage_trac/ticket_box.py",
> > line 155, in filter_stream
> > link_url = status_badge['link_url'].format(**format_vars)
> > KeyError: u'ticket_branch'
> >
> >
> >
> >
> > >
> > > John
> > >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups "sage-devel" group.
> > > To unsubscribe from this group and stop receiving emails from it, send
> an email to sage-devel+unsubscr...@googlegroups.com.
> > > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAD0p0K5yGL3P6DFuPjQbDuMXHnvPxL1hwW3%2Bs%3Dc94vLOkW7FzQ%40mail.gmail.com
> .
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "sage-devel" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to sage-devel+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAAWYfq2%2BAVfzvsMEZKHd3B9%3Dy3cbhvY-S9hMfrVw26BMsstqBg%40mail.gmail.com
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAD0p0K4WhKnBNMi7HGMoDMbUGQ9YSdkmt1XgSpV7RQ2g6CoYNg%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq23OVu68OcLmPFJ7qa-CmAX%2B8pTSLyvGDTBXJPD%3DfUaig%40mail.gmail.com.


Re: [sage-devel] trac internal error on making a new ticket

2021-02-26 Thread John Cremona
Too bad, I'll just have to start the weekend early!   By now I have
nearly forgotten what ticket I wanted to open anyway...

John

On Fri, 26 Feb 2021 at 14:56, Dima Pasechnik  wrote:
>
> On Fri, Feb 26, 2021 at 11:55 AM John Cremona  wrote:
> >
> > https://trac.sagemath.org/newticket  now raises an error:
> >
> > Trac detected an internal error:
> > KeyError: u'ticket_branch'
>
> reboot did not help. :-(
>
> The earliest such an error from log (they all look the same)
>
> KeyError: u'ticket_branch'
> 2021-02-26 10:19:24,568 Trac[main] ERROR: Internal Server Error:
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
> 587, in _dispatch_request
> dispatcher.dispatch(req)
>   File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
> 266, in dispatch
> iterable=chrome.use_chunked_encoding)
>   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
> line 1112, in render_template
> stream |= self._filter_stream(req, method, filename, stream, data)
>   File "/usr/local/lib/python2.7/dist-packages/genshi/core.py", line
> 133, in __or__
> return Stream(_ensure(function(self)), serializer=self.serializer)
>   File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
> line 1398, in inner
> data)
>   File "/usr/local/lib/python2.7/dist-packages/sage_trac/ticket_box.py",
> line 155, in filter_stream
> link_url = status_badge['link_url'].format(**format_vars)
> KeyError: u'ticket_branch'
>
>
>
>
> >
> > John
> >
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "sage-devel" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to sage-devel+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msgid/sage-devel/CAD0p0K5yGL3P6DFuPjQbDuMXHnvPxL1hwW3%2Bs%3Dc94vLOkW7FzQ%40mail.gmail.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/CAAWYfq2%2BAVfzvsMEZKHd3B9%3Dy3cbhvY-S9hMfrVw26BMsstqBg%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAD0p0K4WhKnBNMi7HGMoDMbUGQ9YSdkmt1XgSpV7RQ2g6CoYNg%40mail.gmail.com.


Re: [sage-devel] trac internal error on making a new ticket

2021-02-26 Thread Dima Pasechnik
On Fri, Feb 26, 2021 at 11:55 AM John Cremona  wrote:
>
> https://trac.sagemath.org/newticket  now raises an error:
>
> Trac detected an internal error:
> KeyError: u'ticket_branch'

reboot did not help. :-(

The earliest such an error from log (they all look the same)

KeyError: u'ticket_branch'
2021-02-26 10:19:24,568 Trac[main] ERROR: Internal Server Error:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
587, in _dispatch_request
dispatcher.dispatch(req)
  File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line
266, in dispatch
iterable=chrome.use_chunked_encoding)
  File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
line 1112, in render_template
stream |= self._filter_stream(req, method, filename, stream, data)
  File "/usr/local/lib/python2.7/dist-packages/genshi/core.py", line
133, in __or__
return Stream(_ensure(function(self)), serializer=self.serializer)
  File "/usr/local/lib/python2.7/dist-packages/trac/web/chrome.py",
line 1398, in inner
data)
  File "/usr/local/lib/python2.7/dist-packages/sage_trac/ticket_box.py",
line 155, in filter_stream
link_url = status_badge['link_url'].format(**format_vars)
KeyError: u'ticket_branch'




>
> John
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/CAD0p0K5yGL3P6DFuPjQbDuMXHnvPxL1hwW3%2Bs%3Dc94vLOkW7FzQ%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq2%2BAVfzvsMEZKHd3B9%3Dy3cbhvY-S9hMfrVw26BMsstqBg%40mail.gmail.com.


[sage-devel] trac internal error on making a new ticket

2021-02-26 Thread John Cremona
https://trac.sagemath.org/newticket  now raises an error:

Trac detected an internal error:
KeyError: u'ticket_branch'

John

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAD0p0K5yGL3P6DFuPjQbDuMXHnvPxL1hwW3%2Bs%3Dc94vLOkW7FzQ%40mail.gmail.com.


[sage-devel] Trac - internal error

2016-01-15 Thread Clemens Heuberger
Trac detected an internal error:

OSError: [Errno 2] No such file or directory: '/tmp/tmp7BmVNV'

The action that triggered the error was:

GET: /ticket/19306

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] trac internal error

2014-12-05 Thread Ralf Stephan
*Trac detected an internal error:*

OSError: [Errno 2] No such file or directory: '/tmp/tmpAHicED'

There was an internal error in Trac. It is recommended that you notify your 
local Trac administrator with the information needed to reproduce the issue.

To that end, you could  a ticket.

The action that triggered the error was:

GET: /ticket/16203


Could someone please have a look at this?


Regards.


-- 
You received this message because you are subscribed to the Google Groups 
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-devel] trac internal error

2014-12-05 Thread Jeroen Demeyer

Same issue with
http://trac.sagemath.org/ticket/16453

--
You received this message because you are subscribed to the Google Groups 
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.