judge0 / ide

✨ Simple, free and open-source online code editor.
https://ide.judge0.com
MIT License
818 stars 257 forks source link

Save error #23

Closed adhavalboy closed 5 years ago

adhavalboy commented 5 years ago

when we press ctrl+s then the ouput message is as per below

{
    "readyState": 0,
    "status": 0,
    "statusText": "error"
}
hermanzdosilovic commented 5 years ago

I am using ptpb to store snippets, but author and maintainer decied to shutdown the service - link. I will think about deploying my own instance of ptpb.

adhavalboy commented 5 years ago

@hermanzdosilovic RIP ptpb . Is there any other alternate way to store URL?

adhavalboy commented 5 years ago

@hermanzdosilovic can we use https://github.com/PrivateBin/PrivateBin this service?

adhavalboy commented 5 years ago

any updates on it?

malcolmjr96 commented 5 years ago

I get the same error

hermanzdosilovic commented 5 years ago

No updates currently yet. I need to see what would be the best solution for this. If there is some service similar to API of ptpb - let me know.

hermanzdosilovic commented 5 years ago

This is now fixed with v1.3.5.

coolph007 commented 5 years ago

Any specific reason you're using "long" instead of "short" for the generated url?

{"url": "https://pb.judge0.com/Oc9A.json", "long": "AATqWN8uMItw0DzxAxWYkCdjOc9A", "short": "Oc9A", "uuid": "e4efec78-07d3-4c49-bdcf-aa63b9f7c5f0", "status": "created", "digest": "04ea58df2e308b70d03cf103159890276339cf40", "date": "2019-06-18T15:29:11.074214+00:00", "size": 196}

hermanzdosilovic commented 5 years ago

I don't remember why I decided to use long instead of short url. Seems to me that both work just fine (https://ide.judge0.com/?Oc9A).