-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login error... #2
Comments
The magazine is not rented.... |
I think the problem is that hessen uses the subdomain (https://hessen.onleihe.de/verbund_hessen/)) while niedersachsen uses generic subdomain (https://www.onleihe.de/nbib24/) which i hardcoded into onleihe.py line 48, 91 and 115 because i wasnt aware of this. Could you please try to replace www with hessen in your local environment and check if that works? if yes than we need to refactor some code to support different subdomains based on the verbund. |
With the voebb, it unfortunately does not work either: Here, the form seems to be structured a bit differently, so that it's not enough to just change the URL (or hard code it). |
Thanks for the hint. So if you check the specific login page for your online verbund there seems to be a number in square brackets between 1 and 4. in my case it is [2] which is referring to the used authentication method https://www.onleihe.de/nbib24/frontend/content,0-0-0-105-0-0-0-0-0-0-0.html#auth-pk341 - so i think currently only 2 and maybe 3 is implemented. If someone can implement these or provide records of the post requests or send me credentials for login this would be great. |
Here's the log
The text was updated successfully, but these errors were encountered: