Jong Hyeon Yeo

Results 12 comments of Jong Hyeon Yeo

I have the same issue. I installed it by spacemacs default package manager.

I added ` dotspacemacs-additional-packages '(howdoyou)` on my .spacemacs, but same error happened.

@Lay2000 It works well. Thanks!

For mac users, change this path to ``` "/home//.nvm/versions/node/v16.16.0/bin/node" ``` this. (found by `which`) ``` "/usr/local/bin/node" ```

You can get chatgpt installed path by this ` which chatgpt ` In my case, /Users/jhyeo/Library/Python/3.9/bin/chatgpt And this line on your .zshrc file ` export PATH="$PATH:/Users/jhyeo/Library/Python/3.9/bin" ` And run `source...

I made no modifications to the code, yet the issue was resolved.

I guess the rate limiting is the result of Cloudflare, and it can't be bypassed by nature. https://support.cloudflare.com/hc/en-us/articles/115001635128-Configuring-Cloudflare-Rate-Limiting ChatGPT is $100,000 per day. Highly recommend you read this article. https://indianexpress.com/article/technology/tech-news-technology/chatgpt-interesting-things-to-know-8334991/...

Solved clearly I removed other chatgpt program.

This error has not happened before, but after updating the most recent version, the error was generated.

https://stackoverflow.com/questions/2632137/why-is-document-getelementbyid-returning-null I think it's a timing issue. Further investigation is needed