Exception in thread "Animation Thread" java.lang.RuntimeException: No copy() for PGraphicsPDF at processing.pdf.PGraphicsPDF.nope(Unknown Source) at processing.pdf.PGraphicsPDF.copy(Unknown Source) at processing.core.PApplet.copy(Unknown Source) at flickrMotionDet.draw(flickrMotionDet.java:151) at processing.core.PApplet.handleDraw(Unknown Source) at processing.core.PApplet.run(Unknown Source) at java.lang.Thread.run(Thread.java:662)
I did not used to get this error until i decided to use the postToWeb library for Processing, which uses the processingPDF core library. So, I'm confused how to stop getting this error . I thought pdf.dispose() might do the trick , but it isn't .
I am using the postToWeb
http://libraries.seltar.org/postToWeb/ library in order to post a picture to a website remotely. However i am having quite a bit of trouble figuring where / how the website url is getting concatenated - I'd like to be able to use the website address name later and store it, but I can't figure out how to do it - it is printing out once, each time a photo is saved, but I cant figure out where this is being called and therefore how to store this web address url name.