This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 113
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python 3.8 on Ubuntu fix
GUI needs complete spawn of Interpreter. Since GUI Thread is ot handling UI for date search in main thread
wenn keine version.txt vorhanden ist, startet das GUI nicht
fix(gui version): Absturz wenn version.txt nicht vorhanden
fix(GUI Pfadauswahl): GUI stürz beim "x" drücken während der Pfadauswahl ab
Fixed NameError exception due to quit() call. Replaced with sys.exit(). reference: https://docs.python.org/3.8/library/constants.html#quit Tested in Linux-Ubuntu-20.04 build.
fix(Falsche PLZ): Fixed NameError exception #367
Gmail allows a + character to organize your email (see https://support.google.com/a/users/answer/9308648?hl=en), but impfterminservice rejects these
Emails mit "+" ablehnen
feat(code): Allow to specify multiple codes
Laden von Kontaktdaten in GUI
* Create version.txt * Update utils - removed empty lines/comments * Added output if source files are used. * Update gui.py Co-authored-by: Tim Reibe <[email protected]> * Update gui.py Co-authored-by: Florian Glaser <[email protected]> Co-authored-by: Tim Reibe <[email protected]> Co-authored-by: Florian Glaser <[email protected]>
fix(Notification): Fixed notifications
fix(Log): Browser-Cookie success->info
* fix(Cookies): Optimierte Cookie Generierung * Update tools/its.py Co-authored-by: Tim Reibe <[email protected]> * Update tools/its.py Co-authored-by: Tim Reibe <[email protected]> * Doc Co-authored-by: Tim Reibe <[email protected]> * Doc Co-authored-by: Tim Reibe <[email protected]> Co-authored-by: Tim Reibe <[email protected]>
* fix(Validierung): Pushover und Telegram Token Validierung * fix(Validierung): Pushover und Telegram Token Validierung
* fix(GUI): Fix GUI Absturz * richtiger code anzeigen
…419) Signed-off-by: Sebastian Hasler <[email protected]>
* Draft for Code gen over GUI first draft for running Code Gen over GUI * Update tools/gui/qtcodegen.py Co-authored-by: Florian Glaser <[email protected]> * Update tools/gui/qtcodegen.py Co-authored-by: Florian Glaser <[email protected]> * Update tools/gui/qtcodegen.py Co-authored-by: Florian Glaser <[email protected]> * Update qtcodegen.py * Thread cancel optimization break while loops if stop called * update now checking missing kontakt data showing dialog to generate kontaktdaten if not present * remove help icon * added CodeGEn Checkbox to Kontaktdaten for now it just simply adds a XXXX dummy code to prevent code validation error (since it is not yet known ) * Update qtcodegen.py * Update qtcodegen.py * Revert "added CodeGEn Checkbox to Kontaktdaten" This reverts commit 3bf7b6f. * added QtCodeGen to SubProcess added QtCodeGen to SubProcess because Impfterminservice is blocking the Thread for termination * adapted to mainline beta and further improvements READY to TEST * Update main.py * Update utils.py * Update qtcodegen.py hard exit if cancelled * Revert "Update main.py" This reverts commit 8f082c5. * file permission fix git update-index --chmod=+x main.py under windows * File permissin change revert * Update gui.py small rearrangment * Update tools/gui/qtcodegen.py THX Co-authored-by: Florian Glaser <[email protected]> * Update tools/gui/qtcodegen.py Co-authored-by: Florian Glaser <[email protected]> * Update tools/gui/qtcodegen.py Co-authored-by: Florian Glaser <[email protected]> * Update tools/gui/qtcodegen.py Co-authored-by: Florian Glaser <[email protected]> * keep all data kontaktdaten.json and just set a dummy code for code gen task Rework to keep all data in kontaktdaten.json and just set a dummy code for code gen task if not file is present. Also added checks if kontaktdaten edit fenster was cancelled to not run processes. Also do a full validation check on input also if mode CODE_GENERIEREN, to have a valid config file * Update gui.py Co-authored-by: Florian Glaser <[email protected]> * Update tools/gui/qtcodegen.py Co-authored-by: Florian Glaser <[email protected]> * Update gui.py Co-authored-by: Florian Glaser <[email protected]> * Update qtkontakt.py changes from @Floskinner added * Revert "Merge branch 'beta' into ownBeta" This reverts commit cb67518, reversing changes made to 7e719ec. * Revert "Revert "Merge branch 'beta' into ownBeta"" This reverts commit fe4d9f5. * logger conflicts with redirect of qtgui * added fix from TIm Reibe Co-authored-by: Florian Glaser <[email protected]>
* Update .gitignore Added venv * Alow multiple use in gui, json support * changed labels and tooltips Es wurden ein paar Tooltips hinzugefügt und einige Labels geändert. * Update .gitignore * Alow multiple use in gui, json support changed labels and tooltips Es wurden ein paar Tooltips hinzugefügt und einige Labels geändert. Update .gitignore * Fehlermeldung und kleine Bugfixes * rename variable * fixed findChildren * handling empty codes
Wie man am Kommentar sieht, tauchen immer wieder neue Response- Inhalte auf, die darauf hindeuten, dass das Terminpaar nicht mehr gebucht werden kann. Gemein haben sie, dass der Status Code 400 lautet. In meinen Tests war es bisher so: Immer, wenn ein 400er zurueck kommt, ist das Terminpaar auch manuell nicht buchbar, da es nicht mehr verfuegbar ist.
Please try a test build for windows and start codegen
Fix Code Gen not starting with windows builds
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
beta -> master