phpbg / easysync

Synchronize your android phone/tablet with your DAV server, the easy way.
MIT License
105 stars 6 forks source link

Error: unterminated entity ref #38

Closed DevEnt-LNT closed 3 months ago

DevEnt-LNT commented 3 months ago

Hi, While trying to save the DAV settings I receive the following error:

-Error: unterminated entity ref (position:TEXT@44:84 in okhttp3.ResponseBody$BomAwareReader@d2a1687)

URL: https:// WebDAV-link to Nextcloud Username: Loginname Password: Nextcloud valid App-PW Remote DAV path to sync: /

Device: Google Pixel 7A Android: 14

Thanks, Andy EasySync

phpbg commented 3 months ago

Hi,

Anyway thanks for your support! Regards

DevEnt-LNT commented 3 months ago

Hi,

Thanks, Andy

phpbg commented 3 months ago

It seems the app fails to parse your server's response.

Could you try to make the request with curl and paste the result?

Change user:pass with your own user/password, and change the url too.

curl -u user:pass -X PROPFIND -H 'Depth: 1' https://example.com

Le jeu. 22 août 2024, 13:21, DevEnt-LNT @.***> a écrit :

Hi,

  • trying to save settings with suggested settings (for folder /test) results in same error but with ....@c6b241e at the end
  • no weird utf8 character contained in any entries

Thanks, Andy

— Reply to this email directly, view it on GitHub https://github.com/phpbg/easysync/issues/38#issuecomment-2304421080, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKKPC2PENR63G64B3ZVTYWTZSXCSPAVCNFSM6AAAAABM5OTVSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBUGQZDCMBYGA . You are receiving this because you commented.Message ID: @.***>

DevEnt-LNT commented 3 months ago

Hi, We were able to find the issue. Was related to our Proxy-Server an the implementation we have for Nextcloud. Thanks a lot for your help and keep on the good work, and maybe on some of the enhancements ;-)