@codesections "Get Toot" does nothing for me. I tried disabling uBlock but that only reset the whole page. Is there something I'm missing?
@codesections Exactly that way. Where would I find the errors? (All I know how to get in firefox is the javascript itself)
On a hunch, I disabled Privacy Badger as well as uBlock; didn't make a difference either. It's not even that nothing happens, but I don't even get visual feedback from clicking the Get Toot button, as if the button is only a picture. The cursor does change into a hand as if there's something to click, though.
@irina
Thanks for the effort to debug! I'd be interested in errors from two places: First, the javascript console (right click on the page, select "Inspect Element", and then select the console tab). There might or might not be errors.
Second, the "Network" tab of the same web inspector. (Depending on screen layout, you might need to click the ">>" button to select that tab). Everything there *should* have a 302 or 200 in the "status" column—we'd be looking for anything that doesn't.
@irina
I'm sorry to hear that it didn't work. Let me make sure I understand:
- You put in your instance, clicked "Authorize", and authorized the app through your server
- You put in the URL for a toot and clicked "Get Toot"
- Nothing happened (no error on screen?)
If that's right, do you mind opening up the JavaScript console and seeing if there are any errors?
Thanks for the bug report!