lk3de / impftermin-checker

Search Impftermine and Vermittlungscodes in Germany automatically
GNU General Public License v3.0
21 stars 9 forks source link

Überhaupt keine Vermittlungscodes verfügbar, breche ab. #15

Closed tmalsburg closed 3 years ago

tmalsburg commented 3 years ago

I'm getting the output below:

Öffne Webseite für "Impfzentrum Ludwigsburg" (Vermittlungscode: ohne): https://005-iz.impfterminservice.de//impftermine/service?plz=71636 (Zeit: 2021-06-06 10:45:55)
Akzeptiere Cookie-Banner.
Klicke auf "Nein, Anspruch prüfen".
Überhaupt keine Vermittlungscodes verfügbar, breche ab.
Warte 10s vor dem nächsten Code.

What's the meaning of Überhaupt keine Vermittlungscodes verfügbar, breche ab. and how can I fix it?

My data sets look like this:

      {
         "name": "Impfzentrum Klinikum Stuttgart in der Liederhalle (Hegel-Saal)",
         "plz": "70174",
         "Ort": "Stuttgart",
         "url": "002-iz.impfterminservice.de/",
         "Adresse": "Berliner Platz 1",
         "age": 44,
         "notification_emails": ["xxx@xxx.de"]
      },
lk3de commented 3 years ago

Überhaupt keine Vermittlungscodes verfügbar is logged if the page says this:

grafik

There is unfortunately no fix for this, it just means that you currently cannot request any Vermittlungscode at all for your selected Impfzentrum. This is not a bug in the tool, it's just the current overall situation. ☹️

If you are on Windows, you can try the Alternative option to get a Vermittlungscode instantly.

By the way: you can safely remove the Ort and Adresse elements in your JSON object. They are not used by the tool at all. 🙂

SilvesterSchneider commented 3 years ago

If you are on Windows, you can try the Alternative option to get a Vermittlungscode instantly.

I think this option is not possible any more. They changed something on the request maybe. If i try to intersect the request i see Bad Request in Fiddler.

lk3de commented 3 years ago

Oh okay, I didn't know that...

I'm afraid that in this case there is no other solution but just trying again and again.

tmalsburg commented 3 years ago

Thanks for the explanation.

lk3de commented 3 years ago

@SilvesterSchneider I just tried the Fiddler method by myself and it worked with a little bit of extra effort. You need to enable automatic breakpoints after responses and complete the browser's request manually through Fiddler. Check out the updated Readme section. Hope this helps 😃