compas-dev / compas-dev/compas_cloud
compas_cloud does not allow function returning nothing, or non-iterable values
- Lingua principale
- Python
- Stelle
- 6
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
because one cannot json.dumps such values with the current encoders...
hacky solution provided below:
**in server.py:**
consider adding line 180

**in proxy.py**
consider revising final line

Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start with server.py around line 180 and the final line of proxy.py, which the issue identifies as the relevant locations. Trace how function results are encoded and forwarded, then verify that functions returning nothing or non-iterable values can complete without the current JSON-encoding failure.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- api, backend
- Tipo di issue
- Bug
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100