-
Notifications
You must be signed in to change notification settings - Fork 11
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
Photobucket source only loading initial 25 image chunk #161
Comments
@briantemplate @itscam can you find out if something changed on yourside with the API. This part of our code hasn't changed so we can't figure out what happened that caused this to change. We will continue to investigate |
@AustenB @perisicboro Are there any errors coming back from the Photobucket API? If so, can we add some logging to help us track down what could be the problem? When this happens, the only thing in the log is:
|
Behavior still seen in 3812dac. No additional logging present, so only "infinite scrolling trigered" is seen in the logs. If an error occurs from the server or parsing the server response, the spinner should be stopped/removed since it makes it look like we are waiting for a response from the server. |
This one works for me in newest build on my phone. What phone are you not seeing it work on. On Thu, Aug 21, 2014 at 6:18 PM, Brian Temple notifications@github.com
Austen Bernstein |
Mobile uploads folder contains 23 images. On simulator spinner does not go away. On device spinner does disappear, but I noticed that the increment is going up regardless of whether or not all images have been loaded Log
|
@itscam how is this fixed? |
Appears to be fixed. |
We noticed this with the build from yesterday. When selecting an album from the Photobucket source, the initial 25 image chunk loads, but nothing after that. Scroll to the bottom and you'll see the spinner.
The text was updated successfully, but these errors were encountered: