Skip to content
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

Raspberry Pi 4 as Server with RaspAP as Access Point and unrooted Android as Control - Data submission error #125

Open
ErfolgreichCharismatisch opened this issue Oct 20, 2021 · 2 comments

Comments

@ErfolgreichCharismatisch
Copy link

ErfolgreichCharismatisch commented Oct 20, 2021

My goal is to use it with the following configuration

  • Rasperry Pi 4
  • Android

My goal is to use bumper and a hotspot raspap on the rp4 that the android and robot can connect to and no internet access whatsoever(finally, currently I have ia using LAN-cable Pi -> Router).

I downloaded the certificates installed them on my phone(without root).

I used for server ip 127.0.0.1 and I started it with

sudo pipenv run python -m bumper --listen 127.0.0.1 --announce 127.0.0.1

I got

[2021-10-20 18:30:16,280] :: INFO :: bumper :: Starting Bumper
[2021-10-20 18:30:16,357] :: INFO :: mqttserver :: Starting MQTT Server at 127.0.0.1:8883
[2021-10-20 18:30:16,362] :: INFO :: hbmqtt.broker :: Listener 'tls1' bind to 127.0.0.1:8883 (max_connections=-1)
[2021-10-20 18:30:16,367] :: INFO :: xmppserver :: Starting XMPP Server at 127.0.0.1:5223
[2021-10-20 18:30:16,395] :: INFO :: hbmqtt.broker :: Listener 'tls1': 1 connections acquired
[2021-10-20 18:30:16,395] :: INFO :: hbmqtt.broker :: Connection from 192.168.178.23:59642 on listener 'tls1'
[2021-10-20 18:30:16,398] :: INFO :: mqttserver :: Bumper Authentication Success - Helperbot: helperbot@bumper/helperbot

With the bot being switched off(!)

I switched it on, ran sudo pipenv run python -m bumper --listen 127.0.0.1 --announce 127.0.0.1 again and got the same output.

I connected to raspap with my Android and then ran the app.

I got 206, -9003 then 003, -9003 then Data Submission Error.

How to make it work?

@edenhaus
Copy link
Contributor

edenhaus commented Oct 24, 2021

First don’t comment to other issues, asking for help. This is called spamming (in my opinion)!!

Second your setup cannot work with the settings above.
Please inform you more on the network topology and on the address 127.0.0.1 and which can connect to it.

@ErfolgreichCharismatisch
Copy link
Author

First don’t give me commands, especially regarding unrelated issues.

Second your reply has to have the form "The problem with 127.0.0.1 is and this works instead".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants