Giter Club home page Giter Club logo

Comments (12)

thp avatar thp commented on June 30, 2024

For which URL does this happen?

from urlwatch.

csill1634 avatar csill1634 commented on June 30, 2024

http://ecrime-project.eu/

the text that causes the error is in the footer of the webpage

from urlwatch.

thp avatar thp commented on June 30, 2024

Ok, I've tested with this page and it properly specifies UTF-8 both in the HTTP header and in the meta http-equiv tag. So I guess you have any filters enabled for this URL? If so, which?

from urlwatch.

csill1634 avatar csill1634 commented on June 30, 2024

yes, html2text

from urlwatch.

thp avatar thp commented on June 30, 2024

What is your system locale set to? You can check with the following snippet:

$ python3
[...]
>>> import sys
>>> sys.getdefaultencoding()
'utf-8'

from urlwatch.

csill1634 avatar csill1634 commented on June 30, 2024

also utf8

>>> import sys
>>> sys.getdefaultencoding()
'utf-8'

from urlwatch.

marbon87 avatar marbon87 commented on June 30, 2024

do you also have the problem only when running as a cronjob?
then look for the solution here:
#48

from urlwatch.

ngld avatar ngld commented on June 30, 2024

It looks like Python's stdout is set to latin-1 for some reason. Can you please run the following?

$ python3
[...]
>>> import sys, os
>>> sys.stdout.encoding
'UTF-8'
>>> os.environ.get('PYTHONIOENCODING', '')
''

from urlwatch.

csill1634 avatar csill1634 commented on June 30, 2024
python3
>>> import sys, os
>>> sys.stdout.encoding
'ISO-8859-1'
>>> os.environ.get('PYTHONIOENCODING', '')
''

from urlwatch.

ngld avatar ngld commented on June 30, 2024

Try running urlwatch with PYTHONIOENCODING="UTF-8" urlwatch. That should solve your problem. I just wonder why your Python uses latin-1 as stdout encoding...
What distribution are you using?

from urlwatch.

csill1634 avatar csill1634 commented on June 30, 2024

Arch Linux

from urlwatch.

csill1634 avatar csill1634 commented on June 30, 2024

PYTHONIOENCODING="UTF-8" urlwatch does the trick for me! Thanks

from urlwatch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.