Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

When saving or publish I get "Error: 422 error making request POST … "Unprocessable Entity" vendor.e2e21d9c993fa4b677a1.js:96:11726" #505

Closed
miroque opened this issue May 18, 2017 · 14 comments

Comments

@miroque
Copy link

miroque commented May 18, 2017

So, I making new Article(post) and want to save or publish, I get this error:

Error: 422 error making request POST https://api.github.com/repos/miroque/myblog/git/trees: "Unprocessable Entity" vendor.e2e21d9c993fa4b677a1.js:96:11726

What I do wrong? Or It's a bug?

@InformatiQ
Copy link

I am getting the same

@InformatiQ
Copy link

#496
refresh the posts fixes the issue

@InformatiQ
Copy link

I would say this is duplicate to #496

@miroque
Copy link
Author

miroque commented Jul 18, 2017

Yep it's duplicate to #496

refresh the posts fixes the issue

In my case: refresh or synchronization not fixes issue at all

It works only once, when I create new Post and save. Next I edit this Post, and I get this error "Error: 422..."

@anthonny
Copy link
Member

Hi here, the 0.8.1 is out, could you upgrade your instance and tell me if now everything is ok please?

@miroque
Copy link
Author

miroque commented Aug 14, 2017

@anthonny You are my hero!
It's gone! The problem has gone!
At last my thoughts can fly freely! Yippee

@miroque miroque closed this as completed Aug 14, 2017
@anthonny
Copy link
Member

I apologise, i took so much to fix that. Thank you so much for having been so patient 👍

@miroque
Copy link
Author

miroque commented Aug 17, 2017

You know, I've found situation when I get again this error 422.

in this situation:
when I using special symbols like this one « »

== «My very special Topic»

and again I see this 422. (it saves but not publish)

When I deleted this symbols, all started publishing.

I don't know reopen this issue or create new, or just not using this symbols :)

@anthonny
Copy link
Member

anthonny commented Aug 17, 2017

Symbols are not the cause, delete is...
The problem is the cache of the browser, so i have to store the sha1 of the last commit i made to be sure that the next commit will be make on the HEAD and not on an old sha1
And i do not store the sha1 in the delete workflow

I will fix that asap (maybe at lunch)

@miroque
Copy link
Author

miroque commented Aug 17, 2017

Also, just now I tested more.
Also it not work when I use Non Latin characters in Main Topic - Page Title. It works and not works.
Now I test with :hp-alt-title:

= Шустрая IDE
:hp-tags: черновик
:hp-alt-title: Speedy IDE  <--- this may be help?

Thanks for your work!

still testing...

@anthonny
Copy link
Member

Yes Non latin character are not supported, that's why there is the hp-alt-title you are right.
It is because of the library that i use to slugify the title. I have to work on it but it is not really a problem since there is a workaround with the hp-alt-title attribute

@miroque
Copy link
Author

miroque commented Aug 17, 2017

Thanks for clarifying!

Now I trying clear my this post, and redone in new with this info

@miroque
Copy link
Author

miroque commented Aug 17, 2017

Damn, it not work not with help-tags and not with new post with Latin in Topic ))))
maybe I using FireFox, and it cashes in deeps this js

I try in another browser. But later, not today.

@anthonny
Copy link
Member

anthonny commented Aug 17, 2017

Same problem for hp-tags and actually there is no alternative sorry.

For the title, this code must work

= Шустрая IDE
:hp-alt-title: Speedy IDE

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants