Aryan Chaurasia
Aryan Chaurasia
C:\Users\xxxxxx\Downloads\torghost-3.1.1>torghost.py Traceback (most recent call last): File "C:\Users\aryan\Downloads\torghost-3.1.1\torghost.py", line 259, in main() File "C:\Users\aryan\Downloads\torghost-3.1.1\torghost.py", line 233, in main check_root() File "C:\Users\aryan\Downloads\torghost-3.1.1\torghost.py", line 86, in check_root if os.geteuid() != 0: AttributeError:...
**Version:** - listmonk: [eg: v1.0.0] - OS:Ubuntu/Railway **Description of the bug and steps to reproduce:** Getting TLS error after a specific time interval when logged in the application. **Screenshots:** 
I'm building a Feed Reader using NextJS and I'm getting this error in the console when I build the app. I'm listing only 10-12 feeds from the website. Is there...
GitHub API error. Base URL: "/repos/:user/:repo/contents/update-checker.php", HTTP status code: 404
Getting error code: `puc-github-http-error`  GitHub API error. Base URL: "/repos/:user/:repo/contents/update-checker.php", HTTP status code: 404
After 100-150, the response starts repeating the words on the front end although it works fine when loading the page from chat history. I'm using Perplexity API.  > index.ts ``` if (apiIdentifier.startsWith('deepseek')) { return wrapLanguageModel({ model: deepseek('deepseek-chat'), middleware: customMiddleware, }); } ``` > models.ts ``` {...