HelloZeroNet / HelloZeroNet/ZeroNet
AttributeError: module 'cgi' has no attribute 'parse_qsl' in UiServer.py line 41 > pywsgi.py line 945 > UiServer.py line 98
- Vorherrschende Sprache
- JavaScript
- Sterne
- 18.8k
- Forks
- 2.3k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### Step 1: Please describe your environment
FreeBSD 13 with python-38
### Step 2: Describe the problem:
Errors:
```
[22:32:31] - UiWSGIHandler error: AttributeError: module 'cgi' has no attribute 'parse_qsl' in UiServer.py line 41 > pywsgi.py line 945 > UiServer.py line 98
[22:32:31] - UiWSGIHandler error: AttributeError: module 'cgi' has no attribute 'parse_qsl' in UiServer.py line 41 > pywsgi.py line 945 > UiServer.py line 98
```
```cgi.parse_qsl``` is deprecated and removed.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start in UiServer.py around line 41 and trace the request path through pywsgi.py line 945 to UiServer.py line 98. Reproduce the UI server request in the reported Python environment and verify that the deprecated cgi call no longer raises an AttributeError and the request completes successfully.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- backend
- Issue-Typ
- Bug
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100