DoctorD1501 / JAVMovieScraper

Scrape XBMC and Kodi movie metadeta and automatically rename files for Japanese Adult Videos (JAV), American Adult DVDs, and American Adult Webcontent
GNU General Public License v2.0
756 stars 161 forks source link

Data 18 Web Not pulling poster/fanart #97

Closed randykoala closed 9 years ago

randykoala commented 9 years ago

HI DoctorD Love the new Excalibur scraper - fantastic work. Has there been a change to the Data 18 Website. Its not pulling images for web content other than actors. The data 18 Movie scraper is working fine

DoctorD1501 commented 9 years ago

Hey randykoala,

Thanks - glad you're finding the scraper useful.

I don't see anything immediately wrong with the data 18 web content on a file I tested on, but the consistency of the site is a mess and they use different formats all over the place, so it's very possible there's something I didn't account for. Can you paste in a few URLs of movies you are trying to scrape from web content that aren't working?

Thanks.

randykoala commented 9 years ago

There are a couple here http://www.data18.com/content/1152153 http://www.data18.com/content/1151766 http://www.data18.com/content/1151609

Hope this helps

DoctorD1501 commented 9 years ago

I'm getting images just fine from these URLs. Try deleting AmalgamationSettings.json and settings.xml from the directory the program is installed in. Do you still notice the issue? If so, can you provide the logs?

You can see the log by going to the "View" menu and selecting "Show Output Panel in New WIndow"

Thanks.

randykoala commented 9 years ago

Still not getting the images - this is the log ead in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Gui Initialized Read in amalgamation preferences from AmalgamationSettings.json Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at javax.swing.ImageIcon.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.setImage(Thumb.java:289) at moviescraper.doctord.model.dataitem.Thumb.(Thumb.java:264) at moviescraper.doctord.controller.SelectFileListAction.readMovieFromNfoFile(SelectFileListAction.java:136) at moviescraper.doctord.controller.SelectFileListAction.valueChanged(SelectFileListAction.java:89) at javax.swing.JList.fireSelectionValueChanged(Unknown Source) at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(Unknown Source) at javax.swing.JList.setValueIsAdjusting(Unknown Source) at javax.swing.plaf.basic.BasicListUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: sun.awt.image.ToolkitImage cannot be cast to java.awt.image.BufferedImage at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:152) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:356) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Saved amalgamation preferences to AmalgamationSettings.json No file existed for amalgamation preferences. Used default preferences. currentItemSource = Data18 Web Content with disabled = false currentItemSource = Default Data Item Source with disabled = false Prompt user for search results for Data18 Web Content fileBaseName = Big Wet Butts 14 11 09 Jada Stevens Best Butt In The Biz searchString = http://www.data18.com/search/?k=Big+Wet+Butts+14+11+09+Jada+Stevens+Best+Butt+In+The+Biz&t=0 Searching google with date replaced file name: Big Wet Butts 2014 November 09 Jada Stevens Best Butt In The Biz fileBaseName = Big Wet Butts 14 11 09 Jada Stevens Best Butt In The Biz Scraping this webpage for movie: http://www.data18.com/content/1145765 Movie scraped = Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]] Scraping complete of siteScraper = Data18 Web Content Read in amalgamation preferences from AmalgamationSettings.json Skipping amalgamation process as there is only one movie Setting new movie: Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]] Read in amalgamation preferences from AmalgamationSettings.json currentItemSource = Data18 Web Content with disabled = false currentItemSource = Default Data Item Source with disabled = false Prompt user for search results for Data18 Web Content fileBaseName = Big Wet Butts 14 11 09 Jada Stevens Best Butt In The Biz searchString = http://www.data18.com/search/?k=Big+Wet+Butts+14+11+09+Jada+Stevens+Best+Butt+In+The+Biz&t=0 Searching google with date replaced file name: Big Wet Butts 2014 November 09 Jada Stevens Best Butt In The Biz fileBaseName = Big Wet Butts 14 11 09 Jada Stevens Best Butt In The Biz Scraping this webpage for movie: http://www.data18.com/content/1145765 Movie scraped = Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]] Scraping complete of siteScraper = Data18 Web Content Read in amalgamation preferences from AmalgamationSettings.json Skipping amalgamation process as there is only one movie Setting new movie: Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]]

randykoala commented 9 years ago

