jacobhrussell

Results 4 comments of jacobhrussell

I am also getting the `AttributeError: module 'base64' has no attribute 'decodestring'` error after upgrading to v3 and using netbox-docker. Looks like `decodestring` has been deprecated and is finally causing...

This solution will depend on your deployment, but I was able to resolve the issue by adding `RUN /opt/netbox/venv/bin/pip install pysaml2==6.5.0 -U` to the end of my `Dockerfile-Plugins`. It will...

@jeremyschulman my pleasure and thanks for the awesome plugin!

@BIGPPWONG @paolorechia not sure if this has anything to do with Vicuna acting clunky, but could be something worth looking into: > Since this is instruction tuned, for best results,...