erickok / transdroid

Manage your torrents from your Android device
GNU General Public License v3.0
1.28k stars 201 forks source link

handle authorization issue in bitComet #651

Closed bwitt closed 5 months ago

bwitt commented 1 year ago

Check for 401 or 403 in response in makeRequest in bitComet and throw an appropriate DaemonException Allow this new DaemonException to reach the top so it can return a DaemonTaskFailureResult Make that top return of DaemonTaskFailureResult use the thrown DaemonException

Fixes https://github.com/erickok/transdroid/issues/645