### 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)```
author | ckole | ||||||
---|---|---|---|---|---|---|---|
permlink | insteem-version-1-5-1-app-crashed-when-i-go-to-blog-and-followed-a-user | ||||||
category | bughunting | ||||||
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"]} | ||||||
created | 2019-05-11 16:50:12 | ||||||
last_update | 2019-05-12 02:46:57 | ||||||
depth | 0 | ||||||
children | 4 | ||||||
last_payout | 2019-05-18 16:50:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 7.536 HBD | ||||||
curator_payout_value | 2.689 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 8,003 | ||||||
author_reputation | 75,307,234,261,955 | ||||||
root_title | "Insteem, version 1.5.1; App crashed when I 'go to blog and followed a user." | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 84,673,669 | ||||||
net_rshares | 21,087,145,786,293 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 2,127,410,636,974 | 8.52% | ||
daan | 0 | 20,981,738,321 | 5% | ||
rufans | 0 | 34,259,415,908 | 100% | ||
abh12345 | 0 | 5,259,489,935 | 1.06% | ||
techslut | 0 | 43,004,020,894 | 10% | ||
minersean | 0 | 7,945,300,677 | 75% | ||
erikaflynn | 0 | 16,919,975,033 | 35% | ||
jakipatryk | 0 | 15,019,998,713 | 50% | ||
jga | 0 | 1,402,215,511 | 10.66% | ||
helo | 0 | 33,123,605,029 | 11.72% | ||
lorenzor | 0 | 587,356,995 | 5.33% | ||
xyzashu | 0 | 17,659,388,553 | 100% | ||
suesa | 0 | 72,414,924,698 | 25% | ||
codingdefined | 0 | 13,121,184,619 | 11.72% | ||
tsoldovieri | 0 | 750,957,677 | 5.33% | ||
tykee | 0 | 5,088,588,773 | 10.66% | ||
iamphysical | 0 | 16,080,438,538 | 90% | ||
felixrodriguez | 0 | 187,954,831 | 3.73% | ||
azulear | 0 | 475,726,479 | 100% | ||
silviu93 | 0 | 2,918,758,473 | 10.66% | ||
dakeshi | 0 | 530,339,324 | 10.66% | ||
crokkon | 0 | 78,369,587,859 | 50% | ||
eastmael | 0 | 3,779,918,385 | 21.32% | ||
buckydurddle | 0 | 4,775,376,005 | 15.23% | ||
jinger | 0 | 1,495,883,850 | 18.75% | ||
mcfarhat | 0 | 9,197,022,313 | 4.68% | ||
elear | 0 | 5,457,426,686 | 21.32% | ||
zoneboy | 0 | 22,794,141,744 | 100% | ||
backtomining | 0 | 64,848,385,015 | 90% | ||
carloserp-2000 | 0 | 25,212,909,373 | 100% | ||
carlos84 | 0 | 488,356,511 | 10.66% | ||
che-shyr | 0 | 1,023,047,268 | 50% | ||
utopian-io | 0 | 17,577,878,169,385 | 21.32% | ||
imisstheoldkanye | 0 | 1,764,694,219 | 1% | ||
jaff8 | 0 | 18,584,410,090 | 11.72% | ||
cheneats | 0 | 2,496,786,454 | 20% | ||
amestyj | 0 | 571,150,430 | 10.66% | ||
mcyusuf | 0 | 903,985,782 | 10.66% | ||
alexs1320 | 0 | 12,507,120,850 | 15% | ||
gentleshaid | 0 | 4,327,728,479 | 21.32% | ||
cpufronz | 0 | 599,757,245 | 50% | ||
ivymalifred | 0 | 162,559,418 | 5.33% | ||
aussieninja | 0 | 4,142,670,648 | 10.66% | ||
amosbastian | 0 | 33,292,601,751 | 11.72% | ||
eliaschess333 | 0 | 1,159,755,465 | 5.33% | ||
asaj | 0 | 20,075,177,226 | 100% | ||
harry-heightz | 0 | 8,636,068,051 | 21.32% | ||
suesa-random | 0 | 9,717,187,182 | 50% | ||
scienceangel | 0 | 28,477,094,626 | 50% | ||
vanarchist | 0 | 2,771,372,141 | 100% | ||
sargoon | 0 | 1,268,293,147 | 10.66% | ||
darewealth | 0 | 3,957,498,003 | 21.32% | ||
tobias-g | 0 | 156,605,244,238 | 41% | ||
mistakili | 0 | 13,141,075,304 | 100% | ||
didic | 0 | 29,307,240,886 | 25% | ||
emiliomoron | 0 | 553,049,482 | 5.33% | ||
fego | 0 | 12,208,002,606 | 11.72% | ||
tomastonyperez | 0 | 1,314,524,633 | 5.33% | ||
elvigia | 0 | 1,109,883,580 | 5.33% | ||
jubreal | 0 | 3,574,152,840 | 21.32% | ||
zcool | 0 | 186,730,984 | 10% | ||
yu-stem | 0 | 12,927,636,948 | 33% | ||
luiscd8a | 0 | 927,167,082 | 80% | ||
ayay | 0 | 97,558,123 | 11% | ||
eniolw | 0 | 6,660,526,178 | 100% | ||
josedelacruz | 0 | 644,670,058 | 5.33% | ||
joseangelvs | 0 | 134,174,780 | 10.66% | ||
viannis | 0 | 75,813,683 | 5.33% | ||
rollthedice | 0 | 2,297,359,941 | 21.32% | ||
erickyoussif | 0 | 131,543,005 | 10.66% | ||
bogdasha | 0 | 2,333,415,361 | 8% | ||
yougotresteemed | 0 | 149,812,657 | 20% | ||
sergino | 0 | 720,409,038 | 4% | ||
anaestrada12 | 0 | 2,180,625,829 | 10.66% | ||
mightypanda | 0 | 29,296,481,482 | 15% | ||
dalz | 0 | 3,499,820,876 | 8.52% | ||
jk6276 | 0 | 1,049,454,053 | 10.66% | ||
reinaseq | 0 | 559,147,369 | 10.66% | ||
dssdsds | 0 | 1,224,681,057 | 10.66% | ||
jayplayco | 0 | 23,179,257,278 | 10.66% | ||
cryptouno | 0 | 392,683,580 | 5% | ||
fran.frey | 0 | 150,817,913 | 5.33% | ||
stem-espanol | 0 | 8,370,243,640 | 10.66% | ||
reportup | 0 | 24,619,582,035 | 10% | ||
aleestra | 0 | 160,928,327 | 10.66% | ||
steem-ua | 0 | 293,515,016,044 | 3.12% | ||
giulyfarci52 | 0 | 73,430,419 | 5.33% | ||
alex-hm | 0 | 1,243,820,573 | 50% | ||
wilmer14molina | 0 | 113,440,196 | 10.66% | ||
primeradue | 0 | 7,021,799,697 | 10% | ||
mrsbozz | 0 | 1,316,602,902 | 20% | ||
ascorphat | 0 | 241,178,565 | 2.5% | ||
rewarding | 0 | 3,483,179,318 | 60.66% | ||
pgshow | 0 | 981,217,221 | 1.3% | ||
jk6276.mons | 0 | 773,882,972 | 21.32% | ||
jaxson2011 | 0 | 796,339,862 | 21.32% | ||
yiseced | 0 | 551,971,575 | 100% | ||
rude-dude | 0 | 551,971,575 | 100% | ||
iserb | 0 | 551,983,937 | 100% | ||
soumee | 0 | 551,971,575 | 100% | ||
etredeth | 0 | 551,983,937 | 100% | ||
taloom | 0 | 551,971,575 | 100% | ||
icedrasir | 0 | 551,750,297 | 100% | ||
ilomp | 0 | 551,750,297 | 100% | ||
edisander | 0 | 551,740,424 | 100% | ||
esera | 0 | 551,733,407 | 100% | ||
eredor | 0 | 551,727,148 | 100% | ||
dofar | 0 | 551,727,148 | 100% | ||
uldomyo | 0 | 551,727,148 | 100% | ||
ornomb | 0 | 551,716,586 | 100% | ||
nuritedom | 0 | 551,716,586 | 100% | ||
toutu | 0 | 551,716,586 | 100% | ||
maros3 | 0 | 551,716,586 | 100% | ||
unend | 0 | 551,690,630 | 100% | ||
isowite | 0 | 551,663,384 | 100% | ||
irniedol | 0 | 551,653,238 | 100% | ||
orese | 0 | 551,653,238 | 100% | ||
itarowo | 0 | 551,649,716 | 100% | ||
sillim | 0 | 551,622,101 | 100% | ||
liryo | 0 | 551,590,924 | 100% | ||
utopian.trail | 0 | 8,395,307,423 | 21.32% | ||
zugs | 0 | 7,254,090,557 | 2% | ||
dicetime | 0 | 21,704,135,028 | 10.66% | ||
osnely | 0 | 304,470,410 | 100% | ||
rai-jin | 0 | 1,023,609,086 | 1.3% |
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/)
author | fego |
---|---|
permlink | re-ckole-insteem-version-1-5-1-app-crashed-when-i-go-to-blog-and-followed-a-user-20190513t195046401z |
category | bughunting |
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"} |
created | 2019-05-13 19:50:48 |
last_update | 2019-05-13 19:50:48 |
depth | 1 |
children | 1 |
last_payout | 2019-05-20 19:50:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.122 HBD |
curator_payout_value | 1.907 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 762 |
author_reputation | 168,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,794,811 |
net_rshares | 15,687,588,960,444 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
codingdefined | 0 | 28,557,852,399 | 28.13% | ||
jadabug | 0 | 1,484,169,407 | 1% | ||
buckydurddle | 0 | 9,699,457,307 | 36.56% | ||
espoem | 0 | 30,967,134,827 | 15% | ||
utopian-io | 0 | 15,358,920,023,067 | 16.77% | ||
jaff8 | 0 | 43,886,763,030 | 28.13% | ||
amosbastian | 0 | 70,288,112,565 | 28.13% | ||
ismailkah | 0 | 4,112,805,735 | 25% | ||
organicgardener | 0 | 6,449,012,379 | 35% | ||
reazuliqbal | 0 | 17,118,285,440 | 10% | ||
ezravandi | 0 | 6,037,798,038 | 2% | ||
mightypanda | 0 | 103,374,609,416 | 50% | ||
fastandcurious | 0 | 375,297,891 | 100% | ||
votes4minnows | 0 | 860,197,352 | 1.5% | ||
hdu | 0 | 857,847,234 | 1% | ||
curbot | 0 | 2,486,818,076 | 100% | ||
linknotfound | 0 | 279,897,483 | 100% | ||
ascorphat | 0 | 242,316,390 | 2.5% | ||
monster-inc | 0 | 1,590,562,408 | 100% |
Thank you for your review, @fego! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-ckole-insteem-version-1-5-1-app-crashed-when-i-go-to-blog-and-followed-a-user-20190513t195046401z-20190516t122026z |
category | bughunting |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-05-16 12:20:27 |
last_update | 2019-05-16 12:20:27 |
depth | 2 |
children | 0 |
last_payout | 2019-05-23 12:20:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 152,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,962,187 |
net_rshares | 0 |
#### 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)**
author | steem-ua |
---|---|
permlink | re-insteem-version-1-5-1-app-crashed-when-i-go-to-blog-and-followed-a-user-20190513t204034z |
category | bughunting |
json_metadata | "{"app": "beem/0.20.19"}" |
created | 2019-05-13 20:40:36 |
last_update | 2019-05-13 20:40:36 |
depth | 1 |
children | 0 |
last_payout | 2019-05-20 20:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 284 |
author_reputation | 23,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,797,073 |
net_rshares | 0 |
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>
author | utopian-io |
---|---|
permlink | re-insteem-version-1-5-1-app-crashed-when-i-go-to-blog-and-followed-a-user-20190514t021422z |
category | bughunting |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-05-14 02:14:24 |
last_update | 2019-05-14 02:14:24 |
depth | 1 |
children | 0 |
last_payout | 2019-05-21 02:14:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 587 |
author_reputation | 152,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,810,642 |
net_rshares | 0 |