Alan

Results 21 comments of Alan

Hmm this pr still isnt merged...

Same issue here, it appears to be somethig with the ink text input

Same here, Mac OS Monterey (M1 chip) However, for me, I get a segfault when importing the library: ``` python Python 3.9.10 (main, Jan 15 2022, 11:40:53) [Clang 13.0.0 (clang-1300.0.29.3)]...

Copy of #11

> This repo is really old, and it seems like URLs have changed since. > I might try to update the post when i get a chance, but you might...

Hey all, I answered this in #11!

Change it to this since discord changed their API. ```js const redirUri = 'http://localhost:[port]/api/discord/callback'; router.get( '/callback', catchAsyncErrors(async (req, res) => { if (!req.query.code) throw new Error('NoCodeProvided'); const code = req.query.code;...

You must define it, the blog has the function there