-
Notifications
You must be signed in to change notification settings - Fork 1
Errors
If you encounter a problem and get an error code, you can use this page to find out what that code means
This code indicates that a web-request resulted in a 429 response, which means that the website is blocking all requests that come from this client.
The requests you sent to a website were too frequent (less than 1 second between requests). This can happen if the delay between requests to the INARA website is too short. You can check if that is the case for you by going to the INARA website in your browser and verifying if you are blocked out.
Wait a while, each request you make during your blocked out time resets the timer, so be patient. (This might take 1-6 hours)
This error appears in the log files when the tool could not access the local database.
The local database is locked. This usually happens if multiple threads try to access the database at the same time.
This should have been solved in version 1.2.6.5, so if you see this error, please report it here
This error appears in the log files when the local database encounters an exception.
- The tool has no access to the local database-file
- A SQL statement has a syntax error
- If the access to the database-file is restricted, try to run the program as an admin-user.
- The exceptions that are caused by SQL-syntax errors should be no problem and you can ignore them.
This error indicates a connection issue. The client will wait a bit before the next HTTP request and then try again.
Your coumputer might not have an internet-connection.
Find out if you can access any other website. If you have access to other websites, please report this issue here.
The logger could not write an entry to the log-file.
This might be caused by some permission settings on your computer.
- Try to start the program with administrator permissions.
- Please report this issue here.
This code gets logged when an error occurred while creating a file or directory.
A file in the program directory or the directory itself could not be created. This might be caused by some permission settings on your computer.
- Try to start the program with administrator permissions.
- Please report this issue here.
This code stands for a failed database-connection.
The connection to your local database could not be established. This might be because of some permission issues on your computer.
- Try to start the program with administrator permissions.
- Please report this issue here.
An FXMLLoader was unable to load a part of the GUI.
This happens when the different parts of the GUI can't get loaded. There FXMLLoaders that could cause this problem are located in:
Please report this issue here.