Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Can't launch the service #14

Closed
dtitov opened this issue Nov 11, 2019 · 2 comments
Closed

Can't launch the service #14

dtitov opened this issue Nov 11, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@dtitov
Copy link

dtitov commented Nov 11, 2019

Describe the bug

% start_oidc_client                                     
zsh: abort      start_oidc_client
% python3 -m oidc_client.app
zsh: abort      python3 -m oidc_client.app

To Reproduce

Steps to reproduce the behaviour:

  1. Install the tool by following README instructions.
  2. Try to launch it.
  3. See error

Expected behavior

The server is started.

Additional context

I guess the problem might be with zsh, because on bash it works (on another machine though). But it's just an assumption.

@dtitov dtitov added the bug Something isn't working label Nov 11, 2019
@dtitov
Copy link
Author

dtitov commented Nov 15, 2019

This "solution" helped: Homebrew/homebrew-core#44996 (comment)

Apparently, asn1crypto library somehow breaks everything. After I uninstalled it, oidc-client launches successfully.

@blankdots
Copy link
Contributor

Will close for now, as the issue was not with our code.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants