Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Fi0x edited this page Feb 23, 2022 · 14 revisions

If you encounter a problem and get an error code, you can use this page to find out what that code means

Error codes

429

Description

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.

Reason

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.

Solution

Wait a while, each request you make during your blocked out time resets the timer, so be patient. (This might take 1-6 hours)

990

Description

This error means that the tool had some trouble with the windows-registry.

Reason

The tool needs to access a registry-key to get the userID for Mixpanel events.

Solution

  • Don't worry, this usually does not affect you in any way, it only means that my user-statistics are wrong.
  • If you want you can report this issue here.

991

Description

This error means that a commodity name was not recognized by the tool.

Reason

When EDDN provides a name that is not known to the tool, this error appears

Solution

  • Don't worry, this usually does not affect you in any way, it only means that there is a new commodity in the game that the tool doesn't know about.
  • If you want you can report this issue here.

992

Description

This error indicates that something went wrong when opening a file.

Reason

When the program fails to open a file in another program, this error appears. This happens when the program tries to open a website in your browser or a text-file in the editor.

Solution

Please report this issue here.

993

Description

This error appears when the tool could not access the local database because the database-file was locked.

Reason

This usually happens if multiple threads or programs try to access the database at the same time, like when you start multiple instances of the tool.

Solution

  • Make sure you have only ONE instance of the tool running
  • If this error still occurs, please report this issue here

994

Description

This error appears in the log files when the local database encounters an exception.

Reason

  • A SQL statement has a syntax error

Solution

  • The exceptions that are caused by SQL-syntax errors should be no problem and you can ignore them.

995

Description

This error indicates a connection issue. The client will wait a bit before the next HTTP request and then try again.

Reason

Your computer might not have an internet-connection.

Solution

Find out if you can access any other website. If you have access to other websites, please report this issue here.

996

Description

The logger could not write an entry to the log-file.

Reason

This might be caused by some permission settings on your computer.

Solution

  • Try to start the program with administrator permissions.
  • Please report this issue here.

997

Description

This code gets logged when an error occurred while creating a file or directory.

Reason

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.

Solution

  • Try to start the program with administrator permissions.
  • Please report this issue here.

998

Description

This code stands for a failed database-connection.

Reason

The connection to your local database could not be established. This might be because of some permission issues on your computer.

Solution

  • Try to start the program with administrator permissions.
  • Please report this issue here.

999

Description

An FXMLLoader was unable to load a part of the GUI.

Reason

This happens when the different parts of the GUI can't get loaded. There FXMLLoaders that could cause this problem are located in:

Solution

Please report this issue here.