just for info, when i scrape no images other than actors come up in main screen or for selection. Empty image files are saved into the directory

DoctorD1501 commented 9 years ago

Can you download the newest version I just posted from http://www.mediafire.com/download/pm3d2yl49qa99fe/JAVMovieScraper.jar and see if it fixes the problem? If not, can you post the log again?

Thanks.

randykoala commented 9 years ago

sorry still not working - see log Read in amalgamation preferences from AmalgamationSettings.json currentItemSource = Data18 Web Content with disabled = false currentItemSource = Default Data Item Source with disabled = false fileBaseName = Big Wet Butts 14 11 09 Jada Stevens Best Butt In The Biz searchString = http://www.data18.com/search/?k=Big+Wet+Butts+14+11+09+Jada+Stevens+Best+Butt+In+The+Biz&t=0 Searching google with date replaced file name: Big Wet Butts 2014 November 09 Jada Stevens Best Butt In The Biz Movie scraped = null Scraping complete of siteScraper = Data18 Web Content Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at javax.swing.ImageIcon.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.setImage(Thumb.java:289) at moviescraper.doctord.model.dataitem.Thumb.(Thumb.java:264) at moviescraper.doctord.controller.SelectFileListAction.readMovieFromNfoFile(SelectFileListAction.java:139) at moviescraper.doctord.controller.SelectFileListAction.valueChanged(SelectFileListAction.java:89) at javax.swing.JList.fireSelectionValueChanged(Unknown Source) at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(Unknown Source) at javax.swing.JList.setValueIsAdjusting(Unknown Source) at javax.swing.plaf.basic.BasicListUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Read in amalgamation preferences from AmalgamationSettings.json currentItemSource = Data18 Web Content with disabled = false currentItemSource = Default Data Item Source with disabled = false fileBaseName = Best Butt In The Biz searchString = http://www.data18.com/search/?k=Best+Butt+In+The+Biz&t=0 Scraping this webpage for movie: http://www.data18.com/content/1145765 Movie scraped = Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]] Scraping complete of siteScraper = Data18 Web Content Read in amalgamation preferences from AmalgamationSettings.json Skipping amalgamation process as there is only one movie Setting new movie: Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]] Read in amalgamation preferences from AmalgamationSettings.json currentItemSource = Data18 Web Content with disabled = false currentItemSource = Default Data Item Source with disabled = false Prompt user for search results for Data18 Web Content fileBaseName = Best Butt In The Biz searchString = http://www.data18.com/search/?k=Best+Butt+In+The+Biz&t=0 fileBaseName = Best Butt In The Biz Scraping this webpage for movie: http://www.data18.com/content/1145765 Movie scraped = Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]] Scraping complete of siteScraper = Data18 Web Content Read in amalgamation preferences from AmalgamationSettings.json Skipping amalgamation process as there is only one movie Setting new movie: Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]]

DoctorD1501 commented 9 years ago

Are you scraping a folder or a file? If a folder, is there anything in the folder already besides the movie? If it's a file, are there are any other files in the same directory?

randykoala commented 9 years ago

Hi DoctorD - scraping a folder and its empty apart from the video. Thanks for trying to fix. I tried it on another pc to see if its something with my settings and still not working

Latest log Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Read in amalgamation preferences from AmalgamationSettings.json Gui Initialized Read in amalgamation preferences from AmalgamationSettings.json currentItemSource = Data18 Web Content with disabled = false fileBaseName = Best Butt In The Biz currentItemSource = Default Data Item Source with disabled = false searchString = http://www.data18.com/search/?k=Best+Butt+In+The+Biz&t=0 Scraping this webpage for movie: http://www.data18.com/content/1145765 Movie scraped = Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]] Scraping complete of siteScraper = Data18 Web Content Read in amalgamation preferences from AmalgamationSettings.json Skipping amalgamation process as there is only one movie Setting new movie: Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]]

DoctorD1501 commented 9 years ago

OK, it looks like we're making progress. You're not getting random java errors anymore, but I notice that the actual posters and fanarts it's giving you are the wrong URL! Let me look into this some more to see what is going on.

Thanks, DoctorD

DoctorD1501 commented 9 years ago

The weird thing is that when I scrape that same movie, I get this as the result. Notice the fanart and poster section is different from what you are getting.

