Absolucy / xenon-ios

The public source and documentation for Xenon iOS tweak.
https://chariz.com/buy/xenon
7 stars 0 forks source link

Can't find files #34

Open PetchouDev opened 2 years ago

PetchouDev commented 2 years ago

Describe the bug

I just bought the tweak and installed the client. The setup is an iPhone 8 running 14.5.1 and a labtop running Windows 11. But after pairing, I couldn't find my phone's files

Log file content :

18:18:02 [INFO] started webserver 18:18:04 [INFO] latest version is 1.1.1, our version is 1.1.1 18:18:14 [ERROR] failed to check for windows firewall

Caused by: 0: netsh output wasn't valid UTF-8 1: invalid utf-8 sequence of 1 bytes from index 7

Expected behavior

I just thought I could access my iPhone filesystem in the explorer or with network exploration or even with http

Setup (please complete the following information):

Absolucy commented 2 years ago

that error can be ignored

is anything showing at all in file explorer? does going to http://127.0.0.1:4200 in the file explorer (not a web browser!) do anything?

PetchouDev commented 2 years ago

that error can be ignored

is anything showing at all in file explorer? does going to http://127.0.0.1:4200 in the file explorer (not a web browser!) do anything?

Thank you for your answer (especially in such a short delay during this period).

I can't find anything in the explorer, even with the network exploration. I tried to search with http in the explorer (I used port 4200 but I replaced the iP with my labtop's one) and it didn't work.
Should I try with the iphone's ip ?

Absolucy commented 2 years ago

No, the IP is supposed to be 127.0.0.1

PetchouDev commented 2 years ago

No, the IP is supposed to be 127.0.0.1

I tried and it didn't work... But I check the log file and I got this :

14:10:24 [WARN] server stopped listening, restarting in 5 seconds!
14:10:29 [ERROR] connection to server errored

Caused by:
    0: failed to read handshake message 2,1
    1: failed to receive size
    2: failed to receive length header byte
    3: Une connexion existante a dû être fermée par l’hôte distant. (os error 10054)
14:10:29 [WARN] server stopped listening, restarting in 5 seconds!

And this keeps looping.

I send an attchment with the log file, where I start the server and retry to pair the iPhone. Maybe the error comes from the phone...

I hope that's going to help anyway

xenon-client.log

PetchouDev commented 2 years ago

SOLVED ! I just had to enable the WebDav server with Filza. I couldn't do it when I tried previously because I tried to do it remotely with something like sudo mount address:port WebDav 😂

Hoping it's gonna help (maybe you should implement WebDav server activation into the tweak preferences bundle)