-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disconnects and then doesn't respond for some time and then works again #88
Comments
Hi You're missing a -c when you run raveloxmidi in debug mode. That's why it's complaining about no bind address. Can you run it again and paste the output? Thanks Dave |
Hi, thanks for replying: pi@raspberrypi(ro):~$ sudo raveloxmidi -dN -c /etc/raveloxmidi.conf Here's another one i saw you've asked another user with similar problem to do: pi@raspberrypi(ro):~$ cat -vet /etc/raveloxmidi.conf Today it behaves differently btw, it didn't disconnect so far, but there's a wave-like delay, so all the data comes in 'packets' between which there's nothing, and it's regular...maybe it's my wifi network problem? Although it seem to work fine for all the devices... |
Hi, |
Hi. Sorry for the delay in responding. Real life got in the way for a while. Are you still seeing problems? |
Hi, no problem! Yes, still the same...
…On Wed, Dec 2, 2020 at 5:43 AM Dave Kelly ***@***.***> wrote:
Hi. Sorry for the delay in responding. Real life got in the way for a
while. Are you still seeing problems?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#88 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJLTW6XBOWDHQYBCF2IXFBDSSWSTZANCNFSM4TNZRUIQ>
.
|
Hi, i've just installed your package on rpi zero w and connecting to my macbook pro i have a problem: first time it connects just fine, but after about three minutes macbook says it lost the connection with it, and then if i try to re-connect rpi shown as connected but no midi signal coming in, and after some time it tells that it couldn't connect(request failed or something like that)
I've disabled IPv6 on both rpi and macbook, i've changed the avahi config to
use-ipv6= no
publish-aaaa-on-ipv4= no
but it still happening all the time. Here's the debug output:
pi@raspberrypi(rw):~$ raveloxmidi -N -d
[1604772381.779733] [tid=3070096640] INFO: raveloxmidi (0.10.1.390-master)
[1604772381.786358] [tid=3070096640] DEBUG: kv_table: name=[config_items]
[1604772381.786438] [tid=3070096640] DEBUG: [network.control.port] = [5004]
[1604772381.786502] [tid=3070096640] DEBUG: [network.data.port] = [5005]
[1604772381.786563] [tid=3070096640] DEBUG: [network.local.port] = [5006]
[1604772381.786623] [tid=3070096640] DEBUG: [network.socket_timeout] = [30]
[1604772381.786685] [tid=3070096640] DEBUG: [service.name] = [raveloxmidi]
[1604772381.786743] [tid=3070096640] DEBUG: [service.ipv4] = [yes]
[1604772381.786802] [tid=3070096640] DEBUG: [service.ipv6] = [no]
[1604772381.786859] [tid=3070096640] DEBUG: [run_as_daemon] = [no]
[1604772381.786916] [tid=3070096640] DEBUG: [daemon.pid_file] = [raveloxmidi.pid]
[1604772381.786973] [tid=3070096640] DEBUG: [logging.enabled] = [yes]
[1604772381.787031] [tid=3070096640] DEBUG: [logging.log_level] = [debug]
[1604772381.787089] [tid=3070096640] DEBUG: [logging.hex_dump] = [no]
[1604772381.787147] [tid=3070096640] DEBUG: [security.check] = [yes]
[1604772381.787210] [tid=3070096640] DEBUG: [readonly] = [no]
[1604772381.787268] [tid=3070096640] DEBUG: [inbound_midi] = [/dev/sequencer]
[1604772381.787326] [tid=3070096640] DEBUG: [file_mode] = [0640]
[1604772381.787383] [tid=3070096640] DEBUG: [discover.timeout] = [5]
[1604772381.787442] [tid=3070096640] DEBUG: [sync.interval] = [10]
[1604772381.787501] [tid=3070096640] DEBUG: [network.read.blocksize] = [2048]
[1604772381.787561] [tid=3070096640] DEBUG: [journal.write] = [no]
[1604772381.787620] [tid=3070096640] DEBUG: [alsa.input_buffer_size] = [4096]
[1604772381.787680] [tid=3070096640] DEBUG: [alsa.writeback] = [no]
[1604772381.787735] [tid=3070096640] DEBUG: [alsa.writeback.level] = [card]
No network.bind_address configuration is set
[1604772381.787848] [tid=3070096640] DEBUG: config_teardown config_items=0x1aee028 count=24
It says that no network bind address is set but in my config file i have it:
alsa.input_device = hw:1,0,0
network.bind_address = 0.0.0.0
logging.enabled = yes
logging.log_level = debug
PLease let me know if i can provide you with more information somehow, i've no idea what i'm doing frankly, just following the instructions i've found online and by reading here on github.
Thanks!
The text was updated successfully, but these errors were encountered: