create account

Insteem, version 1.5.1; App crashed when I 'go to blog and followed a user. by ckole

View this thread on: hive.blogpeakd.comecency.com
· @ckole · (edited)
$10.23
Insteem, version 1.5.1; App crashed when I 'go to blog and followed a user.
### App info
Name: Insteem
Git  /60
Version: v1.5.1

### Description
When I visited the `go to a blog` and tried to follow a user, the app crashed.

### Expected behavior
I expected my account to follow the users account and be added to the list of her followers.

### Steps to reproduce
After login into the app

- Click on the menu button by the top left side

- Click on `go to a blog  and  type a user name to get to the new page.

- Click on the three dots in front of any user you want and click `follow`. After some seconds, you will see the crash.

### Reproducing the b6obvm4

### App info

Techno spark K7
Android 7.0
[My github](https://github.com/cckole)

### Logcat

``` AndroidRuntime: FATAL EXCEPTION: main
05-10 22:42:24.385 26095 26095 E AndroidRuntime: Process: com.insteem.ipfreely.steem, PID: 26095
05-10 22:42:24.385 26095 26095 E AndroidRuntime: java.lang.RuntimeException: Unable to stop activity {com.insteem.ipfreely.steem/com.insteem.ipfreely.steem.Post}: android.view.InflateException: Binary XML file line #27: Binary XML file line #27: Error inflating class TextView
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3950)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.app.ActivityThread.handleStopActivity(ActivityThread.java:4005)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.app.ActivityThread.-wrap25(ActivityThread.java)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1561)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:110)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.os.Looper.loop(Looper.java:203)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6251)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1063)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: Caused by: android.view.InflateException: Binary XML file line #27: Binary XML file line #27: Error inflating class TextView
05-10 22:42:24.385 26095 26095 E AndroidRuntime: Caused by: android.view.InflateException: Binary XML file line #27: Error inflating class TextView
05-10 22:42:24.385 26095 26095 E AndroidRuntime: Caused by: java.lang.ArrayIndexOutOfBoundsException: length=16; index=978
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.content.res.StringBlock.get(StringBlock.java:65)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.content.res.XmlBlock$Parser.getPooledString(XmlBlock.java:458)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.content.res.TypedArray.loadStringValueAt(TypedArray.java:1218)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.content.res.TypedArray.getString(TypedArray.java:205)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.appcompat.widget.TintTypedArray.getString(TintTypedArray.java:143)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.appcompat.widget.AppCompatTextHelper.updateTypefaceAndStyle(AppCompatTextHelper.java:274)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.appcompat.widget.AppCompatTextHelper.loadFromAttributes(AppCompatTextHelper.java:177)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.appcompat.widget.AppCompatTextView.<init>(AppCompatTextView.java:93)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.appcompat.widget.AppCompatTextView.<init>(AppCompatTextView.java:83)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.appcompat.app.AppCompatViewInflater.createTextView(AppCompatViewInflater.java:177)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.appcompat.app.AppCompatViewInflater.createView(AppCompatViewInflater.java:102)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.appcompat.app.AppCompatDelegateImpl.createView(AppCompatDelegateImpl.java:1266)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.appcompat.app.AppCompatDelegateImpl.onCreateView(AppCompatDelegateImpl.java:1316)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:769)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:727)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.view.LayoutInflater.rInflate(LayoutInflater.java:858)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:821)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:518)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:426)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:377)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.widget.Toast.makeText(Toast.java:269)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at com.insteem.ipfreely.steem.Fragments.WritePost.onStop(WritePost.kt:234)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.fragment.app.Fragment.performStop(Fragment.java:2662)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManager.java:1519)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.fragment.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1784)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManager.java:1852)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.fragment.app.FragmentManagerImpl.dispatchStateChange(FragmentManager.java:3269)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.fragment.app.FragmentManagerImpl.dispatchStop(FragmentManager.java:3250)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.fragment.app.FragmentController.dispatchStop(FragmentController.java:245)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.fragment.app.FragmentActivity.onStop(FragmentActivity.java:641)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at androidx.appcompat.app.AppCompatActivity.onStop(AppCompatActivity.java:184)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.app.Instrumentation.callActivityOnStop(Instrumentation.java:1289)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.app.Activity.performStop(Activity.java:6845)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3947)
05-10 22:42:24.385 26095 26095 E AndroidRuntime: at android.app.ActivityThread.handleStopActivity(ActivityThread.java:4005)
05-10 22:42:24.386 26095 26095 E AndroidRuntime: at android.app.ActivityThread.-wrap25(ActivityThread.java)
05-10 22:42:24.386 26095 26095 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1561)
05-10 22:42:24.386 26095 26095 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:110)
05-10 22:42:24.386 26095 26095 E AndroidRuntime: at android.os.Looper.loop(Looper.java:203)
05-10 22:42:24.386 26095 26095 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6251)
05-10 22:42:24.386 26095 26095 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
05-10 22:42:24.386 26095 26095 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1063)
05-10 22:42:24.386 26095 26095 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924)```
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 61 others
properties (23)
authorckole
permlinkinsteem-version-1-5-1-app-crashed-when-i-go-to-blog-and-followed-a-user
categorybughunting
json_metadata{"links":["https://github.com/hispeedimagins/steem/issues/60","https://youtu.be/totsE6obvm4","https://github.com/cckole"],"tags":["utopian-io","bughunting"],"app":"esteem/2.0.0-mobile","format":"markdown+html","community":"esteem.app","image":["https://img.youtube.com/vi/totsE6obvm4/0.jpg"]}
created2019-05-11 16:50:12
last_update2019-05-12 02:46:57
depth0
children4
last_payout2019-05-18 16:50:12
cashout_time1969-12-31 23:59:59
total_payout_value7.536 HBD
curator_payout_value2.689 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,003
author_reputation75,307,234,261,955
root_title"Insteem, version 1.5.1; App crashed when I 'go to blog and followed a user."
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,673,669
net_rshares21,087,145,786,293
author_curate_reward""
vote details (125)
@fego ·
$8.03
Hi @ckole, thanks for making this report.

I was able to reproduce the same behavior following the steps you provided. The app crashed the instant I followed a user. 

The expected and actual behavior is very well written. The steps are well written and were easy to follow.

I look forward to your future reports.

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/5/2-1-2-2-2-3-).

---- 
Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm).

[[utopian-moderator]](https://join.utopian.io/)
👍  , , , , , , , , , , , , , , , , , ,
properties (23)
authorfego
permlinkre-ckole-insteem-version-1-5-1-app-crashed-when-i-go-to-blog-and-followed-a-user-20190513t195046401z
categorybughunting
json_metadata{"tags":["bughunting"],"users":["ckole"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/5/2-1-2-2-2-3-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2019-05-13 19:50:48
last_update2019-05-13 19:50:48
depth1
children1
last_payout2019-05-20 19:50:48
cashout_time1969-12-31 23:59:59
total_payout_value6.122 HBD
curator_payout_value1.907 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length762
author_reputation168,836,422,039,217
root_title"Insteem, version 1.5.1; App crashed when I 'go to blog and followed a user."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,794,811
net_rshares15,687,588,960,444
author_curate_reward""
vote details (19)
@utopian-io ·
Thank you for your review, @fego! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-ckole-insteem-version-1-5-1-app-crashed-when-i-go-to-blog-and-followed-a-user-20190513t195046401z-20190516t122026z
categorybughunting
json_metadata"{"app": "beem/0.20.17"}"
created2019-05-16 12:20:27
last_update2019-05-16 12:20:27
depth2
children0
last_payout2019-05-23 12:20:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation152,955,367,999,756
root_title"Insteem, version 1.5.1; App crashed when I 'go to blog and followed a user."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,962,187
net_rshares0
@steem-ua ·
#### Hi @ckole!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-insteem-version-1-5-1-app-crashed-when-i-go-to-blog-and-followed-a-user-20190513t204034z
categorybughunting
json_metadata"{"app": "beem/0.20.19"}"
created2019-05-13 20:40:36
last_update2019-05-13 20:40:36
depth1
children0
last_payout2019-05-20 20:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length284
author_reputation23,214,230,978,060
root_title"Insteem, version 1.5.1; App crashed when I 'go to blog and followed a user."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,797,073
net_rshares0
@utopian-io ·
Hey, @ckole!

**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
properties (22)
authorutopian-io
permlinkre-insteem-version-1-5-1-app-crashed-when-i-go-to-blog-and-followed-a-user-20190514t021422z
categorybughunting
json_metadata"{"app": "beem/0.20.17"}"
created2019-05-14 02:14:24
last_update2019-05-14 02:14:24
depth1
children0
last_payout2019-05-21 02:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length587
author_reputation152,955,367,999,756
root_title"Insteem, version 1.5.1; App crashed when I 'go to blog and followed a user."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,810,642
net_rshares0