Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. possible memory leak
  2. 65 instances of Xvfb
  3. 0 instances of chromium-browse
  4.  
  5. program terminated with following stack trace:
  6.  
  7. HTML LOAD ERROR
  8. Traceback (most recent call last):
  9. File "gh_crawler1.py", line 39, in <module>
  10. run()
  11. File "gh_crawler1.py", line 36, in run
  12. gh_event_scraper.run(event)
  13. File "/var/www/html/eventScraping/gh-scraper/gh_event_scraper.py", line 25, in run
  14. gh_event_to_db(event)
  15. File "/var/www/html/eventScraping/gh-scraper/gh_event_scraper.py", line 41, in gh_event_to_db
  16. query = "INSERT INTO events (name, date, locationName, cityName, stateName, latitude, longitude, description, source) VALUES ( \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\")" % tuple(event_line)
  17. TypeError: 'int' object is not iterable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement