• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

feeluown / FeelUOwn / 11870871524
55%

Build:
DEFAULT BRANCH: master
Ran 16 Nov 2024 02:32PM UTC
Jobs 1
Files 225
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Nov 2024 02:30PM UTC coverage: 57.087% (+0.02%) from 57.07%
11870871524

push

github

web-flow
[fix](reader): fix play-all may fail due to 'ValueError: generator already executing' (#882)

'播放全部' may fail due to
```
[2024-11-16 21:49:48,867 feeluown.task:85] [ERROR]: Task play-all failed
Traceback (most recent call last):
  File "/Users/xxx/code/feeluown/feeluown/task.py", line 81, in _cb
    future.result()
  File "/Users/xxx/code/feeluown/.venv/lib/python3.11/site-packages/qasync/__init__.py", line 150, in run
    r = callback(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/xxx/code/feeluown/feeluown/utils/reader.py", line 173, in readall
    list(self)
  File "/Users/xxx/code/feeluown/feeluown/utils/reader.py", line 98, in __next__
    return self._read_next()
           ^^^^^^^^^^^^^^^^^
  File "/Users/xxx/code/feeluown/feeluown/utils/reader.py", line 192, in _read_next
    obj = next(self._g)
          ^^^^^^^^^^^^^
ValueError: generator already executing
[2024-11-16 21:49:48,871 qasync._QEventLoop:739] [ERROR]: Task exception was never retrieved
future: <Task finished name='Task-88455' coro=<TableContainer.play_all() done, defined at /Users/xxx/code/feeluown/feeluown/gui/page_containers/table
.py:420> exception=ValueError('generator already executing')>
Traceback (most recent call last):
  File "/Users/xxx/code/feeluown/feeluown/gui/page_containers/table.py", line 432, in play_all
    songs = await task_spec.bind_blocking_io(reader.readall)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: generator already executing
```

8 of 8 new or added lines in 1 file covered. (100.0%)

9847 of 17249 relevant lines covered (57.09%)

0.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11870871524.1 16 Nov 2024 02:32PM UTC 0
57.09
GitHub Action Run
Source Files on build 11870871524
Detailed source file information is not available for this build.
  • Back to Repo
  • 610996a3 on github
  • Prev Build on master (#11823768434)
  • Next Build on master (#11879341383)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc