create account

Fix "An image in this post did not save properly" error by kemet

View this thread on: hive.blogpeakd.comecency.com
· @kemet · (edited)
Fix "An image in this post did not save properly" error
![fix.png](https://steemitimages.com/DQmeLDV11KBmewk1kQThubkteQEwiP9swfsnAB7CL73kPuB/fix.png)

If you encountered the error message, "An image in this post did not save properly" while trying to post an uploaded picture on Steemit, make sure the HTML code of the image is correct. One of the reasons why the error shows up is when there is a space in the code like what is shown below:

![fix2.png](https://steemitimages.com/DQmaDdsYKd2jMxWn7FQaz1VnfoRFxWYD9KyCfdt57KUEdAw/fix2.png)

<p>For Example, there is a space between <strong>"</strong> and <strong>https</strong>.</p>

</html>
👍  , , , , , , , , , , , , , ,
properties (23)
authorkemet
permlinkfix-the-an-image-in-this-post-did-not-save-properly-error
categorysteemit
json_metadata{"tags":["steemit","howto","help","steem-help"],"app":"steemit/0.1","format":"markdown","image":["https://steemitimages.com/DQmeLDV11KBmewk1kQThubkteQEwiP9swfsnAB7CL73kPuB/fix.png","https://steemitimages.com/DQmaDdsYKd2jMxWn7FQaz1VnfoRFxWYD9KyCfdt57KUEdAw/fix2.png"]}
created2017-05-20 22:38:45
last_update2017-05-26 18:37:48
depth0
children9
last_payout2017-05-27 22:38:45
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_length584
author_reputation91,263,891,492
root_title"Fix "An image in this post did not save properly" error"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,613,230
net_rshares9,991,960,327
author_curate_reward""
vote details (15)
@buaan ·
Thank you!!!
properties (22)
authorbuaan
permlinkre-kemet-fix-the-an-image-in-this-post-did-not-save-properly-error-20180406t060032464z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-04-06 06:00:33
last_update2018-04-06 06:00:33
depth1
children0
last_payout2018-04-13 06:00:33
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_length12
author_reputation764,347,949,351
root_title"Fix "An image in this post did not save properly" error"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,608,259
net_rshares0
@felipesuarez ·
$0.02
Great post!! upvoted! &#128295; This error happens also sometimes when you use [markdown specifically for code](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code), for example there is markdown to show code like this one for the strong tag:
`<strong>text here</strong>`
But I encountered this "An image in this post did not save properly" error when I tried to show code for the img tag instead of strong.  It appears that the img tag creates issues when being displayed bia code markdown in a post. 
I just wrote a post https://steemit.com/spanish/@felipesuarez/alinear-imagenes-izquierda-derecha where I wanted to show code on the post using the markdown to display the code. But I had to omit that and change the code part  for an image showing the code instead to avoid seeing the "An image in this post did not save properly" error which does not allow to publish the post.

Seeing this error creates a lot of confusion, specially since you want to publish your post fast, so take  into account &#128077;
👍  
properties (23)
authorfelipesuarez
permlinkre-kemet-fix-the-an-image-in-this-post-did-not-save-properly-error-201792t142440511z
categorysteemit
json_metadata{"app":"chainbb/0.3","format":"markdown+html","tags":[]}
created2017-09-02 20:24:39
last_update2017-09-02 20:24:39
depth1
children3
last_payout2017-09-09 20:24:39
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,029
author_reputation611,266,168,189
root_title"Fix "An image in this post did not save properly" error"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,681,453
net_rshares6,489,271,107
author_curate_reward""
vote details (1)
@felipesuarez ·
the problem actually was that the markcup for code needs to have code tags with an opening one and a closing tag. If you omit closing the tags within the markup ones it will throw this error and this is the cause. In my post I added back the markup for the code since that part was NOT the problem per my comment above. 
Anyways, I wanted to clarify to provide the final closing to my findings. 
&#128513;
properties (22)
authorfelipesuarez
permlinkre-felipesuarez-re-kemet-fix-the-an-image-in-this-post-did-not-save-properly-error-201792t142440511z-20170902t233806885z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-09-02 23:38:06
last_update2017-09-02 23:38:06
depth2
children2
last_payout2017-09-09 23:38:06
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_length405
author_reputation611,266,168,189
root_title"Fix "An image in this post did not save properly" error"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,693,433
net_rshares0
@ronny.rest · (edited)
@felipesuarez  I am having the same problem when writing code that includes the img tag. I am not entirely clear as to how you solved it. For instance,  when I try:

![code.jpg](https://steemitimages.com/DQmVRVb9aC3vhWd6ppsskRn5pfTkxT3vJ4eeC4KMMRXeejT/code.jpg)

I get that error message. What did you do differently to get it to work?
properties (22)
authorronny.rest
permlinkre-felipesuarez-re-felipesuarez-re-kemet-fix-the-an-image-in-this-post-did-not-save-properly-error-201792t142440511z-20171015t133803543z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://steemitimages.com/DQmVRVb9aC3vhWd6ppsskRn5pfTkxT3vJ4eeC4KMMRXeejT/code.jpg"],"app":"steemit/0.1","users":["felipesuarez"]}
created2017-10-15 13:38:03
last_update2017-10-15 13:50:54
depth3
children1
last_payout2017-10-22 13:38:03
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_length335
author_reputation738,708,365
root_title"Fix "An image in this post did not save properly" error"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,749,650
net_rshares0
@hada ·
THANK YOU SO SO SO SO SO SO MUCH! YOU SAVED MY LIFE!! 
Greetings from Venezuela <3 @kemet
properties (22)
authorhada
permlinkre-kemet-fix-the-an-image-in-this-post-did-not-save-properly-error-20180112t122202139z
categorysteemit
json_metadata{"tags":["steemit"],"users":["kemet"],"app":"steemit/0.1"}
created2018-01-12 09:12:21
last_update2018-01-12 09:12:21
depth1
children0
last_payout2018-01-19 09:12:21
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_length89
author_reputation2,041,040,592,247
root_title"Fix "An image in this post did not save properly" error"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id28,958,814
net_rshares0
@ladyluck ·
thank you
👍  
properties (23)
authorladyluck
permlinkre-kemet-fix-the-an-image-in-this-post-did-not-save-properly-error-20171010t122046876z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-10-10 12:20:51
last_update2017-10-10 12:20:51
depth1
children0
last_payout2017-10-17 12:20:51
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_length9
author_reputation135,192,347,115
root_title"Fix "An image in this post did not save properly" error"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,292,132
net_rshares2,266,250,699
author_curate_reward""
vote details (1)
@sikawura ·
So where is your image for this post then..lol😁
👍  , ,
properties (23)
authorsikawura
permlinkre-kemet-fix-the-an-image-in-this-post-did-not-save-properly-error-20170520t233722491z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-05-20 23:37:18
last_update2017-05-20 23:37:18
depth1
children0
last_payout2017-05-27 23:37:18
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_length47
author_reputation34,170,387,525
root_title"Fix "An image in this post did not save properly" error"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,614,475
net_rshares1,515,369,762
author_curate_reward""
vote details (3)
@techstack ·
For me it wasn't any blank space after **"**. I have just removed ```img``` tag completely and used this ```![twitter.jpg](https://steemitimages.com/DQmNTFjUvD3desip25HAAJH1ivZztAEhCP1vxS8Yuk9M6Gi/twitter.jpg)``` instead. It fixes my problem.
properties (22)
authortechstack
permlinkre-kemet-fix-the-an-image-in-this-post-did-not-save-properly-error-20180222t223320403z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-02-22 22:33:21
last_update2018-02-22 22:33:21
depth1
children0
last_payout2018-03-01 22:33:21
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_length242
author_reputation745,033,069,601
root_title"Fix "An image in this post did not save properly" error"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id39,711,226
net_rshares0