>    File 
> "/home/jm58660/sage/local/lib/python2.7/site-packages/sagenb/flask_version/worksheet.py",
>  
>
> line 879, in worksheet_publish 
>      print worksheet_publish.url_for(worksheet) 
>
>    File 
> "/home/jm58660/sage/local/lib/python2.7/site-packages/sagenb/flask_version/worksheet.py",
>  
>
> line 147, in wc_url_for 
>      return url_for(f.__name__, *args, **kwds) 
>
> "/home/jm58660/sage/local/lib/python2.7/site-packages/werkzeug/routing.py", 
>
> line 1758, in build 
>
>      raise BuildError(endpoint, values, method, self) 
> BuildError: Could not build url for endpoint 'worksheet_publish' with 
> values ['id', 'username']. Did you mean 'worksheet.worksheet_publish' 
> instead? 
>

This suggests hacking line 879 ... but you are right that things don't 
quite correspond. 

I suspect 
perhaps 
https://github.com/sagemath/sagenb/commit/9dd5c0f8c783de7cb0ae21c9f445ab8260b5a0ac
 
is the culprit, and put something on #432 to the author of that change.  It 
seems like the kind of thing that might happen when a module is updated, as 
that change did, though I could be barking up the wrong tree too.  Thanks 
for pursuing this.

 

>
> However, this seems to be documented bug already: 
>
> https://github.com/sagemath/sagenb/issues/432 
>
>
Could be, though they didn't give the traceback :( 

-- 
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.

Reply via email to