VIDA-NYU / domain_discovery_tool_deprecated

Seed acquisition tool to bootstrap focused crawlers
23 stars 8 forks source link

DDT won't plot pages (master branch) #60

Closed aecio closed 8 years ago

aecio commented 8 years ago

Steps to reproduce:

  1. Make a clean repository pull
  2. Run 'make'
  3. Run 'source activate ddt'
  4. run 'supervisord'
  5. Open tool and create a new domain
  6. Issue a query
  7. Click update button
  8. Pages will be downloaded and shown in the 'page summary', but not plotted in the 2d visualization

Is this caused by the recent change to use bokeh? Or bokeh code is still in a separate branch?

aecio commented 8 years ago

I was seeing some JavaScript errors related to bokeh in chrome's JS console. After I switched to a different branch, the error was gone. After switching back to master branch, everything was working fine.

Maybe it was just chrome caching some old JS files?

I'm closing this for now as I can't reproduce it anymore.