Results 12 issues of Bob

First, thank you for creating this project. I just wonder why this project is written in Typescript but the package published at npm doesn't include a tsd file. I cannot...

https://sentry.io/organizations/nyasoft/issues/1317142883/?referrer=github_plugin ``` TypeError: cannot concatenate 'str' and 'tuple' objects (4 additional frame(s) were not displayed) ... File "twisted/internet/defer.py", line 1126, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "twisted/python/failure.py", line 389, in...

https://sentry.io/organizations/nyasoft/issues/609682905/?referrer=github_plugin ``` AttributeError: 'AnonymousUserMixin' object has no attribute 'level' File "flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() File "flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "service/auth.py", line 11,...

https://sentry.io/organizations/nyasoft/issues/628140465/?referrer=github_plugin ``` TypeError: strptime() argument 1 must be string, not None (1 additional frame(s) were not displayed) ... File "flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "flask_login/utils.py", line 261,...

https://sentry.io/organizations/nyasoft/issues/1253714362/?referrer=github_plugin ``` TypeError: 'NoneType' object is not iterable File "taskrunner/InfoScanner.py", line 142, in __scan_current_on_air_bangumi for eps in bangumi_info['eps']: 'NoneType' object is not iterable ```

https://sentry.io/nyasoft/albireo-scheduler-prod/issues/546320403/ ``` IOError: image file is truncated File "utils/image.py", line 18, in get_dominant_color (r, g, b) = color_thief.get_color(quality=quality) File "dist-packages/colorthief.py", line 50, in get_color palette = self.get_palette(5, quality) File "dist-packages/colorthief.py",...

For security reason, all admin operation which modified the data state should be record for future investigation.

proposal

Well, bangumi will be check every day when it is in on-air status. And episode will be updated accordingly. But when it comes to the last episode, usually the bangumi...

bug

A task is designed to make an complex operation atomic and can resume from an exception. But currently no current resume implementation found. This leads to a serious problem which...

bug