Bug 476997 - Audiotube crashes with
Summary: Audiotube crashes with
Status: RESOLVED FIXED
Alias: None
Product: audiotube
Classification: Applications
Component: general (show other bugs)
Version: 23.08.3
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: Jonah Brüchert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-14 15:56 UTC by aronkvh
Modified: 2023-11-21 20:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aronkvh 2023-11-14 15:56:27 UTC
Audiotube nightly 23.08.3 installed from kdeapps crashes every time.

Might be related: https://bugs.kde.org/show_bug.cgi?id=463770


warning: queue 0x55ff6c617830 destroyed while proxies still attached:
  wl_registry@36 still attached
libEGL warning: egl: failed to create dri2 screen
futuresql: Migrations finished
futuresql: Running "select distinct (search_query) from searches order by search_id desc limit 20"
futuresql: Running "select * from favourites natural join songs order by favourites.rowid desc"
futuresql: Running "select * from played_songs natural join songs"
futuresql: Running "select * from played_songs natural join songs order by plays desc limit 10"
QQmlApplicationEngine failed to load component
qrc:/main.qml:65:5: Type NavigationBar unavailable
qrc:/NavigationBar.qml:19:5: Cannot assign to non-existent property "shadow"
SSLError: HTTPSConnectionPool(host='music.youtube.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(0, 'unknown error (_ssl.c:3098)')))

At:
  /app/lib/python3.11/site-packages/requests/adapters.py(517): send
  /app/lib/python3.11/site-packages/requests/sessions.py(703): send
  /app/lib/python3.11/site-packages/requests/sessions.py(589): request
  /app/lib/python3.11/site-packages/requests/api.py(59): request
  /app/lib/python3.11/site-packages/requests/api.py(73): get
  /app/lib/python3.11/site-packages/ytmusicapi/ytmusic.py(160): _send_get_request
  /app/lib/python3.11/site-packages/ytmusicapi/helpers.py(37): get_visitor_id
  /app/lib/python3.11/site-packages/ytmusicapi/ytmusic.py(98): __init__
Comment 1 aronkvh 2023-11-21 20:27:04 UTC
Can't reproduce anymore.