justin025 / onthespot

OnTheSpot is an easy-to-use music downloader built with Python and Qt. Search for songs, albums, or playlists and download them directly to your device.
GNU General Public License v2.0
111 stars 12 forks source link

Bug Entry point not found `libssl-3-x64.dll` when searching #63

Open sharky98 opened 3 hours ago

sharky98 commented 3 hours ago

Hi,

When I try to search, I get the following error after few seconds, even when there is result showing.

This is on Windows 11, version 1.0.2.

image

[2024-11-18 16:50:49,254 :: __init__ :: __init__.py -> 15:                main() :: INFO] -> Starting application in 
3
2
1
[2024-11-18 16:50:49,273 :: __init__ :: __init__.py -> 20:                main() :: INFO] -> OnTheSpot Version: v1.0.2
[2024-11-18 16:50:49,372 :: gui.main_ui :: gui\mainui.py -> 67:            __init__() :: INFO] -> Initialising main window, logging session : a6f521c6-23e0-46ae-9714-3241ca8af98a
[2024-11-18 16:50:49,373 :: gui.main_ui :: gui\mainui.py -> 76:            __init__() :: INFO] -> Loading configurations..
[2024-11-18 16:50:49,375 :: runtimedata :: runtimedata.py -> 49:    handle_exception() :: CRITICAL] -> Uncaught exception
Traceback (most recent call last):
  File "gui\mainui.py", line 554, in set_login_fields
TypeError: disconnect() failed between 'clicked' and all its connections
[2024-11-18 16:50:49,682 :: gui.main_ui :: gui\mainui.py -> 111:            __init__() :: INFO] -> Set theme dark!
[2024-11-18 16:50:49,683 :: gui.main_ui :: gui\mainui.py -> 181:     set_table_props() :: INFO] -> Setting table item properties 683
[2024-11-18 16:50:49,684 :: gui.main_ui :: gui\mainui.py -> 115:            __init__() :: INFO] -> Main window init completed !
[2024-11-18 16:50:50,288 :: api.soundcloud :: api\soundcloud.py -> 102:soundcloud_login_user() :: INFO] -> Refreshed SoundCloud tokens as *************** ****************
[2024-11-18 16:50:51,853 :: api.spotify :: api\spotify.py -> 94:  spotify_login_user() :: INFO] -> Login successful for user '***********'
[2024-11-18 16:50:51,865 :: gui.main_ui :: gui\mainui.py -> 292:  fill_account_table() :: INFO] -> Accounts table was populated !
[2024-11-18 16:51:23,821 :: search :: search.py -> 36:  get_search_results() :: INFO] -> Search clicked with value term STILL LOVING YOU
[2024-11-18 16:51:23,872 :: api.spotify :: api\spotify.py -> 393:spotify_get_search_results() :: INFO] -> Get search result for term 'STILL LOVING YOU'
sharky98 commented 3 hours ago

I removed libssl-3-x64.dll (it was a custom install of openssl). The popup error does not show anymore, but the software still closes without anymore log than above.