Re: [sage-devel] Re: trac error again

2018-06-20 Thread Erik Bray
On Tue, Jun 19, 2018 at 10:26 PM John H Palmieri wrote: > > I fixed my own problem: I had pushed without committing anything first. After > committing, I can view the ticket. Yes, it happens when you add a branch that has the same HEAD as the branch it's being compared against (i.e. develop).

Re: [sage-devel] Re: trac error again

2018-06-19 Thread 'Martin R' via sage-devel
oh, thanks, that fixes it for me, too! Am Dienstag, 19. Juni 2018 22:26:01 UTC+2 schrieb John H Palmieri: > > I fixed my own problem: I had pushed without committing anything first. > After committing, I can view the ticket. > > > On Tuesday, June 19, 2018 at 1:14:52 PM UTC-7, Jeroen Demeyer

Re: [sage-devel] Re: trac error again

2018-06-19 Thread John H Palmieri
I fixed my own problem: I had pushed without committing anything first. After committing, I can view the ticket. On Tuesday, June 19, 2018 at 1:14:52 PM UTC-7, Jeroen Demeyer wrote: > > The error is raised here: > > >

Re: [sage-devel] Re: trac error again

2018-06-19 Thread Jeroen Demeyer
The error is raised here: https://github.com/sagemath/sage_trac_plugin/blob/master/sage_trac/common.py#L157 -- 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] Re: trac error again

2018-06-19 Thread John H Palmieri
I am now having what looks like the same problem with https://trac.sagemath.org/ticket/25603. The ticket won't open, giving an error TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' John On Tuesday, June 19, 2018 at 7:17:45 AM UTC-7, Martin R wrote: > > if I recall

[sage-devel] Re: Trac error: branch shows entire file deleted

2016-07-21 Thread Dima Pasechnik
it's a bug in the branch "viewer". If you look at https://git.sagemath.org/sage.git/patch/?id=71a67e9045f7aea00468da83e283f8ec91e7b65e it is just fine. Yes, I think that this is not the 1st time it pops up. On Wednesday, July 20, 2016 at 9:20:23 PM UTC+1, Paul Masson wrote: > > When I look at

Re: [sage-devel] Re: Trac error

2015-05-21 Thread Vincent Delecroix
On 21/05/15 17:18, kcrisman wrote: http://trac.sagemath.org/ticket/17018 -- Trac detected an internal error: OSError: [Errno 2] No such file or directory: '/tmp/tmpTo_W1D' I'm getting this too, basically the same error. http://trac.sagemath.org/ticket/2536 But consistently so!

[sage-devel] Re: Trac error

2015-05-21 Thread kcrisman
http://trac.sagemath.org/ticket/17018 -- Trac detected an internal error: OSError: [Errno 2] No such file or directory: '/tmp/tmpTo_W1D' I'm getting this too, basically the same error. http://trac.sagemath.org/ticket/2536 But consistently so! 253{7,8,9} work fine reproducibly. --

Re: [sage-devel] Re: Trac error

2015-05-21 Thread kcrisman
I'm getting this too, basically the same error. http://trac.sagemath.org/ticket/2536 But consistently so! 253{7,8,9} work fine reproducibly. The name of the temporary file should change each time you consult the webpage... Correct, for the ones that don't work, thanks

[sage-devel] Re: Trac error

2015-05-21 Thread Jean-Pierre Flori
Thanks. On Thursday, May 21, 2015 at 9:29:18 PM UTC+2, Eric Gourgoulhon wrote: Le jeudi 21 mai 2015 19:22:53 UTC+2, Volker Braun a écrit : fixed Thanks! Eric. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this

[sage-devel] Re: Trac error

2015-05-21 Thread Eric Gourgoulhon
Le jeudi 21 mai 2015 19:22:53 UTC+2, Volker Braun a écrit : fixed Thanks! Eric. -- 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

Re: [sage-devel] Re: Trac error

2015-05-21 Thread Dima Pasechnik
some filesystems (almost) full? On Thursday, 21 May 2015 17:28:43 UTC+1, Eric Gourgoulhon wrote: Same problem here with http://trac.sagemath.org/ticket/18100 This happened just after updating the ticket (pushing a commit); before it was OK. Eric. -- You received this message because

Re: [sage-devel] Re: Trac error

2015-05-21 Thread Eric Gourgoulhon
Same problem here with http://trac.sagemath.org/ticket/18100 This happened just after updating the ticket (pushing a commit); before it was OK. Eric. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop

[sage-devel] Re: Trac error

2015-05-21 Thread Volker Braun
fixed On Thursday, May 21, 2015 at 3:28:50 PM UTC+2, Jori Mäntysalo wrote: http://trac.sagemath.org/ticket/17018 -- Trac detected an internal error: OSError: [Errno 2] No such file or directory: '/tmp/tmpTo_W1D' I think that trac error page should have an email address of it's

[sage-devel] Re: trac error, disk full?

2014-05-25 Thread Ralf Stephan
Meanwhile trac is practically unusable. Pushing impossible. -- 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

[sage-devel] Re: trac error, disk full?

2014-05-25 Thread Volker Braun
I've deleted a log file to alleviate the situation. I take it Keith is in charge, so I'll send him an email with the details. On Sunday, May 25, 2014 7:16:08 AM UTC+1, Ralf Stephan wrote: Hi, the View Tickets page says: *Error: Macro TicketQuery(type=defect,format=count) failed* could

[sage-devel] Re: trac error, disk full?

2014-05-25 Thread Keith Clawson
I disabled the daemon that was generating massive log files, so the problem is fixed now. -Keith On Sunday, May 25, 2014 3:01:29 AM UTC-7, Volker Braun wrote: I've deleted a log file to alleviate the situation. I take it Keith is in charge, so I'll send him an email with the details.

Re: [sage-devel] Re: trac error, disk full?

2014-05-25 Thread Ralf Stephan
Many thanks! On 25 May 2014 17:42, Keith Clawson rattletyb...@gmail.com wrote: I disabled the daemon that was generating massive log files, so the problem is fixed now. -Keith On Sunday, May 25, 2014 3:01:29 AM UTC-7, Volker Braun wrote: I've deleted a log file to alleviate the