Aryan Chaurasia

Results 7 issues of 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:** ![image](https://github.com/knadh/listmonk/assets/36154235/fdf7a0f7-2235-4e16-a175-6c587c475a11)

needs-investigation

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...

Getting error code: `puc-github-http-error` ![image](https://github.com/YahnisElsts/plugin-update-checker/assets/36154235/23511fb7-2dc9-4ad2-8df7-120fec85f892) 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. ![Screenshot 2024-03-22 at...

Please add support for MongoDB as well.

I'm getting the following error with trying to integrate deepseek. ![Image](https://github.com/user-attachments/assets/5d7847ca-8544-4d11-a4f3-25d3eee597e9) > index.ts ``` if (apiIdentifier.startsWith('deepseek')) { return wrapLanguageModel({ model: deepseek('deepseek-chat'), middleware: customMiddleware, }); } ``` > models.ts ``` {...