You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have code that work with running without scalene. when i run with scalene i get a run time error
An error occured while opening a file with libmediainfo. it isn't the same file and doesn't a pear to have a consistent number of files processed before crashing.
Expected behavior
The code should run to completion and give the profiling data
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Python 3.11
OS: Debian bookworm
DB: Postgress
pip list
Package
Version
cloudpickle
3.0.0
greenlet
3.0.1
Jinja2
3.1.2
markdown-it-py
3.0.0
MarkupSafe
2.1.3
mdurl
0.1.2
pip
23.0.1
psutil
5.9.6
psycopg2-binary
2.9.9
Pygments
2.16.1
pymediainfo
6.1.0
pynvml
11.4.1
rich
13.6.0
scalene
1.5.31.1
setuptools
66.1.1
SQLAlchemy
2.0.23
typing_extensions
4.8.0
wheel
0.41.3
If you have not yet tried with the repository version (python3 -m pip install git+https://github.com/plasma-umass/scalene), please try that before reporting.
Describe the bug
I have code that work with running without scalene. when i run with scalene i get a run time error
An error occured while opening a file with libmediainfo. it isn't the same file and doesn't a pear to have a consistent number of files processed before crashing.
To Reproduce
The code that is creatin this error
https://github.com/RichieCahill/Python/blob/main/media_manager/media_scaner.py
scalene --cli media_scaner.py
have this code scan more then more 50 videos
Expected behavior
The code should run to completion and give the profiling data
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
pip list
If you have not yet tried with the repository version (
python3 -m pip install git+https://github.com/plasma-umass/scalene
), please try that before reporting.Additional context
The text was updated successfully, but these errors were encountered: