mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 02:00:28 +03:00
Reproducible via `fdroid checkupdates --auto subreddit.android.appstore`
at fdroiddata HEAD (e76449ab).
WARNING: ...subreddit.android.appstore : Couldn't find package ID
CRITICAL: Unknown exception found!
Traceback (most recent call last):
File "/home/mvdan/.bin/fdroid", line 147, in <module>
main()
File "/home/mvdan/.bin/fdroid", line 124, in main
mod.main()
File "/home/mvdan/git/fsr/fdroidserver/checkupdates.py", line 571, in main
checkupdates_app(app)
File "/home/mvdan/git/fsr/fdroidserver/checkupdates.py", line 469, in checkupdates_app
if int(build.vercode) >= int(app.CurrentVersionCode):
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
|
||
|---|---|---|
| .. | ||
| asynchronousfilereader | ||
| __init__.py | ||
| build.py | ||
| checkupdates.py | ||
| common.py | ||
| gpgsign.py | ||
| import.py | ||
| init.py | ||
| install.py | ||
| lint.py | ||
| metadata.py | ||
| net.py | ||
| publish.py | ||
| readmeta.py | ||
| rewritemeta.py | ||
| scanner.py | ||
| server.py | ||
| signindex.py | ||
| stats.py | ||
| update.py | ||
| verify.py | ||