Results 6 comments of Yukun Yang

@lisaam Hi, as we have already put time to restore the full database, we might just want to use that local snap. Now the biggest challenge is we don't know...

Does anyone have a solution? Can we have the problematic ones skipped? Currently mine just stuck halfway for a scarping.

> @ReichYang when i was looking into this before it appeared to be a connection issue between the client and server. > > It would help to see any debug...

@mattpodolak Hey, I just encountered another one. And here is the error log. ``` ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read)) ---------------------------------------------------------------------------...

Hi. I'm using ggpol for the population pyramid and faced the same problem. Are there any updates or workarounds on this? @erocoar

> I solved the problem this way. In file `_viz_value_by_alpha_mpl.py` I added this line inside `value_by_alpha_cmap` function after line `103`: > > ``` > rgba[:, 3] = np.maximum(rgba[:, 3], 0.1)...