Astu04

Results 12 comments of Astu04

Has anyone gotten Dadoum/Provision to work? When trying their 'X-Apple-I-MD' and 'X-Apple-I-MD-M' I always get a 401 Unauthorized on the https://gateway.icloud.com/acsnservice/fetch endpoint.

I'm building from source OHServerApp and I'm also having the same issue as the previous comment. The console on xcode is empty and if I run it on terminal it's...

All the tests done were against the same machine with Safari (GET, but I was expecting some error) using either localhost or 127.0.0.1, to that endpoint and to /. I...

I git cloned the repo, switched to the branch simple-server and I built OHServerApp. I'm using the following python script to test it out: ``` #!/usr/bin/env python3 import requests url...

I guess docker networking defaults to IPv6 as I'm having the same issue with the following server url: `mqtt://mosquitto:1883` ```plaintext zigbee2mqtt | [2024-05-07 22:11:05] info: z2m: Connecting to MQTT server...

I've just tested the image koenkk/zigbee2mqtt:latest-dev and it works as expected :) ```plaintext zigbee2mqtt | [2024-05-07 22:31:22] info: z2m: Connecting to MQTT server at mqtt://mosquitto:1883/ mosquitto | 1715113882: New connection...

I had to `apk add npm` to the alpine image [even when it's on the Dockerfile](https://github.com/Koenkk/zigbee2mqtt/blob/ee5cf5a901ea6fb3426bd534d4f3d44a8ce5c28f/docker/Dockerfile#L12) Testing with main image, not latest. 5.5.3 worked, 5.5.4 didn't.

5.5.5 works with a caveat server: 'mqtt://mosquitto:1883/' still gets a connection refused but 'mqtt://mosquitto:1883' works as expected. ```js Connection error: Error: connect ECONNREFUSED / at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) {...

You're trying to execute the file directly from the root of the phone. In mine, I have to go to /sdcard/p2p-adb-master/run.sh. I don't know how your phone is structured, but...

Where have you saved run.sh? Can you provide me the log as jonnyh did and tell me where you stored the run.sh?