Setting new movie: Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://74.50.117.45/1/1136/145765/01.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/02.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/03.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/04.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/05.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/06.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/07.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/08.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/09.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/10.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/11.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/12.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/13.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/14.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/15.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://74.50.117.45/1/1136/145765/01.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/02.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/03.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/04.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/05.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/06.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/07.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/08.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/09.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/10.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/11.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/12.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/13.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/14.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/15.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://74.50.117.45/1/1136/145765/01.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/02.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/03.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/04.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/05.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/06.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/07.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/08.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/09.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/10.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/11.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/12.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/13.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/14.jpg" source="Data18 Web Content"], Thumb [thumbURL=http://74.50.117.45/1/1136/145765/15.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]]

randykoala commented 9 years ago

Thanks DoctorD

I am also getting these exception errors when i first open the application even with the settigs file deleted Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at javax.swing.ImageIcon.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.setImage(Thumb.java:289) at moviescraper.doctord.model.dataitem.Thumb.(Thumb.java:264) at moviescraper.doctord.controller.SelectFileListAction.readMovieFromNfoFile(SelectFileListAction.java:139) at moviescraper.doctord.controller.SelectFileListAction.valueChanged(SelectFileListAction.java:89) at javax.swing.JList.fireSelectionValueChanged(Unknown Source) at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(Unknown Source) at javax.swing.JList.setValueIsAdjusting(Unknown Source) at javax.swing.plaf.basic.BasicListUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.(Unknown Source) at moviescraper.doctord.model.dataitem.Thumb.convertToBufferedImage(Thumb.java:448) at moviescraper.doctord.view.ArtWorkPanel.updatePosterAndFanartSizes(ArtWorkPanel.java:154) at moviescraper.doctord.view.ArtWorkPanel.componentResized(ArtWorkPanel.java:358) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)

m0uthless commented 9 years ago

Same problem for me in 2.0.5-alpha. I used the same web content that u used Doc. http://www.data18.com/content/1145765

