### App info Insteem, version 1.5.1 Github: https://github.com/hispeedimagins/steem/issues/42 ### Actual behavior When I clicked on the resteem icon to resteem a post, the app crashes ### Expected behavior When I clicked on the resteem icon, I expected the post to be broadcasted and appear on my blog page. ### Steps to reproduce After launching and entering the app - look for any desired post and click on the resteem icon below the post and note the crash. ### Reproducing the bug https://youtu.be/4ggQPVGjm54 ### Device used - Tecno Spark K7 - Android 7.0 ### Logcat ```05-10 22:33:16.894 23993 23993 E AndroidRuntime: Process: com.insteem.ipfreely.steem, PID: 23993 05-10 22:33:16.894 23993 23993 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:33:16.894 23993 23993 E AndroidRuntime: at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3950) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.app.ActivityThread.handleStopActivity(ActivityThread.java:4005) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.app.ActivityThread.-wrap25(ActivityThread.java) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1561) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:110) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.os.Looper.loop(Looper.java:203) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6251) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1063) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: Caused by: android.view.InflateException: Binary XML file line #27: Binary XML file line #27: Error inflating class TextView 05-10 22:33:16.894 23993 23993 E AndroidRuntime: Caused by: android.view.InflateException: Binary XML file line #27: Error inflating class TextView 05-10 22:33:16.894 23993 23993 E AndroidRuntime: Caused by: java.lang.ArrayIndexOutOfBoundsException: length=16; index=978 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.content.res.StringBlock.get(StringBlock.java:65) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.content.res.XmlBlock$Parser.getPooledString(XmlBlock.java:458) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.content.res.TypedArray.loadStringValueAt(TypedArray.java:1218) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.content.res.TypedArray.getString(TypedArray.java:205) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.appcompat.widget.TintTypedArray.getString(TintTypedArray.java:143) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.appcompat.widget.AppCompatTextHelper.updateTypefaceAndStyle(AppCompatTextHelper.java:274) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.appcompat.widget.AppCompatTextHelper.loadFromAttributes(AppCompatTextHelper.java:177) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.appcompat.widget.AppCompatTextView.<init>(AppCompatTextView.java:93) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.appcompat.widget.AppCompatTextView.<init>(AppCompatTextView.java:83) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.appcompat.app.AppCompatViewInflater.createTextView(AppCompatViewInflater.java:177) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.appcompat.app.AppCompatViewInflater.createView(AppCompatViewInflater.java:102) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.appcompat.app.AppCompatDelegateImpl.createView(AppCompatDelegateImpl.java:1266) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.appcompat.app.AppCompatDelegateImpl.onCreateView(AppCompatDelegateImpl.java:1316) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:769) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:727) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.view.LayoutInflater.rInflate(LayoutInflater.java:858) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:821) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:518) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:426) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:377) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.widget.Toast.makeText(Toast.java:269) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at com.insteem.ipfreely.steem.Fragments.WritePost.onStop(WritePost.kt:234) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.fragment.app.Fragment.performStop(Fragment.java:2662) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManager.java:1519) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.fragment.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1784) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManager.java:1852) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.fragment.app.FragmentManagerImpl.dispatchStateChange(FragmentManager.java:3269) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.fragment.app.FragmentManagerImpl.dispatchStop(FragmentManager.java:3250) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.fragment.app.FragmentController.dispatchStop(FragmentController.java:245) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.fragment.app.FragmentActivity.onStop(FragmentActivity.java:641) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at androidx.appcompat.app.AppCompatActivity.onStop(AppCompatActivity.java:184) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.app.Instrumentation.callActivityOnStop(Instrumentation.java:1289) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.app.Activity.performStop(Activity.java:6845) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3947) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.app.ActivityThread.handleStopActivity(ActivityThread.java:4005) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.app.ActivityThread.-wrap25(ActivityThread.java) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1561) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:110) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.os.Looper.loop(Looper.java:203) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6251) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1063) 05-10 22:33:16.894 23993 23993 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924) 05-10 22:33:17.040 262 24559 E BWC : MTK_IOC_MMDVFS_CMD failed.:Operation not permitted```
author | ckole | ||||||
---|---|---|---|---|---|---|---|
permlink | insteem-v1-5-1-app-crashed-when-i-tried-to-resteem-a-post | ||||||
category | utopian-io | ||||||
json_metadata | {"links":["https://github.com/hispeedimagins/steem/issues/42","https://youtu.be/4ggQPVGjm54"],"tags":["utopian-io","bughunting"],"app":"esteem/2.0.0-mobile","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2019-05-15 01:34:27 | ||||||
last_update | 2019-05-15 01:34:27 | ||||||
depth | 0 | ||||||
children | 6 | ||||||
last_payout | 2019-05-22 01:34:27 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 8.097 HBD | ||||||
curator_payout_value | 2.849 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 8,016 | ||||||
author_reputation | 75,497,523,347,778 | ||||||
root_title | "[Insteem v1.5.1] App crashed when I tried to resteem a post." | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 84,865,422 | ||||||
net_rshares | 22,516,865,861,978 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 2,117,411,065,130 | 8.52% | ||
good-karma | 0 | 84,519,264,746 | 6% | ||
daan | 0 | 22,251,094,293 | 5% | ||
mysteem | 0 | 187,553,649 | 6% | ||
rufans | 0 | 23,421,737,800 | 100% | ||
demo | 0 | 237,609,272 | 6% | ||
penguinpablo | 0 | 168,801,083,283 | 5% | ||
feruz | 0 | 606,457,887 | 6% | ||
eforucom | 0 | 14,454,858,249 | 2% | ||
techslut | 0 | 40,148,315,613 | 10% | ||
minersean | 0 | 8,044,636,166 | 75% | ||
esteemapp | 0 | 1,242,136,648,346 | 6% | ||
erikaflynn | 0 | 16,474,559,425 | 35% | ||
jakipatryk | 0 | 14,595,630,239 | 50% | ||
jga | 0 | 1,405,943,847 | 10.66% | ||
rycharde | 0 | 2,166,705,113 | 3.7% | ||
helo | 0 | 34,690,060,878 | 14.38% | ||
xyzashu | 0 | 14,857,207,626 | 100% | ||
suesa | 0 | 72,963,628,731 | 25% | ||
codingdefined | 0 | 15,603,945,959 | 14.38% | ||
tykee | 0 | 5,383,389,631 | 10.66% | ||
leir | 0 | 2,174,792,077 | 50% | ||
silviu93 | 0 | 2,962,357,954 | 10.66% | ||
dakeshi | 0 | 534,658,519 | 10.66% | ||
accelerator | 0 | 9,030,241,560 | 0.54% | ||
buckydurddle | 0 | 5,091,141,817 | 18.69% | ||
jinger | 0 | 1,589,776,460 | 23% | ||
mcfarhat | 0 | 11,278,902,094 | 5.75% | ||
esteem.app | 0 | 1,315,470,271 | 6% | ||
loshcat | 0 | 2,595,457,412 | 100% | ||
elear | 0 | 5,476,986,367 | 21.32% | ||
zoneboy | 0 | 23,604,515,152 | 100% | ||
che-shyr | 0 | 1,053,723,884 | 50% | ||
utopian-io | 0 | 17,612,335,983,389 | 21.32% | ||
jaff8 | 0 | 24,065,579,850 | 14.38% | ||
greenorange | 0 | 544,789,396 | 100% | ||
machroezar | 0 | 95,081,778 | 3% | ||
iqbaladan | 0 | 945,575,364 | 21.32% | ||
mcyusuf | 0 | 1,108,772,243 | 10.66% | ||
alexs1320 | 0 | 13,904,723,487 | 15% | ||
gentleshaid | 0 | 4,550,794,367 | 21.32% | ||
cryptonized | 0 | 18,992,427,864 | 5% | ||
cpufronz | 0 | 1,213,531,092 | 50% | ||
aussieninja | 0 | 3,746,458,695 | 10.66% | ||
amosbastian | 0 | 38,414,544,552 | 14.38% | ||
grzesiekb | 0 | 303,878,853,495 | 100% | ||
suesa-random | 0 | 10,905,783,672 | 50% | ||
scienceangel | 0 | 27,468,339,042 | 50% | ||
vanarchist | 0 | 2,813,102,410 | 100% | ||
sargoon | 0 | 1,189,200,238 | 10.66% | ||
darewealth | 0 | 4,320,811,701 | 21.32% | ||
dongentle2 | 0 | 3,741,696,555 | 10.66% | ||
didic | 0 | 28,849,767,895 | 25% | ||
memeitbaby | 0 | 171,912,295 | 30% | ||
fego | 0 | 15,665,256,683 | 14.38% | ||
erikah | 0 | 1,165,290,211 | 1% | ||
jubreal | 0 | 3,663,477,759 | 21.32% | ||
zcool | 0 | 189,134,826 | 10% | ||
mini-zephalexia | 0 | 202,995,632 | 4.8% | ||
yu-stem | 0 | 13,680,083,833 | 33% | ||
ayay | 0 | 97,721,016 | 11% | ||
rollthedice | 0 | 2,296,996,889 | 21.32% | ||
kendallron | 0 | 508,512,056 | 30% | ||
javicuesta | 0 | 195,380,194 | 9.34% | ||
indayclara | 0 | 611,853,131 | 15% | ||
techcoderx | 0 | 2,784,907,218 | 10.66% | ||
kabil | 0 | 53,368,104 | 3% | ||
pinas | 0 | 453,891,431 | 50% | ||
bflanagin | 0 | 4,912,035,637 | 10.66% | ||
bestofph | 0 | 9,362,735,922 | 30% | ||
jk6276 | 0 | 1,047,845,834 | 10.66% | ||
dssdsds | 0 | 1,232,212,194 | 10.66% | ||
jayplayco | 0 | 22,372,632,944 | 10.66% | ||
cryptouno | 0 | 388,936,834 | 5% | ||
reportup | 0 | 24,394,494,003 | 10% | ||
steem-ua | 0 | 295,840,262,876 | 3.12% | ||
kaczynski | 0 | 200,671,406 | 100% | ||
mrsbozz | 0 | 1,356,293,648 | 20% | ||
ascorphat | 0 | 237,449,094 | 2.5% | ||
rewarding | 0 | 3,596,876,382 | 60.66% | ||
jk6276.mons | 0 | 734,126,008 | 21.32% | ||
jaxson2011 | 0 | 799,533,611 | 21.32% | ||
utopian.trail | 0 | 8,425,299,566 | 21.32% | ||
zugs | 0 | 7,337,555,826 | 2% | ||
tenyears | 0 | 542,840,061 | 100% | ||
dicetime | 0 | 21,895,873,986 | 10.66% | ||
osnely | 0 | 292,168,333 | 100% |
Thanks for using **eSteem**! <br>Your post has been voted as a part of [eSteem encouragement program](https://steemit.com/esteem/@good-karma/encouragement-program-continues-82eafcd10a299). Keep up the good work! Install [Android](https://play.google.com/store/apps/details?id=app.esteem.mobile), [iOS](https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1451896376&mt=8) Mobile app or [Windows, Mac, Linux](https://github.com/esteemapp/esteem-surfer/releases) Surfer app, if you haven't already!<br>Learn more: https://esteem.app <br>Join our discord: https://discord.gg/8eHupPq
author | esteemapp |
---|---|
permlink | re-2019515t63335970z |
category | utopian-io |
json_metadata | {"tags":["esteem"],"app":"esteem/2.0-welcome","format":"markdown+html","community":"esteem.app"} |
created | 2019-05-15 04:33:36 |
last_update | 2019-05-15 04:33:36 |
depth | 1 |
children | 0 |
last_payout | 2019-05-22 04:33: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 | 593 |
author_reputation | 420,443,679,514,793 |
root_title | "[Insteem v1.5.1] App crashed when I tried to resteem a post." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,872,730 |
net_rshares | 0 |
Hi @ckole, thanks for making this report. I was able to reproduce the same behavior following the steps you provided. The app crashed just like the report suggests. Why did you take so long to post the contribution on Utopian? Ooops, you already gave a reply in your last related report. My guess is the PO is at present busy or may just have abandoned the project for the time being. 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-v1-5-1-app-crashed-when-i-tried-to-resteem-a-post-20190515t021213495z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"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-15 02:12:15 |
last_update | 2019-05-15 02:13:42 |
depth | 1 |
children | 2 |
last_payout | 2019-05-22 02:12:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.495 HBD |
curator_payout_value | 1.082 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 981 |
author_reputation | 168,836,422,039,217 |
root_title | "[Insteem v1.5.1] App crashed when I tried to resteem a post." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,867,038 |
net_rshares | 8,670,386,048,425 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marina007 | 0 | 1,163,034,258 | 4.5% | ||
abh12345 | 0 | 50,717,080,748 | 10% | ||
codingdefined | 0 | 31,120,586,301 | 28.82% | ||
jadabug | 0 | 1,465,484,973 | 1% | ||
buckydurddle | 0 | 10,161,444,198 | 37.46% | ||
espoem | 0 | 31,341,776,292 | 15% | ||
utopian-io | 0 | 8,342,616,322,953 | 9.5% | ||
jaff8 | 0 | 47,953,318,184 | 28.82% | ||
amosbastian | 0 | 76,553,985,555 | 28.82% | ||
ismailkah | 0 | 4,123,051,994 | 25% | ||
reazuliqbal | 0 | 16,658,458,949 | 10% | ||
amico | 0 | 1,358,799,497 | 0.51% | ||
ulockblock | 0 | 34,364,332,938 | 10.12% | ||
votes4minnows | 0 | 825,988,110 | 1.5% | ||
hdu | 0 | 819,930,846 | 1% | ||
ascorphat | 0 | 229,919,890 | 2.5% | ||
yff | 0 | 18,611,010,006 | 100% | ||
curatortrail | 0 | 301,522,733 | 95% |
Thank you for the review...
author | ckole |
---|---|
permlink | re-fego-re-ckole-insteem-v1-5-1-app-crashed-when-i-tried-to-resteem-a-post-20190515t113525009z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-05-15 11:35:30 |
last_update | 2019-05-15 11:35:30 |
depth | 2 |
children | 0 |
last_payout | 2019-05-22 11:35:30 |
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 | 27 |
author_reputation | 75,497,523,347,778 |
root_title | "[Insteem v1.5.1] App crashed when I tried to resteem a post." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,891,006 |
net_rshares | 0 |
Thank you for your review, @fego! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-ckole-insteem-v1-5-1-app-crashed-when-i-tried-to-resteem-a-post-20190515t021213495z-20190517t052415z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-05-17 05:24:18 |
last_update | 2019-05-17 05:24:18 |
depth | 2 |
children | 0 |
last_payout | 2019-05-24 05:24:18 |
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 v1.5.1] App crashed when I tried to resteem a post." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,007,142 |
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-v1-5-1-app-crashed-when-i-tried-to-resteem-a-post-20190515t211209z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.19"}" |
created | 2019-05-15 21:12:09 |
last_update | 2019-05-15 21:12:09 |
depth | 1 |
children | 0 |
last_payout | 2019-05-22 21:12:09 |
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 v1.5.1] App crashed when I tried to resteem a post." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,921,266 |
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-v1-5-1-app-crashed-when-i-tried-to-resteem-a-post-20190515t191330z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-05-15 19:13:33 |
last_update | 2019-05-15 19:13:33 |
depth | 1 |
children | 0 |
last_payout | 2019-05-22 19:13:33 |
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 v1.5.1] App crashed when I tried to resteem a post." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 84,915,551 |
net_rshares | 0 |