Giter VIP home page Giter VIP logo

Comments (4)

wranders avatar wranders commented on August 17, 2024

Oh, definitely. Examples are planned for the documentation, but I've got to finish playing catch-up before I can work on that.

In the mean time, I gave an example in another issue (#16 Code Example) that should still be valid as long as you're using the master branch. (Just make sure to to use your ClientID, SecretKey, and directory path for EveSSOAuthRouter.exe)

But, please keep in mind that master is at least 6 months out of date. Most endpoints are available, but almost all of the new Corporation paths are missing. dev is about half updated, but expect things to break if you're using it.

from esisharp.

wranders avatar wranders commented on August 17, 2024

If you need more specific examples, please ask.
Writing some out here is a good place to start gathering them for the docs later.

from esisharp.

martijn805 avatar martijn805 commented on August 17, 2024

edit: my apologies, seems a reboot of my pc seems to have fixed the issue. Too many changes made the system a bit unstable.

Thanks for your quick response.
I think I'm almost there, I switched to the dev version and am able to get to the point where I can launch the EveSSOAuthRouter.exe. It gives me a code and a state, but I get an security error from the Client.Connect() line:
Unhandled Exception: System.UnauthorizedAccessException: Access to the path is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Pipes.NamedPipeClientStream.Connect(Int32 timeout)
at System.IO.Pipes.NamedPipeClientStream.Connect()
at EveSSOAuthRouter.Program.Main(String[] args)
I tried changing the security settings and moving the .exe around but it seems I'm still missing a step. Registry keys seem in order as well.

from esisharp.

wranders avatar wranders commented on August 17, 2024

Oh! I completely forgot that could happen. I'll be adding this to another ToDo.

The communication between the AuthRouter and the library uses named communication tunnels. If the tunnel was opened but not closed for some reason, the next time you try to open that tunnel, you'll get that error.

If it happens again, open up your task manager and force-quit the EveSSOAuthRouter.exe. That should close the tunnel and make it available for use again.

from esisharp.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.