Joey Van Lierop
Joey Van Lierop
The errors disappear when commenting out the following lines in the main `grant.js` file: ```typescript function grant ({handler, ...rest}) { if (handler === 'express') { var version = 4 }...
I ran into the same issue and found that it can be caused by: - Wrong username/password - edX temporarily locking your account due to failing too many log-in attempts...
@Ben-Garcia-Data Apologies, I have been super busy lately and my efforts to maintain the bot have been fruitless. I hope to find some time in the near future where I...
@trisweb Is `u/xkcd_bot` open source? I am not opposed to the idea of merging the bots but I would prefer to keep the functionality open to the community.
This looks really great! I'll see if I can put something together for the tests, however I have been quite busy recently so unfortunately I cannot give an estimate. Thanks...
I agree that truncating the comment length would be a good idea. On a similar note, it might be worthwhile to limit the amount of digits that could be matched...
deshy-fs's solution seems to be sufficient, although he never added tests which are nearly essential at this point. If you are wondering why the pull request never got merged, it...
There is already a [function to retrieve the latest comic](https://github.com/joeyvanlierop/xkcdbot/blob/e1220263c08ec7d39dfa954064d02fe3a328a5c0/bot/bot.py#L400) which you might find useful. I will leave it up to you to decide how you would like to implement...