Hi! I'm new to all this. A friend and I were trying to create a private jam, but I was having issues getting my microphone on my computer to work. The biggest issue that we ended up with, though, was that I continually got bumped off, with the messages:
Error: invalid authorization reply
Disconnected
The log book looked as follows (with repetitive attempts - one successful, the rest quickly bumping me off):
Apr 10 2020 01:25:31 DEBUG: Trying Pa_OpenStream() with sampleRate 44100 inputLatency 0.0058 outputLatency 0.0058 innch 2 outnch 2
Apr 10 2020 01:25:31 DEBUG: Input device: Microphone (Realtek HD Audio Mic input) (Windows WDM-KS)
Apr 10 2020 01:25:31 DEBUG: Output device: Speakers (Realtek HD Audio output) (Windows WDM-KS)
Apr 10 2020 01:25:32 DEBUG: Stream started with sampleRate 44100 inputLatency 0.00678005 outputLatency 0.00678005
Apr 10 2020 01:27:06 DEBUG: Trying Pa_OpenStream() with sampleRate 44100 inputLatency 0.0058 outputLatency 0.0058 innch 2 outnch 2
Apr 10 2020 01:27:06 DEBUG: Input device: Microphone (Realtek HD Audio Mic input) (Windows WDM-KS)
Apr 10 2020 01:27:06 DEBUG: Output device: Speakers (Realtek HD Audio output) (Windows WDM-KS)
Apr 10 2020 01:27:06 DEBUG: Stream started with sampleRate 44100 inputLatency 0.00678005 outputLatency 0.00678005
Apr 10 2020 01:27:53 DEBUG: Creating jam at
https://jammr.net/api/livejams/Apr 10 2020 01:27:56 DEBUG: Finished creating jam at node2.jammr.net:10103
Apr 10 2020 01:27:56 DEBUG: Trying Pa_OpenStream() with sampleRate 44100 inputLatency 0.0058 outputLatency 0.0058 innch 2 outnch 2
Apr 10 2020 01:27:56 DEBUG: Input device: Microphone (Realtek HD Audio Mic input) (Windows WDM-KS)
Apr 10 2020 01:27:56 DEBUG: Output device: Speakers (Realtek HD Audio output) (Windows WDM-KS)
Apr 10 2020 01:27:57 DEBUG: Stream started with sampleRate 44100 inputLatency 0.00678005 outputLatency 0.00678005
Apr 10 2020 01:28:14 DEBUG: Logging in as “cameroonmk” at https
/@jammr.net/api/tokens/cameroonmk/
Apr 10 2020 01:28:19 DEBUG: Logged in successfully
Apr 10 2020 01:28:24 DEBUG: Creating jam at
https://jammr.net/api/livejams/Apr 10 2020 01:28:27 DEBUG: Finished creating jam at node2.jammr.net:10111
Apr 10 2020 01:28:27 DEBUG: Trying Pa_OpenStream() with sampleRate 44100 inputLatency 0.0058 outputLatency 0.0058 innch 2 outnch 2
Apr 10 2020 01:28:27 DEBUG: Input device: Microphone (Realtek HD Audio Mic input) (Windows WDM-KS)
Apr 10 2020 01:28:27 DEBUG: Output device: Speakers (Realtek HD Audio output) (Windows WDM-KS)
Apr 10 2020 01:28:28 DEBUG: Stream started with sampleRate 44100 inputLatency 0.00678005 outputLatency 0.00678005
Thanks for any help!