-
**Bug report**
This code:
```
import locale
import socket
locale.setlocale(locale.LC_ALL, '')
socket.getfqdn()
```
Raise an exception **if running it like this**:
```
LANG=ru_RU.CP1251…
cpina updated
1 month ago
-
### 🐛 Describe the bug
Since version 0.6.2 (happens also in 0.6.3.post1), after the server dies (due to an exception/crash or hitting ctrl-c), for about a minute, it fails to start again with:
```…
-
When running the demo test file from the readme file, I am getting an error:
```
File "c:\Users\dotvav\Palazzetti\palazzetti.py", line 54, in
main()
File "c:\Users\dotvav\Palazzetti\palaz…
-
Hello and thank you very much, great work!
I would like to ask you, can I connect and communicate to a socket server who is listening, by this Python code for example :
```
import socket
my…
-
The stream closes as soon as the buffer is full so only the first 1024 bytes of a report are received.
```python
def setup_socket(host, port, report_format):
with socket.socket(socket.AF_INET…
ghost updated
5 years ago
-
### SynapseML version
1.0.5
### System information
- **Language version** ( python 3.11, scala 2.12):
- **Spark Version** (3.5.0):
- **Spark Platform** (e.g. Synapse, Databricks):
### Describe th…
-
### Summary
When I try to run ansible to perform DNF updates against a fresh Fedora 41 Server install the Ansible DNF module errors out with "Could not import the libdnf5 python module". However this…
-
使用“/库洛登录token”:
报错:错误: Expecting value: line 1 column 1 (char 0)
下面是鸣潮数据相关全部报错。使用手机号验证码可以登录但是只有签到功能看起来正常
09-09 23:01:49 [SUCCESS] nonebot | OneBot V11 2124667541 | [message.group.normal]: Message 8…
-
### What happened + What you expected to happen
When the latest Prometheus-client is used, the following error seems to occur based on the report.
```
File "/home/ray/anaconda3/lib/python3.7/s…
-
## System details:
#### Positron and OS details:
Ubuntu 24.04
Positron 2024.11.0 build 16
#### Interpreter details:
Python 3.10.12
## Describe the issue:
The [fastapi_example](https://github.com…