-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"unknown error" #98
Comments
The error log: Traceback (most recent call last): |
Same here. ST3 on mac, installed via package control. |
Same here. ST3 3052, linux x64, installed via PC |
Same on ST3 3047, Ubuntu 13.04 64bit |
Same; Ubuntu.
|
Same on Linux Mint 13 |
Must be fixed now. |
Inserting a Gist works again. Yeah! Unfortunately, saving a Gist doesn't. Here's the log: Traceback (most recent call last): |
Thanks for the report, fixed too. |
Confirmed fixed. Thank you for getting this working again. |
I'm still getting issues, although I'm able to return my Gist list now.
Additionally, I was required (to get it working this much) to uninstall, then reinstall the module and I noticed something weird; the plugin is attempting to load |
@Xanza Regarding the error, it seems that your view is not active now. Can you describe how you are inserting new gist? There is no missing file in the repository, you can check it by browsing main project page on GitHub and see the file list. |
After some minor hacking I've been able to get this plugin to finally work, however, it's totally unusable. Once inserting a Gist, this is the output: For larger files, it continues to move the code to the right until I'm forced to scroll to view. Very disappointing. Additionally, opening Gists still does not work. Much more hassle than it's worth. |
Confirming @Xanza bug when inserting gists. I'm currently using the version of Gist from package control. It's a quick remedy to reindent the code from Edit -> Line -> Reindent, but obviously we shouldn't have to do that. Still happy that it'll create/insert tho! |
@robdecker thanks for that, I hadn't known! |
This should be fixed in the next update. There was a bug on line number 54 in gist.py, I have updated the code to prefix GISTS_URL with settings.GISTS_URL that worked for me. I have tested this on Ubuntu 14.04 Now I am just waiting for merge to take place from my code. |
@adeelshahid Did you submit a pull request? I don't see an active one, nor do I see you in the list of contributory developers. I'd be interested in testing it on Windows to see if it's fixed. |
@Xanza yup, and it's already been accepted into code as well, you may clone the latest repo now. Creating GISTS should work smoothly |
@Xanza unfortunately, pull request from @adeelshahid not solves the indentation issue. |
Booo! Even broken, though, this is still the best Gist plugin. |
it was only to fix the create gists functionality |
@Xanza do you have some sample code to share here so we can test indentation issue with it. For me this simple code snippet saves into a GIST and opens up inside sublime text without any issues,
|
@adeelshahid to reproduce the issue you should use |
On line #118 just before running the insert command inside insert_gist function If add a line like the second one below. Basically to append any character it will solve the problem of indentation but the character will show up at the very beginning of every line. @condemil can you try below and use a replace all function for now that way we have the bug fixed at-least temporarily. Because I think the problem is something to do with running the "insert" command itself inside sublime text which gives the indentation issue.
|
Correct. Just tried this again and got the same results. I've had to work around it by opening a new document, opening a gist, and copy and pasting into the document needed. A bit of a work around, but still working none-the-less. |
@Xanza @adeelshahid indentation issue should be fixed now |
Getting "Gist: unknown error (please, report a bug!)" popup when trying to insert a gist. I never see the list of my gists either.
Running ST3 build 3047 on Linux. I have installed Gist via package control as well as via git. Just tried the newest code in the master branch. I have deleted my GitHub token and regenerated.
Read through #87 & #94. Tried all the steps in #94.
Not sure what else I can try...
The text was updated successfully, but these errors were encountered: