Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught exception #12

Closed
srevenant opened this issue Nov 10, 2017 · 2 comments
Closed

Uncaught exception #12

srevenant opened this issue Nov 10, 2017 · 2 comments

Comments

@srevenant
Copy link

phoenix_1 | 22:34:50.538 level=error GenServer Paddle terminating
phoenix_1 | ** (CaseClauseError) no case clause matching: :other
phoenix_1 | (paddle) lib/paddle.ex:612: Paddle.clean_eldap_search_results/1
phoenix_1 | (paddle) lib/paddle.ex:206: Paddle.handle_call/3
phoenix_1 | (stdlib) gen_server.erl:636: :gen_server.try_handle_call/4
phoenix_1 | (stdlib) gen_server.erl:665: :gen_server.handle_msg/6
phoenix_1 | (stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3

I don't know if it is in your plans, but have you considered setting up a supervisor process so when it does die like this, we can recover?

Thanks,

@minijackson
Copy link
Owner

I was planning to add a supervisor when I would work on multiple connections (#4), but you're absolutely right, it's kind of really important, sorry about that

@srevenant
Copy link
Author

it is becoming a non-starter for us. It seems to die quite frequently and for no reason, so most of the time we try to use the service it is dead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants