kennedyoliveira / ultimate-pastebin-intellij-plugin

Ultimate IntelliJ IDEA Plugin, PasteBin Plugin for IntelliJ

Home Page:https://plugins.jetbrains.com/plugin/8105

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while creating the paste. Not a valid paste bin url!

kuai6 opened this issue · comments

Unable to create paste's.

11:03 Ultimate PasteBin
Error while creating the paste.
Not a valid paste bin url!

I'm having the same error with the same message (other than the timestamp, obviously).

System details: Ubuntu 16.04 LTS, PhpStorm 2017.2

Thanks for the report, and sorry for the long time to delay, i'll check whats happening.

Just a quote from pastebin's site:

"IMPORTANT: Please update all API calls to HTTPS before August 1st. We will then block all API calls over HTTP."

I'm sharing this in case you are still using HTTP.

I am getting this error as well, on my first attempt to save a paste.

I confirm error. @kennedyoliveira is it possible to fix it?

@danemorgan - I'm inclined to think you're right, Pastebin has been blocking insecure requests like this one for a little while. Like yourself (mostly) I'm a PHP/Drupal guy and have no idea how to repackage this in an installable format.

Hey everyone! First of all, apologies for the delay, i'm not having time to work on this project, but i'll try to fix it this weekend. This happens all the time or is random?

It has happened to me from the first time I installed. I have not been able to save a paste yet.

Thanks for the feedback, i found the problem, the plugin depends on another API that i created, and i did a update on this library for communicating with Pastebin and did not update the plugin with the new version, so the calls was going through HTTP, i'll release a new version and it should be available soon, now Jetbrains has a approval process of plugins version so it won't be available imediatly

@danemorgan could you check the new version and see if it fixes the problem to you?

@kennedyoliveira I confirm that your fix works for me. I am able to send pates now.

@danemorgan great! I'm closing the issue, if you found anything else, please open and issue and I'll work on it :)