-
Notifications
You must be signed in to change notification settings - Fork 135
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
One Click Reblog Not Working #76
Comments
Have you uninstalled the old x-kit? If not be sure to do so and that should fix the problem! |
I'm having this problem too, but I've already uninstalled the old xkit and that didn't fix it. I even restarted my entire browser. |
I've also noticed this, but haven't been paying close enough attention to what I was doing just before it happens. |
Having the same problem, even after uninstalling the old xkit. Windows 7, Chrome. |
Could be a cache problem. Have you tried clearing the cache? |
Just tried that, restarted browser too, didn't work :/ |
I have uninstalled the old xkit. Windows 8.1, Chrome. I cleared the chache and it still didn't work. /: |
i'm on a mac and using chrome and it doesnt work for me either |
Also, a list of the extensions you have installed would be helpful. |
Xkit: 7.6.5 some of those I have disabled, however, but those are all the ones installed |
xkit: 7.6.5 |
okay these are the extensions you guys all share:
I'll take a look and see if I can reproduce this. |
Okay so just to confirm: for all of you guys, the reblog button won't ever stop the loading animation? |
nope |
at least not as long as i've waited? |
Yes, it won't stop loading. |
like, I get the menu to pop up, hit reblog, and the loading symbol doesnt go away, so yeah. |
Yeah same as eggkin but it doesn't reblog the post at all. |
Yeah, rhirps, that's what I mean, it doesn't reblog, it is eternally trying to process the request. |
"Not loading" is usually the result of an error being encountered in the API call that sends the post. This may be due to a change in protocol accompanying the Tumblr update |
This problem has been going on since before the update with me. |
I'm not sure what update you mean, hobinjk, but this has been going on for at least a week for me, maybe two. |
okay I still can't reproduce this, but here's a modified version of one_click_postage that should give us more information about what problem's you're running into:
unfortunately this is kludgy, but its the only way we have of figuring out what's going on now. |
for me it's still loading like it was before |
@hobinjk i dunno, the onerror handlers for those calls are pretty well populated. there aren't many places that aren't covered by a try/catch block. |
@ceksie if you open up the developer console, (cmd-alt-j) do you see any red errors? EDIT:you have to be on the tumblr dashboard to see the errors for it. |
yes lots i'll get a pic |
The edit didn't work for me, I am still getting the same problem. |
Found it! this is a problem with autotagger, but only if you've enabled "replace dashes in the username with spaces" disable this option for now, and then we'll have a fix out soon that will allow you to re-enable it. |
works now, thanks! |
Works wonderfully now, with that disabled, thanks! |
@hobinjk do we have a translation layer between the returned 'svc/post' models and xkit.interfaces.post objects? it looks like the code assumes they're going to be the same thing. (which is bad for us if tumblr changes any of their API) |
@nightpool No, if I remember correctly the XKit.interface.post objects are only generated by scraping the ".post" elements whereas svc/post/* can do whatever it wants to. It would definitely be worthwhile to create XKit.interface.post.delete, XKit.interface.post.update, and XKit.interface.post.fetch. The main reason that hasn't already happened is that the object that the svc/post/* methods use is really poorly documented and changes significantly based on what it represents. |
Closing because this hopefully works now. |
I hover over the reblog button and the screen pops up but when I click the reblog button there all I get is a continuous loading symbol. It won't reblog anything.
The text was updated successfully, but these errors were encountered: