Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue https://github.com/samwize/python-email-crawler/issues/17 #18

Merged
merged 2 commits into from
Dec 25, 2017
Merged

Fix issue https://github.com/samwize/python-email-crawler/issues/17 #18

merged 2 commits into from
Dec 25, 2017

Conversation

freetom
Copy link

@freetom freetom commented Nov 23, 2017

Signed-off-by: tomas [email protected]

tomas added 2 commits November 23, 2017 17:56
Signed-off-by: tomas <[email protected]>
This commit fixes the warning messages introduced in the previous commit https://github.com/freetom/python-email-crawler/commit/8c13766a121c75b986e9cf51e6314ba12087c846:

```
17:59:49] INFO::email_crawler - ----------------------------------------
[17:59:49] INFO::email_crawler - Keywords to Google for: goethe straße
[17:59:49] INFO::email_crawler - ----------------------------------------
[17:59:49] INFO::email_crawler - Crawling http://www.google.com/search?q=goethe+stra%C3%9Fe&start=0
/usr/lib/python2.7/dist-packages/sqlalchemy/sql/sqltypes.py:219: SAWarning: Unicode type received non-unicode bind param value 'https://en.wikipedia.org/...'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
/usr/lib/python2.7/dist-packages/sqlalchemy/sql/sqltypes.py:219: SAWarning: Unicode type received non-unicode bind param value 'https://de.wikipedia.org/...'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
/usr/lib/python2.7/dist-packages/sqlalchemy/sql/sqltypes.py:219: SAWarning: Unicode type received non-unicode bind param value 'http://www.goethe.de/lrn/...'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
/usr/lib/python2.7/dist-packages/sqlalchemy/sql/sqltypes.py:219: SAWarning: Unicode type received non-unicode bind param value 'https://moovitapp.com/ind...'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
/usr/lib/python2.7/dist-packages/sqlalchemy/sql/sqltypes.py:219: SAWarning: Unicode type received non-unicode bind param value 'http://www.frankfurt-tour...'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
/usr/lib/python2.7/dist-packages/sqlalchemy/sql/sqltypes.py:219: SAWarning: Unicode type received non-unicode bind param value 'https://www.tripadvisor.c...'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
/usr/lib/python2.7/dist-packages/sqlalchemy/sql/sqltypes.py:219: SAWarning: Unicode type received non-unicode bind param value 'https://www.tuttocitta.it...'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
[17:59:50] INFO::email_crawler - Crawling http://www.google.com/search?q=goethe+stra%C3%9Fe&start=10
/usr/lib/python2.7/dist-packages/sqlalchemy/sql/sqltypes.py:219: SAWarning: Unicode type received non-unicode bind param value 'http://www.globalblue.com...'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
/usr/lib/python2.7/dist-packages/sqlalchemy/sql/sqltypes.py:219: SAWarning: Unicode type received non-unicode bind param value 'https://www.booking.com/l...'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
[17:59:51] INFO::email_crawler - Crawling http://www.google.com/search?q=goethe+stra%C3%9Fe&start=20
```

Signed-off-by: tomas <[email protected]>
@samwize samwize merged commit 0ec34e3 into samwize:master Dec 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants