I have since learned to use verbose command line mode on Windows. Here is the output.
Notice it says it says retrive okay. Jeremy On Wed, 1 Jun 2005 12:24:06 -0400 (EDT), "David A. Desrosiers" <[EMAIL PROTECTED]> wrote : > > > I can't seem to get driving directions off of any websites. I've > > tried google, yahoo, mapquest, and rand mcnally, they *all* return a > > page not found error when I try to sync them with Plucker. The links > > work fine, and everything else works fine with Plucker, but I can't > > get those particular pages. Here's an example below: > > Which distiller are you using? What host OS? Windows? Linux? > > I just tested your sample URL with the Python distiller in > Linux and it worked as expected. I use something very similar to do > mapping directions with Plucker all the time, without any troubles. > > Turn on verbosity and see what page is giving you the 404. > > > > David A. Desrosiers > [EMAIL PROTECTED] > http://gnu-designs.com > _______________________________________________ > plucker-list mailing list > [email protected] > http://lists.rubberchicken.org/mailman/listinfo/plucker-list > > > -- Registered Linux User #346571
C:\Program Files\Plucker\parser\python\vm>python.exe ../PyPlucker/Spider.py -f P luckerDB -V 3 -P "C:\Program Files\Plucker" -H "http://maps.yahoo.com/dd_result? newaddr=&taddr=&csz=Pleasant+Prairie%2C+WI+53158&country=us&tcsz=Ontario%2C+WI&t country=us">tmp.txt Pluckerdir is 'C:\Program Files\Plucker'... Using proxy 'http://[removed]' with authentication for u ser ''... ZLib compression turned on Using exclusion list C:\Program Files\Plucker\exclusionlist.txt Using exclusion list C:\Program Files\Plucker\exclusionlist.txt ---- 0 collected, 1 to do ---- Processing http://maps.yahoo.com/dd_result?newaddr=.....+WI&tcountry=us... checking http://maps.yahoo.com/dd_result?newaddr=&taddr=&csz=Pleasant+Prairie%2C +WI+53158&country=us&tcsz=Ontario%2C+WI&tcountry=us [('bpp', 1), ('max_depth', 2 ), ('maxdepth', '2'), ('maxheight', None), ('maxwidth', None), ('new_max_depth', None), ('post_data', None), ('stay_below', None), ('stay_on_domain', None), ('s tay_on_host', None), ('url', URL ('http://maps.yahoo.com/dd_result?newaddr=&tadd r=&csz=Pleasant+Prairie%2C+WI+53158&country=us&tcsz=Ontario%2C+WI&tcountry=us')) ] doc_info is Date: Wed, 01 Jun 2005 19:19:23 GMT Server: Apache/1.3.9 (Unix) mod_perl/1.21 Connection: close Content-Type: text/html headers_dict is {'server': 'Apache/1.3.9 (Unix) mod_perl/1.21', 'date': 'Wed, 01 Jun 2005 19:19:23 GMT', 'content-type': 'text/html', 'connection': 'close', 'UR L': 'http://maps.yahoo.com/dd_result?newaddr=&taddr=&csz=Pleasant+Prairie%2C+WI+ 53158&country=us&tcsz=Ontario%2C+WI&tcountry=us'} Retrieved ok. Parsed ok. ---- all 1 pages retrieved and parsed ---- Plucker internal key registrations: Writing out collected data... Writing document 'PluckerDB' to file C:\Program Files\Plucker\PluckerDB.pdb ********* PluckerDoc record ids: http://maps.yahoo.com/dd_result?newaddr=&taddr=&csz=Pleasant+Prairie%2C+WI+53158 &country=us&tcsz=Ontario%2C+WI&tcountry=us => 2 ********* Converting http://maps.yahoo.com/dd_result?newaddr=.....+WI&tcountry=us... http://maps.yahoo.com/dd_result?newaddr=&taddr=&csz=Pleasant+Prairie%2C+WI+53158 &country=us&tcsz=Ontario%2C+WI&tcountry=us has charset 4 (ISO-8859-1) Converted 2: http://maps.yahoo.com/dd_result?newaddr=.....+WI&tcountry=us Default charset is MIBenum 4 (ISO-8859-1) New document <PluckerIndexDocument 'plucker:/~special~/index' at 9492668> added Converted 1: plucker:/~special~/index New document <PluckerLinksDocument 'plucker:/~special~/links1' at 9514444> added New document <PluckerLinkIndexDocument 'plucker:/~special~/pluckerlinks' at 9466 988> added Converted 3: plucker:/~special~/pluckerlinks Converted 11: plucker:/~special~/links1 New document <PluckerMetadataDocument 'plucker:/~special~/metadata' at 9504692> added Converted 5: plucker:/~special~/metadata Wrote 1 <= plucker:/~special~/index Wrote 2 <= http://maps.yahoo.com/dd_result?newaddr=.....+WI&tcountry=us Wrote 3 <= plucker:/~special~/pluckerlinks Wrote 5 <= plucker:/~special~/metadata Wrote 11 <= plucker:/~special~/links1 ********* PluckerDoc record ids: plucker:/~special~/links1 => 11 plucker:/~special~/pluckerlinks => 3 plucker:/~special~/metadata => 5 plucker:/~special~/index => 1 http://maps.yahoo.com/dd_result?newaddr=&taddr=&csz=Pleasant+Prairie%2C+WI+53158 &country=us&tcsz=Ontario%2C+WI&tcountry=us => 2 ********* Done!

