Error run "fdroid update"

The repository is running, i can connect to it with f-droid. But if i want run the command “fdroid update” this error will show:

CRITICAL: Unbekannter Fehler aufgetreten!
Traceback (most recent call last):
File “/usr/bin/fdroid”, line 164, in
main()
File “/usr/bin/fdroid”, line 138, in main
mod.main()
File “/usr/lib/python3/dist-packages/fdroidserver/update.py”, line 1918, in main
apks, cachechanged = process_apks(apkcache, repodirs[0], knownapks, options.use_date_from_apk)
File “/usr/lib/python3/dist-packages/fdroidserver/update.py”, line 1445, in process_apks
use_date_from_apk, ada, True)
File “/usr/lib/python3/dist-packages/fdroidserver/update.py”, line 1318, in process_apk
apk = scan_apk(apkfile)
File “/usr/lib/python3/dist-packages/fdroidserver/update.py”, line 1053, in scan_apk
scan_apk_androguard(apk, apk_file)
File “/usr/lib/python3/dist-packages/fdroidserver/update.py”, line 1229, in scan_apk_androguard
density = screen_resolutions[resolution]
KeyError: ‘v26’

System: Ubuntu 16.04

this error occured when I add an apk to the “repo” folder and run “fdroid update”. when there is no apk in the “repo” folder the output is correct.

How can I fix this error?

//Edit:
fdroid --version
1.0.2

An update is coming tomorrow that will fix this bug. It’ll be v1.0.3

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.