Bug P2
Status Update
Comments
an...@google.com <an...@google.com> #2
- Application get crashed when Recylerview reach at end(last page). Inside GithubRemoteMediator.kt I have set val endOfPaginationReached = page > 2 to allow maximum 2 pages for testing. So, the problem is when I reach at the last page of list, application get crashed as remoteKeys.nextKey is null(as we have set nextKey=null for last page of list).
Do you have a stack trace for the crash you could share?
- Offline cache broken How to support caching when application is open without internet connection. currently it is showing retry button. How to show previously loaded data. I have tried to fix this by removing
This might be due to loadStateFlow / listener logic on the PagingDataAdapter which hides / shows UI elements based on load state. You'll want to modify that logic to only listen to remote errors and not the local ones as well.
Description
Steps to reproduce the problem
Problem Description
need access to infra/tools/result_adapter/windows-amd64 for building Chromium.
Additional Comments
________ running 'cipd ensure -log-level error -root C:\chromium -ensure-file C:\Users\ehhaddar\AppData\Local\Temp\tmpa6fvusm8.ensure' in '.' [P8000 09:16:21.016 client.go:1867 E] [fetch] Failed to fetch infra/tools/result_adapter/windows-amd64:prGHzMNF-Mgz4o4dGHeBqxnFcp2gSJNeX62DSzLbRj0C: storage server replied with HTTP code 403 [P8000 09:16:21.017 client.go:1963 E] [unzip] Failed to install infra/tools/result_adapter/windows-amd64 in "src/tools/resultdb": storage server replied with HTTP code 403 Errors: failed to install infra/tools/result_adapter/windows-amd64 in "src/tools/resultdb": storage server replied with HTTP code 403 Error: Command 'cipd ensure -log-level error -root C:\chromium -ensure-file C:\Users\ehhaddar\AppData\Local\Temp\tmpa6fvusm8.ensure' returned non-zero exit status 1 [P8000 09:16:21.016 client.go:1867 E] [fetch] Failed to fetch infra/tools/result_adapter/windows-amd64:prGHzMNF-Mgz4o4dGHeBqxnFcp2gSJNeX62DSzLbRj0C: storage server replied with HTTP code 403 [P8000 09:16:21.017 client.go:1963 E] [unzip] Failed to install infra/tools/result_adapter/windows-amd64 in "src/tools/resultdb": storage server replied with HTTP code 403 Errors: failed to install infra/tools/result_adapter/windows-amd64 in "src/tools/resultdb": storage server replied with HTTP code 403
Summary
need access to infra/tools/result_adapter/windows-amd64 for building Chromium.
Additional Data
Category: Developer Tools
Chrome Channel: Not sure
Regression: N/A