Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Problems

Electron_prod edited this page Jan 25, 2024 · 5 revisions

Launch troubles

  1. Check installation of Java 8-10.
  2. If you have it, try to lauch program in cmd:
    java -jar TimeTableConfigurator.jar
  • Note: change "TimeTableConfigurator.jar" to name of file
  1. If you caught an error in previous step, try to lauch program in cmd:
    JRE_PATH -jar TimeTableConfigurator.jar
  • Notes:
    Change "TimeTableConfigurator.jar" to name of file
    Replace "JRE_PATH" with javaw.exe file path of your JRE
  1. If it doesn't help, write your problem to Issues and attach console log.

CSV Import troubles

File is empty or unreadable.

Make sure, that your .csv file has UTF-8 encoding.

Error creating new class.

Internal error. Contact us in Issues.

Error in file format: classname isn't defined before day.

Incorrect format of your .CSV file.

Error in file format: day isn't defined before lessons.

Incorrect format of your .CSV file.

Day must be number!

Day id can be only number 1-7 (Monday-sunday)

Error adding lesson to database.

Incorrect format of your .CSV file or internal error. Check .CSV file format. If it's correct contact us in Issues

Send troubles

Incorrect auth data.

Login or password you entered is incorrect. Try again

Error connecting to server: (reason)

Error connecting to server. Check your internet connection. Check server adress. Try again.