Uh oh!
There was an error while loading. Please reload this page.
fix: use getint() for findSizeLimit to prevent TypeError - #172
Merged
Conversation
This MR fixes a runtime TypeError in the ChannelFinder store (cfstore) caused by configuration values being interpreted as strings instead of integers. ERROR:recceiver.cfstore CF_COMMIT FAILURE: [Failure instance: Traceback: <class 'TypeError'>: 'str' object cannot be interpreted as an integer /usr/lib/python3/dist-packages/twisted/python/threadpool.py:269:inContext /usr/lib/python3/dist-packages/twisted/python/threadpool.py:285:<lambda> /usr/lib/python3/dist-packages/twisted/python/context.py:117:callWithContext /usr/lib/python3/dist-packages/twisted/python/context.py:82:callWithContext /usr/lib/python3/dist-packages/recceiver/cfstore.py:583:_commit_with_thread /usr/lib/python3/dist-packages/recceiver/cfstore.py:1307:poll /usr/lib/python3/dist-packages/recceiver/cfstore.py:1169:_update_channelfinder /usr/lib/python3/dist-packages/recceiver/cfstore.py:1185:cf_set_chunked ]
jacomago
requested review from
anderslindho and jacomago
and removed request for
jacomagoAugust 10, 2026 06:30
jacomago
approved these changes
Aug 10, 2026
anderslindho
approved these changes
Aug 10, 2026
Uh oh!
There was an error while loading. Please reload this page.
anderslindho
commented
Aug 10, 2026
Contributor
Thanks @roycpro! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This MR fixes a runtime TypeError in the ChannelFinder store (cfstore) caused by configuration values being interpreted as strings instead of integers.
ERROR:recceiver.cfstore CF_COMMIT FAILURE: [Failure instance: Traceback: <class 'TypeError'>: 'str' object cannot be interpreted as an integer
/usr/lib/python3/dist-packages/twisted/python/threadpool.py:269:inContext
/usr/lib/python3/dist-packages/twisted/python/threadpool.py:285:
/usr/lib/python3/dist-packages/twisted/python/context.py:117:callWithContext
/usr/lib/python3/dist-packages/twisted/python/context.py:82:callWithContext
/usr/lib/python3/dist-packages/recceiver/cfstore.py:583:_commit_with_thread
/usr/lib/python3/dist-packages/recceiver/cfstore.py:1307:poll
/usr/lib/python3/dist-packages/recceiver/cfstore.py:1169:_update_channelfinder
/usr/lib/python3/dist-packages/recceiver/cfstore.py:1185:cf_set_chunked
]