jonkpirateboy / Pass-fur-alle

Since Polisens web queueing solution for getting a passport sucks, and it is more or less impossible to book a time, I wrote this small javascript. What it does is that it automates the searching for a bookable time. In the file you just change the constants to your information and away you go. :)
GNU General Public License v3.0
376 stars 96 forks source link

Uncaught TypeError when running a search #111

Closed pettermahlen closed 2 years ago

pettermahlen commented 2 years ago
init.js:30 Uncaught TypeError: $(...).datepicker is not a function
    at init.js:30:22
    at dispatch (jquery?v=qWq_uEaMDsyjxUIrGMHmmh4Hs1ha7TuAcFmRMIvZ4O81:1:55286)
    at y.handle (jquery?v=qWq_uEaMDsyjxUIrGMHmmh4Hs1ha7TuAcFmRMIvZ4O81:1:52032)

I get the feeling that the search is stuck ("Söker efter tid.../Avbryt"), but maybe it's just taking time.

pettermahlen commented 2 years ago

I don't see any network activity, so I guess it's pretty definite that the search is stuck?

jonkpirateboy commented 2 years ago

This is an error with the booking system itself that does not affect Pass für alle.

pettermahlen commented 2 years ago

OK - but would you expect to see zero network activity while the search is ongoing? I would have expected to see lots of requests back and forth. It looks to me like the search is stalled, even though the spinner says that it's searching.