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

GE production parser down #3831

Closed
tmrow-bot opened this issue Mar 7, 2022 · 3 comments · Fixed by #3914
Closed

GE production parser down #3831

tmrow-bot opened this issue Mar 7, 2022 · 3 comments · Fixed by #3914

Comments

@tmrow-bot
Copy link
Contributor

Description

This is an automatic error report generated for Georgia (GE).

Issues:

  • No recent data found for production parser

Suggestions

You can see an overview of all parser issues here.

@kruschk
Copy link
Contributor

kruschk commented Mar 25, 2022

This appears to be an SSL issue. Inspired by #2462 (GB-ORK) and #2504, disabling certificate verification with verify=False in the GET requests seems to fix it. The call to pandas.read_excel will require a bit of extra care, as that function doesn't seem to expose an option to ignore certificates.

I can work on this, if this is the route we'd like to take!

@madsnedergaard
Copy link
Member

This appears to be an SSL issue. Inspired by #2462 (GB-ORK) and #2504, disabling certificate verification with verify=False in the GET requests seems to fix it. The call to pandas.read_excel will require a bit of extra care, as that function doesn't seem to expose an option to ignore certificates.

I can work on this, if this is the route we'd like to take!

That would be great! :)

kruschk added a commit to kruschk/electricitymap-contrib that referenced this issue Mar 27, 2022
Disable certificate verification in all network requests to fix electricitymaps#3831.
This is a temporary measure until the server-side certificate issues are
resolved.
@kruschk
Copy link
Contributor

kruschk commented Mar 29, 2022

I sent an email to the GSE regarding the SSL/TLS certificate issue; hopefully they'll be able to resolve it. I'll provide another update if they get back to me!

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

Successfully merging a pull request may close this issue.

3 participants