You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/srv/scrapy/new-scraper/bin/nrcSpreadsheetScraper.py", line 2090, in
sys.exit(main(sys.argv[1:]))
File "/srv/scrapy/new-scraper/bin/nrcSpreadsheetScraper.py", line 2049, in main
print(query)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xd3' in position 315: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
Running this:
nohup /srv/scrapy/bin/python /srv/scrapy/new-scraper/bin/nrcSpreadsheetScraper.py --db-host ewn3.skytruth.org --db-user scraper --db-pass EsyfylE48CD2D0gB6V6Y --print-queries &
Produced this:
...
INSERT INTO public."NrcScrapedMaterial" (reportnum, name, reached_water, chris_code, amount, unit) VALUES (1073139.0, 'GASOLINE: AUTOMOTIVE (UNLEADED)', 'NO', 'GAS', 17000.0, 'LITER(S)');
Traceback (most recent call last):
File "/srv/scrapy/new-scraper/bin/nrcSpreadsheetScraper.py", line 2090, in
sys.exit(main(sys.argv[1:]))
File "/srv/scrapy/new-scraper/bin/nrcSpreadsheetScraper.py", line 2049, in main
print(query)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xd3' in position 315: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: