V3lop5 / ilias-downloader

Download files from your ilias courses and keeps your local copy up to date.
GNU General Public License v3.0
8 stars 5 forks source link

[Uni Konstanz] login form not found #5

Closed emhl closed 3 years ago

emhl commented 3 years ago

I just tried to setup a illias-downloader for the Uni Konstanz, but i get the following response:

Getting form url...
Failed getting login form url.

Could it be because of the new Illias overlay and the cmd=force_login parameter being required to access the login page? The values i set in the config were:

ILIAS_URL=https://ilias.uni-konstanz.de/
ILIAS_PREFIX=ILIASKONSTANZ
ILIAS_LOGIN_GET=https://ilias.uni-konstanz.de/login.php?client_id=ILIASKONSTANZ&cmd=force_login&lang=de
ILIAS_HOME=https://ilias.uni-konstanz.de/ilias.php?baseClass=ilDashboardGUI&cmd=jumpToSelectedItems
ILIAS_LOGOUT=https://ilias.uni-konstanz.de/logout.php?lang=de
emhl commented 3 years ago

I just didn't understand how the config file worked :D everything working as intended now

emhl commented 3 years ago

if you want you can add Konstanz with:

ILIAS_URL=https://ilias.uni-konstanz.de/
ILIAS_PREFIX=ILIASKONSTANZ
ILIAS_LOGIN_GET=login.php?client_id=ILIASKONSTANZ&cmd=force_login&lang=de
ILIAS_HOME=ilias.php?baseClass=ilDashboardGUI&cmd=jumpToSelectedItems
ILIAS_LOGOUT=logout.php?lang=de