Huth S0lo

Results 4 issues of Huth S0lo

**Describe the bug** If the rate limiter is not specifically instantiated as "limiter", it throws this error when adding an endpoint with the rate limiter decorator: Exception: No "request" or...

def send_audio(self, wav_file): if not self.call_established: LOG.error("Can't send audio without an active call!") return wav_file, duration = self.convert_audio(wav_file) # send audio stream LOG.info("transmitting audio") subprocess.run(['ffmpeg -y -i /tmp/pybaresip.wav -ac 1...

I took your script and extended it a bit. Made encrypting or decrypting in to separate functions. You call it up with sss_token_tool.py . It then uses get pass to...

### Expected Behavior Obviously should work on all computers ### Actual Behavior On one of my computers, I'm not getting full functionality with HS Replay. It shows me signed in...

bug