This is my log file: Setting new movie: Movie [title=Title [title="Best Butt in the Biz" source="Data18 Web Content"], originalTitle=OriginalTitle [originalTitle="" source="Data18 Web Content"], sortTitle=SortTitle [sortTitle="" source="Data18 Web Content"], set=Set [set="Big Wet Butts" source="Data18 Web Content"], rating=Rating [maxRating="0.0", rating="" source="Data18 Web Content"], year=Year [year="2014" source="Data18 Web Content"], top250=Top250 [top250="" source="Data18 Web Content"], trailer = Trailer [trailer="" source="Data18 Web Content"], votes=Votes [votes="" source="Data18 Web Content"], outline=Outline [outline="" source="Data18 Web Content"], plot=Plot [plot="Dive balls deep in the best butt in the business with today's BWB scene featuring the one and only Jada Stevens. Today, this bodacious babe let Mick Blue give her thick ass a workout outside. After peeling off her bikini to tease you, Jada twerked and shook her ass on Mick's face, pressing her cheeks on his mouth so he could lick her pussy and crack. After rooster-tailing oil from her pristine asshole, Jada spread her holes open for Mick to fill her up with his dick. Mick pounded Jada's pussy, then he stretched her tight ass open with dirty and intense anal sex, in reverse cowgirl and downward dog, until busting a fat load of jizz across Jada's mouth." source="Data18 Web Content"], tagline=Tagline [tagline="" source="Data18 Web Content"], studio=Studio [studio="Brazzers" source="Data18 Web Content"]releaseDate=ReleaseDate [releasedate="2014-11-09" source="Data18 Web Content"], runtime=Runtime [runtime="" source="Data18 Web Content"], posters=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], fanart=[Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], extrafanart = [Thumb [thumbURL=http://94.229.67.74/1/1136/145765/big.jpg" source="Data18 Web Content"]], mpaa=MPAARating [MPAARating="XXX" source="Data18 Web Content"], id=ID [id="1145765" source="Data18 Web Content"], genres=[Genre [genre="Heterosexual" source="Data18 Web Content"], Genre [genre="Hardcore" source="Data18 Web Content"], Genre [genre="Anal" source="Data18 Web Content"], Genre [genre="Boy Girl" source="Data18 Web Content"], Genre [genre="Caucasian" source="Data18 Web Content"], Genre [genre="Caucasian Men" source="Data18 Web Content"], Genre [genre="Big Butts" source="Data18 Web Content"], Genre [genre="Bikini" source="Data18 Web Content"], Genre [genre="Brunettes" source="Data18 Web Content"]], actors=[Actor [role="null", Person [name="Jada Stevens", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/662.jpg" source="Default Data Item Source"]] source="Data18 Web Content"], Actor [role="null", Person [name="Mick Blue", thumb=Thumb [thumbURL=http://img.data18.com/images/stars/120/6316.jpg" source="Default Data Item Source"]] source="Data18 Web Content"]], directors=[]]

The scrape go to http://94.229.67.74/1/1136/145765/big.jpg but this is not an image but a redirect to gallery. Real image are http://94.229.67.74/1/1136/145765/01.jpg like your http://74.50.117.45/1/1136/145765/02.jpg.

I think it's a country problem.. U live in USA Doctor right? From EU (i tried ~10 different connection from 10 different country in EU and always go to 94.229.67.74 when i "view image link" from http://www.data18.com/viewer/1145765/01 (gallery). With a connection from USA the ip is 74.50.117.45

I wish this can be helpful

DoctorD1501 commented 9 years ago

Ah, that makes a lot of sense if it is giving different results for each country. Yes, I'm in the USA.

I'll see what I can do to get around the country thing, though it could be difficult.

m0uthless commented 9 years ago

Hi DoctorD, any news about scraping from EU?

Signumda commented 9 years ago

@m0uthless i use "Cyber Ghost" service to scan the files

DoctorD1501 commented 9 years ago

Any chance I can get you to paste the HTML of the entire page for the movie mentioned in this thread that isn't scraping in Europe? Also, the HTML of one of the gallery pages when you click on one of the thumbnails for the gallery. It might be a good idea to use a site like pastebin (or similar) and link to that site in the comment here.

Thanks.

m0uthless commented 9 years ago

thx @Signumda for the trick. @DoctorD1501 this is html of the page http://pastebin.com/9vMrNz1s and this html of the gallery http://pastebin.com/pNzkwiTe

DoctorD1501 commented 9 years ago

One final question - Does the 74.50.117.45 IP address work for you in Europe if you try it directly? I may do some replacements with the European IP with the American IP, but if it doesn't load then that won't work I guess.

In other words, does this link load & show an image in Europe?

http://74.50.117.45/1/1136/145765/big.jpg

m0uthless commented 9 years ago

Yes it works

DoctorD1501 commented 9 years ago

I just posted a new build on http://www.mediafire.com/download/pm3d2yl49qa99fe/JAVMovieScraper.jar with a potential fix for this issue. Please test it out and let me know if you still notice any issues with the images on this or any other pages. I tried it out using Cyber Ghost on this particular page, so i think we should be OK, but I used manual IP address substitution, so who knows what kind of weirdness we may see :).

Thanks for all the detailed error logs and help with this one everyone!

Signumda commented 9 years ago

sorry, it didn't work for Me in germany

DoctorD1501 commented 9 years ago

Can you post the log? Thanks.

m0uthless commented 9 years ago

@DoctorD1501 this last build works for me! Thx!

Signumda commented 9 years ago

My mistake, the WEB version is working fine, but can you fix the MOVIE version also?

DoctorD1501 commented 9 years ago

Signumda,

I just uploaded a new version on mediafire (http://www.mediafire.com/download/pm3d2yl49qa99fe/JAVMovieScraper.jar) which I think should fix the movie version. Can you try it out and let me know if it works?

Thanks, DoctorD

Signumda commented 9 years ago

no, the extrafanarts are 0Kb and the fanart is the backside

DoctorD1501 commented 9 years ago

Signumda,

I uploaded a new build on mediafire which fixed an extrafanart problem on one of the pages I could find some on. The problem was they were using yet another IP address for that in Europe which needed to use an American IP address. In general, this approach is going to be problematic since I have no idea how many IP addresses they are using there, so if you notice specific movies not getting art that you believe should have it (you see the art on the page of the movie), let me know and I can take a look at that page.

In addition, your comment about the fanart being the backside gave me another chance to look at how this was handled. It turned out this was actually the same as the art American users were getting, so I made a change to allow the extrafanart to show up as fanart as well. The extrafanart tends to be official promotional gallery images and is likely much better suited to be the movie's fanart anyways.

Please try it out and let me know if you notice any other issues.

Thanks, DoctorD

Signumda commented 9 years ago

great work thank you