Skip to content
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

Mostly Harmless doesn't handle the 7 minutes time limit #39

Open
ghost opened this issue Jun 24, 2012 · 1 comment
Open

Mostly Harmless doesn't handle the 7 minutes time limit #39

ghost opened this issue Jun 24, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 24, 2012

Hello.

I noticed that Mostly Harmless doesn't handle the 7 minutes time limit, for example when you post on reddit a link you have to wait 7 minutes between the next post. Mostly Harmless doesn't like it. You post is not created and Mostly Harmless redirects you to a corrupted link.

It would be nice too if Mostly Harmless could show a warning about the time to let the user know.

Thank you.

Cheers.

@Kerrick
Copy link
Owner

Kerrick commented Jun 24, 2012

Bug confirmed. Thanks for the report!

Note to self: .error.RATELIMIT.field-ratelimit

// Line 888, common.js
} else if  (typeof response.jquery[16][3][0] !== 'undefined' && response.jquery[16][3][0].substring(0,16) === '.error.RATELIMIT') {
status.innerHTML = response.jquery[20][3][0]; // "you are doing that too much. try again in $AMOUNT_OF_TIME$."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant