I was trying to share some code with a friend to get a second set of eyes on an error I was having,but when I tried to use the Paste Selection Online bundle item, it reported a 404. So I tried going directly to http://pastie.textmate.org to paste it manually, but when I did, it reported it as an unknown domain. Is pastie gone? If so, is there some way to make the bundle item work with another pastebin service
On 25 Jul 2013, at 20:55, Keith Solomon wrote:
I was trying to share some code with a friend to get a second set of eyes on an error I was having,but when I tried to use the Paste Selection Online bundle item, it reported a 404. So I tried going directly to http://pastie.textmate.org to paste it manually, but when I did, it reported it as an unknown domain. Is pastie gone? If so, is there some way to make the bundle item work with another pastebin service
The bundle should (now) access the domain as http://pastie.org (and the service still runs) — the reason for the textmate.org subdomain was mainly because that back when the service was new, there were a lot of DNS issues, so we bypassed that via the subdomain.
Are you on TextMate 1.x or 2.0? With the former it could be an issue of using a bundle that doesn’t have the domain name update.
I'm on 2.0, using the 9449 alpha build.
Looking at the command in the bundle editor, the PASTE_URL variable shows http://pastie.textmate.org. Can I just change that and it will start working again?
Thanks, Keith
On Fri Jul 26 05:06:35 2013, Allan Odgaard wrote:
On 25 Jul 2013, at 20:55, Keith Solomon wrote:
I was trying to share some code with a friend to get a second set of eyes on an error I was having,but when I tried to use the Paste Selection Online bundle item, it reported a 404. So I tried going directly to http://pastie.textmate.org to paste it manually, but when I did, it reported it as an unknown domain. Is pastie gone? If so, is there some way to make the bundle item work with another pastebin service
The bundle should (now) access the domain as http://pastie.org (and the service still runs) — the reason for the textmate.org subdomain was mainly because that back when the service was new, there were a lot of DNS issues, so we bypassed that via the subdomain.
Are you on TextMate 1.x or 2.0? With the former it could be an issue of using a bundle that doesn’t have the domain name update.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- Keith Solomon - ksolomon@gmail.com My Blog - http://keithsolomon.net/
On 26 Jul 2013, at 14:41, Keith Solomon wrote:
Looking at the command in the bundle editor, the PASTE_URL variable shows http://pastie.textmate.org. Can I just change that and it will start working again?
Yes, but it sounds like you have local bundles that are eclipsing updates, because the current version looks like this: https://github.com/textmate/textmate.tmbundle/blob/master/Commands/Paste%20S...
See https://github.com/textmate/textmate/wiki/Reverting-To-Defaults for what locations you may want to clear.