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