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

The app fails to fetch other users public picture updates. #4

Open
m0rganic opened this issue Dec 9, 2014 · 0 comments
Open

The app fails to fetch other users public picture updates. #4

m0rganic opened this issue Dec 9, 2014 · 0 comments
Assignees
Labels

Comments

@m0rganic
Copy link

m0rganic commented Dec 9, 2014

2014-12-05 22:23:44.504 StatusShare[1969:67608] DB Error: 1 "no such table: appdata_Updates"
2014-12-05 22:23:44.504 StatusShare[1969:67608] DB Query: SELECT id FROM [appdata_Updates]
2014-12-05 22:23:44.505 StatusShare[1969:67608] DB Path: /Users/m0rganic/Library/Developer/CoreSimulator/Devices/F1787CDD-134C-4BC9-86D5-BBFD6BADCE26/data/Containers/Data/Application/212EB126-26D7-4898-9843-89ABC2AF4DEC/Library/Caches/kinvey/com.kinvey.offline_cache.sqlite3
2014-12-05 22:23:44.750 StatusShare[1969:68105] DB Error: 1 "no such table: blob__blob"
2014-12-05 22:23:44.750 StatusShare[1969:68105] DB Query: SELECT * FROM [blob__blob] WHERE id='Updates-5904CEB3-0130-4C0A-98FB-B2F75E49FB86-attachment'
2014-12-05 22:23:44.751 StatusShare[1969:68105] DB Path: /Users/m0rganic/Library/Developer/CoreSimulator/Devices/F1787CDD-134C-4BC9-86D5-BBFD6BADCE26/data/Containers/Data/Application/212EB126-26D7-4898-9843-89ABC2AF4DEC/Library/Caches/kinvey/com.kinvey.offline_cache.sqlite3
2014-12-05 22:23:44.960 StatusShare[1969:68114] DB Error: 1 "no such table: blob__blob"
2014-12-05 22:23:44.960 StatusShare[1969:68114] DB Query: DELETE FROM [blob__blob] WHERE id='Updates-5904CEB3-0130-4C0A-98FB-B2F75E49FB86-attachment'
2014-12-05 22:23:44.960 StatusShare[1969:68114] DB Path: /Users/m0rganic/Library/Developer/CoreSimulator/Devices/F1787CDD-134C-4BC9-86D5-BBFD6BADCE26/data/Containers/Data/Application/212EB126-26D7-4898-9843-89ABC2AF4DEC/Library/Caches/kinvey/com.kinvey.offline_cache.sqlite3

steps to reproduce

  1. create a new account
  2. login with new account
  3. post an update with a picture
  4. logout
  5. login with a different user account
  6. observe the update performed in 3) is retrieved but the picture is not

When the lock toggle button at the bottom left is in "unlock" mode the post is intended to be public. Therefore the blob data should be flagged as public. See Kinvey iOS File Guide for more details.

@m0rganic m0rganic added the bug label Dec 9, 2014
@ypaulovich ypaulovich self-assigned this Dec 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants