Code Monkey home page Code Monkey logo

Comments (4)

avihaycloudinary avatar avihaycloudinary commented on June 6, 2024

Me2 :)

Please select AWS app: 1
Traceback (most recent call last):
  File "/usr/local/bin/okta-awscli", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/oktaawscli/okta_awscli.py", line 120, in main
    get_credentials(
  File "/usr/local/lib/python3.8/site-packages/oktaawscli/okta_awscli.py", line 23, in get_credentials
    _, assertion = okta.get_assertion()
  File "/usr/local/lib/python3.8/site-packages/oktaawscli/okta_auth.py", line 156, in get_assertion
    self.okta_auth_config.save_chosen_app_link_for_profile(self.okta_profile, self.app_link)

from okta-awscli.

jmhale avatar jmhale commented on June 6, 2024

@lmechtaoui @avihaycloudinary I know what's going on here. Fix coming shortly.

from okta-awscli.

jmhale avatar jmhale commented on June 6, 2024

This is fixed in v0.4.6.

from okta-awscli.

saringit avatar saringit commented on June 6, 2024

I am using 0.5.4 and still getting this error. Any suggestions

Traceback (most recent call last):
File "C:\Python311\Scripts\okta-awscli-script.py", line 33, in
sys.exit(load_entry_point('okta-awscli==0.5.4', 'console_scripts', 'okta-awscli')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\click\core.py", line 1130, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\click\core.py", line 1055, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\click\core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\click\core.py", line 760, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\oktaawscli\okta_awscli.py", line 141, in main
get_credentials(
File "C:\Python311\Lib\site-packages\oktaawscli\okta_awscli.py", line 36, in get_credentials
_, assertion = okta.get_assertion()
^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\oktaawscli\okta_auth.py", line 165, in get_assertion
assertion = self.get_saml_assertion(resp)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\oktaawscli\okta_auth.py", line 149, in get_saml_assertion
self.logger.error("SAML assertion not valid: " + assertion)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str

from okta-awscli.

Related Issues (20)

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.