-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
After dependencies updates, Dropbox's Refresh Token Code and Client is Broken #41
Comments
Base on our initial investigation, I believe it has to do with the latest version 2.2.3 of urllib3. |
Interestingly, I made a quick test with this this test-build. I get this error when trying to get dropbox refresh token.
Even after reverting to the previous version of urllib3, I am getting this error when trying to upload.
Strangely, when I revert back to our current release 1.1.3's complied binary, I am able to create dropbox refresh token and upload data set without issue. |
New update, it has nothing to do with urllib. It seems to be some kind of environment problem (or image problem) of servers that are spawned by github actions to build the binary |
Interesting! @arjunprakash027 Using this fresh test build, I am able to create dropbox refresh token and upload data set without issue. |
@arjunprakash027 I have created a new branch https://github.com/TheAcharya/Airlift/tree/codebase-refactor-for-dependencies |
@arjunprakash027
I believe I have further identified the issue. It seems after dependencies update, our dropbox's refresh token code and client is broken.
You can check this test build.
https://github.com/TheAcharya/Airlift/actions/runs/11760883767
The text was updated successfully, but these errors were encountered: