Forum Bugs

prince: internal error: unexpected other URL referer

cheriot
I'm trying to print a page that requires an account to access so I've saved the html to a file and then run:
prince --baseurl=localhost:5000 ~/generated_relationship_map.html -o ~/prince_relationship_map.pdf

The hope is that baseurl will allow prince to find the stylesheets.

My problem is that I get the message, "prince: internal error: unexpected other URL referer" and no output. It's a decent size page or I'd post the markup.

Any thoughts?
mikeday
What if you specify the baseurl with a http prefix, eg. --baseurl=http://localhost:5000?