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

Quick makeover to restore package functionality. #14

Closed
wants to merge 1 commit into from

Conversation

MarcoZanon
Copy link

@MarcoZanon MarcoZanon commented Feb 14, 2021

Thank you for creating and sharing this bot. I applied some crude fixes to address the error message:

error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

They will require for sure some optimization, but they are good enough to execute GET, POST and DELETE commands properly via httr .

I could not test them with macOS, so anything related to mac OS is still unchanged.

They may be too messy for a pull request, but I wanted to submit them to your consideration.

Various fixes addressing the error message "error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version"
@DheerajAgarwal
Copy link
Owner

DheerajAgarwal commented Feb 14, 2021 via email

@svdijkman
Copy link

I tested this patch, but got a message that just said "BadRequest" as a return of the account() function. Not sure if it's my fault, as I have not yet used this package before, so could've made a mistake.

@MarcoZanon
Copy link
Author

I tested this patch, but got a message that just said "BadRequest" as a return of the account() function. Not sure if it's my fault, as I have not yet used this package before, so could've made a mistake.

The account() function likely still needs fixing. To be fair, I did not test it. I modified only the accounts() function. I confirm that the fix still works for me.

@DheerajAgarwal
Copy link
Owner

I have fixed issues with the auth functions and any dependent functions on auth should work fine on windows. macos is still under fixes. Thanks for your contribution.

@MarcoZanon
Copy link
Author

Excellent! Keep up the good work!

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

Successfully merging this pull request may close these issues.

None yet

3 participants