Alex Reed

Results 15 comments of Alex Reed

I had it as 3.8 mostly because of Pathlib, but if it works with 3.7.7 I wouldn't mind changing it to that.

I'll have to take a look and see what the issue is.

What does the subscription request look like? Also, what's the error you're getting? Keep in mind that it may be hard to test during the weekend, the API seems to...

@pandaxbacon Random question, did generating the self-signed certificate alleviate issues when navigating to the login page. I remember it always was warning issues that it wasn't a secure page.

Thank you, I'm planning to archive this one soon.

@Junkern Here are the values you asked for: - `source_path="../../../../ews-bi-pipelines/"` - `docker_file_path="workflows/korn_ferry_email/deploy/Base.Dockerfile"` Let me know if you need anything else. To give you context the `workflows` folder lives inside the...

Try upgrading the package first and let me know if that resolves this issue. If not I'll spend some more time looking into this.

Found the issue, in python 3.8 the `logging.basicConfig()` function doesn't allow for the `encoding` argument. Hence why you were getting the error. It looks like they added it in python...

@kelvinwop Have you tested this thorughly? Also I just want to understand the change better before merging it, but what is the advantage/disadvantages of doing this? Thanks for the contribution!

I'm going to add this to the documentation, I think it's useful for people to know.