Thanks for continuing the project! Much appreciated.
I seem to be having a problem with EVEMon constantly sending Notifications about finishing a lot of skills. Do I need to somehow acknowledge these notifications? I keep clicking on them to hide them and then open the Notification menu and click Clear All. But they keep re-appearing .
Getting this error every day or so with this version of EVEMON:
EVEMon 4.0.0.4737
API Error:
An error occurred while querying the server status.
CCP Error: This software has exceeded the error limit for ESI. If you are a user, please contact the maintainer of this software. If you are a developer/maintainer, please make a greater effort in the future to receive valid responses. For tips on how, come have a chat with us in #esi on tweetfleet slack. If youāre not on tweetfleet slack yet, you can get an invite here -> https://www.fuzzwork.co.uk/tweetfleet-slack-invites/
EVEMon 4.0 seems to have issues with alpha character training. I have completed a Target Management III 5 timesand Signature Analysis III 2 by now, and EVEMon tells me I have completed 7 skills.
@Peter_Han Thank you so much for taking on the responsibility for migrating one of the most important 3rd party app to ESI. I am a developer myself and know from experience how much work that is.
If I may I want give some feedback: I think it was not the best idea to force every end user to get a dev account and create a new application in order to use ESI:
Its not user-friendy: Its a long and complex process that creates a significant hurdle for end users which are not tech experts.
Its unnecessary: There are many valid approaches for using Oauth with a ānative clientā. None of them require the end-user to create their own Oauth app. See here for an overview of standard solutions on an older Oauth 2 wikiā¦
Its not standard : This is not how Oauth 2 is supposed to be implemented
It requests way too much access: You are requesting all esi-scopes, which gives your app also write access to a character. This is unnecessary and a potential security concern.
Other 3rd party apps donāt use that approach: e.g. the newest pyfa version 2 uses ESI , without required the end user to create an Oauth app for it.
I hope you can reconsider your current design and change it to a more user-friendly approach in a future release.