iliasDownloaderTool icon indicating copy to clipboard operation
iliasDownloaderTool copied to clipboard

Downloader can't find any courses - KIT

Open freedome97 opened this issue 3 years ago • 3 comments

The Karlsruher Institute of Technology has updatet their Illias from Version 5 to 7. Ever since, the IlliasDownloaderTool is not able refresh or even find any courses. Here an image to demonstrate what I mean: image

Any ideas how to resolve this problem? Greetings

freedome97 avatar Jan 10 '22 22:01 freedome97

@freedome97 i guess the html structure changed slightly or maybe the rendering process (more javascript involved?). I don't have an account anymore for the KIT Ilias -> so i can only guess. If someone feels like solving the issue i am happy to point to the most likely relevant files.

DeOldSax avatar Jan 11 '22 14:01 DeOldSax

@DeOldSax Yeah the homepage changed pretty much. So below is a screen comparing the new (left) with the old (right) Illias The login page you will be redirected to after clicking the marked buttons stayed the same. gitkit

Hope it helps you or someone else in any way.

freedome97 avatar Jan 12 '22 10:01 freedome97

@freedome97 Maybe the login steps changed (relevant file: https://github.com/DeOldSax/iliasDownloaderTool/blob/f0fda9a1e491986ea087daf6b9cec075f5f2ef65/src/main/java/plugin/KITIlias.java)

HTML Scraping for Dashboard courses: https://github.com/DeOldSax/iliasDownloaderTool/blob/f0fda9a1e491986ea087daf6b9cec075f5f2ef65/src/main/java/control/IliasScraper.java

DeOldSax avatar Jan 21 '22 13:01 DeOldSax