HelloZeroNet / HelloZeroNet/ZeroNet
AttributeError: module 'cgi' has no attribute 'parse_qsl' in UiServer.py line 41 > pywsgi.py line 945 > UiServer.py line 98
- Lenguaje dominante
- JavaScript
- Estrellas
- 18.8k
- Forks
- 2.3k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### 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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- backend
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100