-
Created admin user but while logging in it gives user or password was not valid or server error 500 .
-
```
import traceback
from flask import Flask, request, jsonify
from solana.rpc.api import Client
from solana.rpc.api import Keypair
from solana.rpc.commitment import Confirmed
from solana.rpc.ty…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
##…
-
Hello I am facing a 404 not found error while sending logs through my next js app to the axiom.
`"next": "^13.4.10",
"next-axiom": "^1.1.0",`
These are the versions in use. facing the issue in …
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
```
% git status
HEAD detached at 0.14.2
nothing to commit,…
-
### Version
_No response_
### Is your feature request related to a problem? Please describe.
In Gloo it should provide enough context when there is a failure in LDAP authentication such as when the…
-
```
What steps will reproduce the problem?
1. trying to just log in
2.
3.
What is the expected output? What do you see instead?
when submitting log in, get error 200
What version of the product are …
-
Hello
Trying to deploy puppetDB in docker environnement
I get this error and cannot find how to solve it.
Maybe you have any idea ?
Regards
```
puppetdb | (/ssl.sh) Securing permissio…
-
When running the latest version 8.1.0, the first line of logs is an error message - possibly can be ignored but unclear to end users:
```txt
ERROR StatusLogger Log4j2 could not find a logging impl…
-
```
import time
import requests
import logging
from threading import Thread, Timer
import json
import os
import re
import telebot
import telebot.util
import subprocess
from datetime import …