-
Just to track it down as it's probably not an easy fix...
Work fine in Bookworm docker but fails in Trixie docker:
```
$ cd docker/debian-13-trixie
$ ./docker_build.sh
$ ./docker_run.sh
rrg@…
-
`requests` is such a [widely used](https://pypistats.org/packages/requests) python package that the pinned dependency in this project leads to potential dependency conflicts.
i'd suggest relaxing i…
-
Hi @connor4312! We have begun implementation of test coverage for python and had a few items we wanted to surface in terms of the UI. Wanted to start an issue so @brettcannon can contribute his though…
-
# Crash report
### What happened?
Reproducer:
```python
import queue
import threading
import requests
class HyperlinkAvailabilityCheckWorker(threading.Thread):
def __init__(self,…
-
Got this error since then:
Exception in thread Update in Background:
Traceback (most recent call last):
File "C:\Users\OpenAdmin\AppData\Local\Programs\Python\Python39\lib\threading.py", line 9…
-
GNU/Linux, deb, Python 3.8
Android/Termux, Python 3.11.5
Urllib3 = 1.26.18, 1.26.20
Requests = 2.32.3
```python
import requests
requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS += ':!DH'
…
-
ALOSP 17.1.4 (python-requests) security update
Severity: moderate
Description
Most existing Python modules for sending HTTP requests are extremely
verbose and cumbersome. Python’s built-in urllib2 m…
-
Hi!
During an internal security audit at our company, we faced false-positive security scan results for our IBM PA model ports.
To fix this, we followed the IBM tech note https://www.ibm.com/doc…
-
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 165, in script
init -20 python in awc_g…
-
## Summary
Add built-in support for MITM proxy configuration across all computer use requests, enabling secure traffic inspection and debugging capabilities.
## Background
Currently, configuring …