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

upload does not reflect change #12

Open
tokamak-git opened this issue Jan 24, 2018 · 3 comments
Open

upload does not reflect change #12

tokamak-git opened this issue Jan 24, 2018 · 3 comments

Comments

@tokamak-git
Copy link

Hey, using your library for a small project im running and have found it very usefull and timesaving so far.
Could use your advice regarding an anamoly though,
While using the upload functionality to upload a file I have no issues and the program executes with the uploaded file reflecting as expected.
Now when I make changes to my local copy of the file and re-upload it again the program finishes as expected, but on inspection of the file it has not changed nor has the upload log been updated.
Any advice how to move forward with this?

@sadbox
Copy link
Owner

sadbox commented Jan 24, 2018

Off hand I would guess that there might be a bug either in checkError or maybe it's a warning that I am incorrectly ignoring.

The easiest way will probably be to insert some debugging print statements in to the code, i.e. capture what response you're getting back at line 320.

@tokamak-git
Copy link
Author

tokamak-git commented Jan 25, 2018

On further examination, the response is {{Warning}} not sure what this means and how to handle it.

@tokamak-git
Copy link
Author

@sadbox I would like to work on this bug and submit a pr, unfortunately am not clear where to start or how to go about it.
If you could maybe point me in the right direction as to how the upload function works it would be very helpful.

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

No branches or pull requests

2 participants