Agadar / NationStates-Endorsements-Checker

Command-line program that uses the NationStates API to determine what World Assembly member nations in a specified region are not endorsed yet by the specified nation, and what nations are already endorsed but are not endorsing back yet.
1 stars 0 forks source link

Unable to be used #1

Closed KohGeek closed 6 years ago

KohGeek commented 7 years ago

The Released version seems to be throwing a sort of error, and refuses to load up properly.

Agadar commented 6 years ago

I just tried it on Linux Mint, and it works. What OS are you running it on, and exactly what error are you getting?

KohGeek commented 6 years ago

Running it on Windows 10, the OS difference could explain it.

No error was thrown. It simply doesn't boot.

Agadar commented 6 years ago

Can you try running the application from a console window using the java -jar command and see what is printed? I don't have access to a Windows machine right now.

KohGeek commented 6 years ago

I never knew this was supposed to be CLI! Too used to GUI lol.

CLI works. Thanks a lot. It does seem, however, with a large number of nations in a single region this whole program will take some time to run.

Agadar commented 6 years ago

Aye, that is unfortunately something that is not in my power to change, as the slowness is due to a limitation of the NationStates API, not of my own code.