Skip to content

HTTP auth fails #58

@pmaziere

Description

@pmaziere

While it was fixed in 0.8, http auth fails again since 0.9 as reported in #15
Without http auth, everything runs fine.

Maybe unrelated, but I noticed in the logcat that a method can not be found:

I/ActivityManager( 1783): Start proc fr.s13d.photobackup.debug for activity fr.s13d.photobackup.debug/fr.s13d.photobackup.PBActivity: pid=25942 uid=10073 gids={50073, 3003, 1028}
W/XPrivacy(25942): Hooking package=fr.s13d.photobackup.debug
D/PBApplication(25942): PREF_SERVER_URL<String> = https://example.com/photobackup/index.php
I/dalvikvm(25942): Could not find method android.app.Activity.onRequestPermissionsResult, referenced from method fr.s13d.photobackup.PBActivity.onRequestPermissionsResult
I/dalvikvm(25942): Could not find method fr.s13d.photobackup.preferences.PBPreferenceFragment.getContext, referenced from method fr.s13d.photobackup.preferences.PBPreferenceFragment.checkPermissions
W/dalvikvm(25942): VFY: unable to resolve virtual method 18070: Lfr/s13d/photobackup/preferences/PBPreferenceFragment;.getContext ()Landroid/content/Context;
I/ActivityManager( 1783): Displayed fr.s13d.photobackup.debug/fr.s13d.photobackup.PBActivity: +1s886ms
I/PBMediaSender(25942): Initiating test call to https://example.com/photobackup/index.php/test

Thanks for looking into this issue

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions