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

Error when adding Anthem #99

Closed
kcam01 opened this issue Mar 15, 2023 · 7 comments
Closed

Error when adding Anthem #99

kcam01 opened this issue Mar 15, 2023 · 7 comments
Labels
bug Something isn't working provider issues related to healthcare institutions/integrations

Comments

@kcam01
Copy link

kcam01 commented Mar 15, 2023

I'm getting the following error when trying to add Anthem
An error occurred while accessing anthem: Error: could not find client secret for careevolution.client_secret

@AnalogJ AnalogJ added bug Something isn't working provider issues related to healthcare institutions/integrations labels Mar 16, 2023
@AnalogJ
Copy link
Member

AnalogJ commented Mar 16, 2023

Hey @kcam01 looks like I broke something with the recent sources update. I'll take a look and get this fixed.

@AnalogJ
Copy link
Member

AnalogJ commented Mar 16, 2023

partially fixed, the Anthem sources are using the correct secret, however getting a 500 response. Will investigate further in the morning.

@kcam01
Copy link
Author

kcam01 commented Mar 17, 2023

Thanks for looking into this so fast.

@AnalogJ
Copy link
Member

AnalogJ commented Mar 17, 2023

Just wanted to confirm that I've tested Anthem myself, and it's working correctly now! sorry about that

@kcam01
Copy link
Author

kcam01 commented Mar 17, 2023

Thanks I was able to add it but once I connected it The following error pops up
An error occurred while accessing anthem: TypeError: Cannot read properties of null (reading 'state')

fasten_1 | 2023/03/17 06:39:36 deprecated: golang.org/x/oauth2: Transport.CancelRequest no longer does anything; use contexts
fasten_1 | time="2023-03-17T06:39:36Z" level=error msg="An error occurred while bulk import of resources from source Get "https://patient360.anthem.com/P360Member/api/fhir-r4/Patient//$everything": net/http: request canceled (Client.Timeout exceeded while awaiting headers)" type=web`

@AnalogJ
Copy link
Member

AnalogJ commented Mar 17, 2023

Hm. I did see that error once, but after retrying Anthem worked.
Im guessing there's some caching/slow query on the Anthem side that's causing this timeout.

We could technically iterate through each FHIR resource type individually instead of requesting everything, but its kind of a pain in the ass.

I'll re-open this issue for now.

@AnalogJ
Copy link
Member

AnalogJ commented Aug 9, 2023

Anthem should be working again. Closing this issue.

@AnalogJ AnalogJ closed this as completed Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working provider issues related to healthcare institutions/integrations
Projects
None yet
Development

No branches or pull requests

2 participants