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
{{ message }}
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
Would you be so kind as to review this error message and help me out (fresh python3.8.9 installation on raspbian)
Traceback (most recent call last): File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/pi/Desktop/nvidia-sniper/sniper/__main__.py", line 285, in <module> loop.run_until_complete(main()) File "/usr/local/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete return future.result() File "/home/pi/Desktop/nvidia-sniper/sniper/__main__.py", line 99, in main driver = webdriver.create() File "/home/pi/Desktop/nvidia-sniper/sniper/webdriver.py", line 51, in create default_profile = get_default_profile(profile_path) File "/home/pi/Desktop/nvidia-sniper/sniper/webdriver.py", line 38, in get_default_profile return profile.get('Profile0', 'Path') File "/usr/local/lib/python3.8/configparser.py", line 781, in get d = self._unify_values(section, vars) File "/usr/local/lib/python3.8/configparser.py", line 1149, in _unify_values raise NoSectionError(section) from None configparser.NoSectionError: No section: 'Profile0'
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello
Would you be so kind as to review this error message and help me out (fresh python3.8.9 installation on raspbian)
Traceback (most recent call last): File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/pi/Desktop/nvidia-sniper/sniper/__main__.py", line 285, in <module> loop.run_until_complete(main()) File "/usr/local/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete return future.result() File "/home/pi/Desktop/nvidia-sniper/sniper/__main__.py", line 99, in main driver = webdriver.create() File "/home/pi/Desktop/nvidia-sniper/sniper/webdriver.py", line 51, in create default_profile = get_default_profile(profile_path) File "/home/pi/Desktop/nvidia-sniper/sniper/webdriver.py", line 38, in get_default_profile return profile.get('Profile0', 'Path') File "/usr/local/lib/python3.8/configparser.py", line 781, in get d = self._unify_values(section, vars) File "/usr/local/lib/python3.8/configparser.py", line 1149, in _unify_values raise NoSectionError(section) from None configparser.NoSectionError: No section: 'Profile0'
Thanks
The text was updated successfully, but these errors were encountered: