[go: nahoru, domu]

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

Reader NPE #18

Closed
roundhill opened this issue Jun 14, 2013 · 0 comments
Closed

Reader NPE #18

roundhill opened this issue Jun 14, 2013 · 0 comments
Milestone

Comments

@roundhill
Copy link
Contributor

java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:278)
at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
at java.util.concurrent.FutureTask.setException(FutureTask.java:124)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
at java.util.concurrent.FutureTask.run(FutureTask.java:137)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:208)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:856)
Caused by: java.lang.NullPointerException
at org.wordpress.android.ui.reader.ReaderImplFragment$loadReaderTask.doInBackground(ReaderImplFragment.java:221)
at org.wordpress.android.ui.reader.ReaderImplFragment$loadReaderTask.doInBackground(ReaderImplFragment.java:181)
at android.os.AsyncTask$2.call(AsyncTask.java:264)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
... 5 more

bummytime added a commit that referenced this issue May 1, 2015
maxme added a commit that referenced this issue Mar 16, 2016
ae8ac40 Merge pull request #18 from wordpress-mobile/feature/account-store-simple
37028c3 Adding test variable to example properties file
dc59f41 Merge branch 'develop' into feature/account-store-simple
8033659 Testing Account Settings POST call
5033b40 Adding field to indicate the reason for account changes
fd186a4 Adding AccountStore unit tests
db7c78c Adding AccountModel unit tests
5b51240 Removing unused SQL utility methods and adding tests
77936fd Updating comments, code cleanup
dd0a819 Removing redundant AccountActions and simplifying fetch process
1790223 Adding a delete method for the Account table
8912639 Returning number of rows effected by updates in Account SQL calls
b8e9dfe Adding tests for authentication errors and fetching Account info
824cc78 Logging Account errors
682ada2 Adding isSignedIn method (mirrored from WPAndroid)
1a9cbff Merge branch 'develop' into feature/account-store-simple
e3906d3 Commenting and fixing minor issues
8cf1b86 Merge branch 'develop' into feature/account-store-simple
10c4e3b Adding Account SQL convenience methods, empty Account error handling
269abf1 Creating class for settings response, adding settings POST method
3489e76 Decoupling Account table related methods from AccountModel
f6a1bbd Revert "Transferring methods from AccountSettingsFragment"
3e20a84 Transferring methods from AccountSettingsFragment
2889a73 Moving database serialization methods into model
824df7f Account model expanded to encompass data from both /me and /me/settings endpoints

git-subtree-dir: libs/stores
git-subtree-split: ae8ac402b763c55fe24e12128799a855a60a307f
mufela added a commit to mufela/WordPress-Android that referenced this issue Dec 5, 2016
aforcier added a commit that referenced this issue Mar 9, 2018
aa2c8b0369 Bump version to 1.20.0
7d486959ff Merge pull request #18 from wordpress-mobile/fetchstyle-gradle-plugin
71844a5ffd Add Travis config
07431222a3 Add checkstyle gradle task
16543e4a1f Import style config files
87d209663e Import fetchstyle plugin
0bd69d20b8 Merge branch 'update-from-wpa' into develop
ebb40b3d96 Merge branch 'develop' of github.com:wordpress-mobile/WordPress-Android into issue/fixing-defaultlocale-lint
bf194098e9 Replace _// noinspection_ by _//noinspection_
d0c4ad729f Newline at the end.
3be446547b Merge branch 'develop' of github.com:wordpress-mobile/WordPress-Android into issue/fixing-defaultlocale-lint
0fca3348c3 Use the mystery man icon as a defualt for missing gravatars
0f5f9da9c0 Fix style violations in the utils subtree
e4d1864db7 Fixed lint issues.
c2eaed3998 Introduce own version of compareIgnoreCase as well
764eb2d120 Have `compare` in its own function
f0b7cff5d3 Merge branch 'develop' of github.com:wordpress-mobile/WordPress-Android into feature/rtl-audit-merge-dev-fixes-pt2
87381fcb09 Added bintray dependency to submodules.
fab63364f2 Don't promote to foreground if null state
96dbbf3896 Temporarily commented out dependencies.
bcc097fdc6 Fixed newly discovered issues in one of the modules.
605144f387 Added lint check to modules.
638f3ffecd Merge branch 'feature/new-signup' into feature/site-creation-theme-retry-when-connectivity
1ab3f1d044 Merge branch 'develop' into feature/new-signup
8eb4c3fc96 Offer a "Close" button on failure after creation
ab61ad0945 Merge branch 'develop' into feature/new-signup
19bc429a7d Remove deprecated and unneeded publishNonDefault
02aa198024 Update library gradle wrappers to version 4.1
5f23c39d8d Bump Gradle plugin to 3.0.1
7484667fd2 Use new dependency configurations
046408db12 Bump build tools to 26.0.2
04c025a762 Add gradle plugin to project-level gradle file
415fd5d8d9 Bump gradle plugin to 3.0.0
20b89b1313 Rename "phase" to "step", single ServiceState interface
29f3689cb3 Pass a StateClass instance up/down to AutoForeground
20c8a8f6d6 Rename to getPhase which is more accurate
5a8c4c51e5 Bump utils version to 1.20.0-beta4
bc83c2a8c9 Merge pull request #16 from wordpress-mobile/issue/update-readme-version-bump
5233227714 Add more informations to bump version name and publish the updated version to bintray
cd2c0d8265 Expect a Class, not an instance to clear its stickiness
19c1abd082 Don't overwrite state unless empty
498ec95c49 Added PLUGINS to AppLog
bbfb286f57 modified comment to reflect what the code change does
75f57dcc33 changed Photon strip parameter value from 'all' to 'info'
a9413178f0 Login, SiteCreation notification classes
3d0d756a16 Bump utils library minSdk to 15
c44fe3b159 Add AutoForegroundNotification to utils library
ebd7bdce28 Merge branch 'develop' into feature/new-signup
151f47e58d Merge branch 'develop' into issue/6951-aztec-newlines-lost-calypso-mode
85c7b0610b Deprecate `MediaUtils.getMaximumThumbnailWidthForEditor` and add a new method in MediaUtils in Editors project that returns the maximum dimension for a media.
4395ba73c4 Merge pull request #6916 from wordpress-mobile/feature/update-autoforeground-from-develop
13381c64d8 Add ACCESS_NETWORK_STATE permission to Utils library
478e807a82 Merge branch 'develop' into feature/new-signup
28dd236707 Merge branch 'develop' into issue/6951-aztec-newlines-lost-calypso-mode
39d8ba01c9 fixed merge conflict
f25ca93d3c Merge branch 'release/8.9' into develop
2531fc5d17 Merge branch 'release/9.0' into develop
0c0c061f7a Merge branch 'release/8.9' into release/9.0
edcf5f4765 Suppress lint warnings
bd4e64156b Suppress lint warnings
aba3be31e8 Add deprecated annotation and comments to EditText utility methods
ed14e850e5 Merge branch 'develop' into feature/new-signup
8e76b056f4 Merge branch 'develop' into issue/6887-add-email-hints
cf251000fa Add ACCESS_NETWORK_STATE permission to Utils library
6eeb64a5a9 Merge branch 'develop' into feature/new-signup
6995ba1127 Move method for showing keyboard to activity utilities library
57c90b8ece Better name for the progress start/end methods
9c20c27116 Keep state in sticky EventBus event only
afb67d93df Port latest AutoForeground work to SiteCreationService
3af981d896 Merge branch 'develop' into feature/new-signup
cb0acf56bc Move inside AutoForeground for better correlation
1da891980b Move to background when rebound
d21b57303d Stay in background if EventBus clients active
34435ef983 Remove unneeded class
5cc213778d Use EventBus for messaging
a6d5cc49f7 Introduce a Service for new-site creation

git-subtree-dir: libs/utils
git-subtree-split: aa2c8b0369a5c0fd8746dc1a55fe00619b6ee7ba
malinajirka added a commit that referenced this issue Jun 6, 2019
78c5307f7a Merge pull request #16 from wordpress-mobile/fix_crash_in_login_email_fragment
edd8684ec4 Merge pull request #18 from wordpress-mobile/new-wpandroid-changes
71729e5e76 Merge pull request #17 from wordpress-mobile/issue/glide-4.9
aabdedf672 Merge commit '099b5a011d32283eb6c79b0e599b5272a597e849' into update-login-library
1eb7f4f156 Updated Glide to 4.9.0
a32cc8c09d Add crash fix to SignupEmailFragment
08109fa90f Adds non-null check to onActivityResult
664b67f62d Fix  #9826: make sure we Play Services are available before running the email hint picker
94a0ae2a39 Merge pull request #9743 from wordpress-mobile/feature/manage_insights_readonly
7cad17e264 Fix a few ContentDescription lint errors
9f171b55d0 Merge branch 'feature/manage_insights_readonly' into issue/9464-manage-insights
663a168903 Add the missing drawable resources

git-subtree-dir: libs/login
git-subtree-split: 78c5307f7a8a15cae1a164e4cbb0b7b924a37d37
aforcier added a commit that referenced this issue Jun 14, 2019
78c5307f7a Merge pull request #16 from wordpress-mobile/fix_crash_in_login_email_fragment
edd8684ec4 Merge pull request #18 from wordpress-mobile/new-wpandroid-changes
71729e5e76 Merge pull request #17 from wordpress-mobile/issue/glide-4.9
aabdedf672 Merge commit '099b5a011d32283eb6c79b0e599b5272a597e849' into update-login-library
1eb7f4f156 Updated Glide to 4.9.0
a32cc8c09d Add crash fix to SignupEmailFragment
08109fa90f Adds non-null check to onActivityResult
664b67f62d Fix  #9826: make sure we Play Services are available before running the email hint picker
94a0ae2a39 Merge pull request #9743 from wordpress-mobile/feature/manage_insights_readonly
7cad17e264 Fix a few ContentDescription lint errors
9f171b55d0 Merge branch 'feature/manage_insights_readonly' into issue/9464-manage-insights
663a168903 Add the missing drawable resources

git-subtree-dir: libs/login
git-subtree-split: 78c5307f7a8a15cae1a164e4cbb0b7b924a37d37
AmandaRiu added a commit that referenced this issue Aug 1, 2019
69e488759c Fix tracks connected info property naming
REVERT: 5a21797a03 Merge pull request #23 from wordpress-mobile/merge/woocommerce-android/1224-amanda-new
REVERT: 3b1db07c38 Merge commit '615ebab45e1bc3d0cdd3a9da060026fef704d3a8' into amanda/test_git_subtree
REVERT: 43ac7e9468 Merge pull request #22 from wordpress-mobile/merge-wca
REVERT: d4d717cf16 Send redirectUrl to listener and strip protocol before saving
REVERT: 979ddf4aec Merge commit '827a47189094a6bc7800eaccc3ed069841251373' into sync-login-lib
REVERT: df3c11ed09 added textAlignment property to secondary button in login
REVERT: da783ea3c7 Login screens: added textAlignment property to labels
REVERT: 6d486bbf6b Merge pull request #21 from wordpress-mobile/merge-wpa-develop
REVERT: 57a2d00b14 Update login lib standalone FluxC hash
REVERT: 0ea2405def Merge commit 'ad485b27b26ffb38b8718940b0b7556b902dc28c' into sync-login-lib
REVERT: 6df15ab86b Update 2FA unavailable API error message
REVERT: eefd72f317 Show error and continue login on OAuth client 2FA error
REVERT: 578dca7f29 Update androidx dependencies
REVERT: 1d09d1536d Fix AndroidX import order
REVERT: 48df84638f Fix import ordering for androidx
REVERT: d3dc35035a Migrate to AndroidX
REVERT: 78c5307f7a Merge pull request #16 from wordpress-mobile/fix_crash_in_login_email_fragment
REVERT: 4d6c83f111 Merge pull request #9890 from wordpress-mobile/update-dagger-version-to-v2.22.1
REVERT: edd8684ec4 Merge pull request #18 from wordpress-mobile/new-wpandroid-changes
REVERT: 9cbf3f17ff Merge pull request #9885 from wordpress-mobile/update-login-library
REVERT: 71729e5e76 Merge pull request #17 from wordpress-mobile/issue/glide-4.9
REVERT: 0ddf4dcdbd Update Glide version to 4.9.0
REVERT: f7860b9861 Updated Dagger in the login library
REVERT: aabdedf672 Merge commit '099b5a011d32283eb6c79b0e599b5272a597e849' into update-login-library
REVERT: 1eb7f4f156 Updated Glide to 4.9.0
REVERT: a32cc8c09d Add crash fix to SignupEmailFragment
REVERT: 08109fa90f Adds non-null check to onActivityResult
REVERT: 664b67f62d Fix  #9826: make sure we Play Services are available before running the email hint picker
REVERT: 94a0ae2a39 Merge pull request #9743 from wordpress-mobile/feature/manage_insights_readonly
REVERT: 7cad17e264 Fix a few ContentDescription lint errors
REVERT: 9f171b55d0 Merge branch 'feature/manage_insights_readonly' into issue/9464-manage-insights
REVERT: 663a168903 Add the missing drawable resources

