miketaylr / urlgrep

A tool to inline a given resources external CSS and JS assets.
3 stars 0 forks source link

invalid bytes #6

Open miketaylr opened 10 years ago

miketaylr commented 10 years ago
mtaylor at omg-2 in ~/dev/compat/urlgrep on master
$ python inliner.py http://banorte.com/portal
Failed to load javascript from /js/jquery-1.7.min.js
'utf8' codec can't decode byte 0xa0 in position 14227: invalid start byte
Failed to load javascript from /js/autocompletesearch.jquery.js
'utf8' codec can't decode byte 0xe1 in position 4141: invalid continuation byte
Failed to load javascript from /js/engine.js
'utf8' codec can't decode byte 0xf3 in position 5560: invalid continuation byte
Failed to load javascript from /js/banorteFunctions.js
'utf8' codec can't decode byte 0xf1 in position 7009: invalid continuation byte
miketaylr commented 10 years ago

$ python inliner.py https://www.bbva.es/particulares/index.jsp Failed to load javascript from /estaticos/js/jquery.crotator.js 'utf8' codec can't decode byte 0xf3 in position 8387: invalid continuation byte