Giter Site home page Giter Site logo

Startschwierigkeiten about auto-tatort HOT 5 CLOSED

dicer avatar dicer commented on June 12, 2024
Startschwierigkeiten

from auto-tatort.

Comments (5)

dicer avatar dicer commented on June 12, 2024

Das sieht alles nach UTF8 Problemen aus. Gut, dass du gerade testest, da natuerlich genau der gestrige Tatort Sonderzeichen enthaelt :) Ansonsten haette es erstmal geklappt. Wobei es mir unter Debian auch weiterhin funktioniert. Aber unter python ist UTF8 eh mein liebstes Thema...
Versuch doch bitte mal den branch "issue8". Habe ein paar Fixes eingebaut, die weiterhelfen koennten.

from auto-tatort.

dicer avatar dicer commented on June 12, 2024

Achja: Da das Script ja immer nur auf den heutigen Tag sucht, findet es natuerlich den Tatort von gestern nicht. Also am besten die Zeile
today = datetime.date.today()
austauschen gegen:
today = datetime.date(2015,5,31)

from auto-tatort.

dicer avatar dicer commented on June 12, 2024

@Ph1r3ph0x Konntest du nochmal testen?

from auto-tatort.

Ph1r3ph0x avatar Ph1r3ph0x commented on June 12, 2024

Huhu..
Ich habe mittlerweile mal getestet und "Issue8" scheint zu funktionieren.
Beim Master Branch ging es immernoch nicht, ich hab die Problematik aber
folgendermaßen gelöst:
fileName = fileName.replace(u'ä', 'ae')
fileName = fileName.replace(u'ö', 'oe')
fileName = fileName.replace(u'ü', 'ue')

Geht bestimmt eleganter, aber python ist einfach nicht so meins. Jetzt
funktioniert alles ;) Danke, dass du dir so eine Arbeit machst und das
alles so toll weiterentwickelst! ;)
Lg Ph1r3ph0x

from auto-tatort.

dicer avatar dicer commented on June 12, 2024

from auto-tatort.

Related Issues (19)

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.