git-subtree-dir: libs/login
git-subtree-split: 69e488759c04a9ffae4f39183d3a526501f1ed8b
AmandaRiu added a commit that referenced this issue Aug 1, 2019
fc60b518d7 Merge branch 'develop' into merge/woocommerce-android/1287
38737cef3b Merge pull request #25 from wordpress-mobile/merge-wpa
d035db2384 Merge commit 'eb8270b278800a6804a2fce6bb63111c0dfa789a' into update-login-lib
4e66d2a380 Move signedin tracking to the google fragment
a1e403a879 Track signed in event on sign up
d983da8c98 Merge pull request #10232 from wordpress-mobile/amanda/login-lib-redirect-support
3bf6e99f15 Merge pull request #24 from wordpress-mobile/merge/WordPress-Android/10255
895ece8fc4 Merge commit '3a2393c33fe8f1f1448591580fc0054a732fac9b' into amanda/login-lib-redirect-support
5a21797a03 Merge pull request #23 from wordpress-mobile/merge/woocommerce-android/1224-amanda-new
8fee8b3660 Updated login and editor libraries to remove right/left attributes when a start/end attribute already exists
2289f9707b Merge commit '43ac7e9468ada491ccd1fcd63cfa1ef0616bd791' into issue/9720-login-subtree-update
b5ac63f082 Fix redundancy in R.string.enter_site_address
bc3903bd29 Update login_invalid_site_url
5d1b930343 Add tests for LoginSiteAddressValidator
ae203df2ec Delete unused R.string.login_empty_site_url
763eeb9490 Replace login_invalid_site_url
1032574f3f Do not report an error if the text is empty
1fa189853a Site Address: Show an error message after 2 sec
e869735555 Do not react to keyboard enter if site is invalid
8d50ab92c6 Move LoginSiteAddress validation to a class
3a9a5c8566 Merge commit 'e3144c2c11b0c982eadb2478cf6926aa40c127e6' into amanda/login-lib-redirect-support
3b1db07c38 Merge commit '615ebab45e1bc3d0cdd3a9da060026fef704d3a8' into amanda/test_git_subtree
a8f234de25 Merge pull request #10150 from wordpress-mobile/amanda/woo-login-test-wp-2
43ac7e9468 Merge pull request #22 from wordpress-mobile/merge-wca
d4d717cf16 Send redirectUrl to listener and strip protocol before saving
6dbf72672a Updated login and editor libraries to remove right/left attributes when a start/end attribute already exists
979ddf4aec Merge commit '827a47189094a6bc7800eaccc3ed069841251373' into sync-login-lib
df3c11ed09 added textAlignment property to secondary button in login
da783ea3c7 Login screens: added textAlignment property to labels
6d486bbf6b Merge pull request #21 from wordpress-mobile/merge-wpa-develop
57a2d00b14 Update login lib standalone FluxC hash
0ea2405def Merge commit 'ad485b27b26ffb38b8718940b0b7556b902dc28c' into sync-login-lib
6df15ab86b Update 2FA unavailable API error message
eefd72f317 Show error and continue login on OAuth client 2FA error
578dca7f29 Update androidx dependencies
1d09d1536d Fix AndroidX import order
48df84638f Fix import ordering for androidx
d3dc35035a Migrate to AndroidX
78c5307f7a Merge pull request #16 from wordpress-mobile/fix_crash_in_login_email_fragment
4d6c83f111 Merge pull request #9890 from wordpress-mobile/update-dagger-version-to-v2.22.1
edd8684ec4 Merge pull request #18 from wordpress-mobile/new-wpandroid-changes
9cbf3f17ff Merge pull request #9885 from wordpress-mobile/update-login-library
71729e5e76 Merge pull request #17 from wordpress-mobile/issue/glide-4.9
0ddf4dcdbd Update Glide version to 4.9.0
f7860b9861 Updated Dagger in the login library
aabdedf672 Merge commit '099b5a011d32283eb6c79b0e599b5272a597e849' into update-login-library
1eb7f4f156 Updated Glide to 4.9.0
a32cc8c09d Add crash fix to SignupEmailFragment
08109fa90f Adds non-null check to onActivityResult
664b67f62d Fix  #9826: make sure we Play Services are available before running the email hint picker
94a0ae2a39 Merge pull request #9743 from wordpress-mobile/feature/manage_insights_readonly
7cad17e264 Fix a few ContentDescription lint errors
9f171b55d0 Merge branch 'feature/manage_insights_readonly' into issue/9464-manage-insights
663a168903 Add the missing drawable resources

git-subtree-dir: libs/login
git-subtree-split: fc60b518d7c72864f6df54546d640d0e2fbb8673
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant