Wont launch after install...
need some ideas why the bot cant launch everything seems to be installed successfully but give me this after i try to launch
2021-05-05 16:40:53,262 INFO: Launching Firefox using default profile: Profiles/4it0kylj.default-release-1620245470017
2021-05-05 16:45:38 INFO: Launching Firefox using default profile: Profiles/4it0kylj.default-release-1620245470017
.'(Default)').VersionInfo.ProductVersion was unexpected at this time.
Traceback (most recent call last):
File "C:\Users\k24\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 194, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\k24\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\k24\Documents\nvidia-sniper\sniper_main.py", line 285, in
The last line looks to be a command that can be run in Windows PowerShell. I am getting the same error and can run the command just fine.
ValueError: Could not get version for Firefox with this command: (Get-Item (Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\firefox.exe').'(Default)').VersionInfo.ProductVersion
PS C:\Users\Alexander> (Get-Item (Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\firefox.exe').'(Default)').VersionInfo.ProductVersion 88.0.1
Same error here: , line 164, in firefox_version raise ValueError(f'Could not get version for Firefox with this command: {cmd}') ValueError: Could not get version for Firefox with this command: (Get-Item (Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\firefox.exe').'(Default)').VersionInfo.ProductVersion
Some kind of version error? som1 got a fix? @philippnormann
getting same error both in cmd and powershell.