-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: When you run the YTM application and only a blank screen is displayed, please check this issue #1267
Comments
I'm having the same problem even after uninstalling the current one and setting it up fresh. |
I'll change the default value to In-Player mode until the issue is resolved. |
v2.0.1 has been released with a temporary fix for this issue. |
@JellyBrick thanks for the quick fix! Confirming it works, though I've only tested on Windows so far. |
Not entirely sure if this is the same issue, however on the main releases here made today after install the application launches but no window is ever shown and there is no icon in the taskbar tray for the app. Using version |
Can you show me |
@JellyBrick here you go! {
"window-size": {
"width": 564,
"height": 1032
},
"url": "https://music.youtube.com/watch?v=d9cV1cccqeU&list=RDAMVMd9cV1cccqeU&index=0",
"options": {
"tray": true,
"appVisible": true,
"autoUpdates": true,
"hideMenu": false,
"startAtLogin": true,
"disableHardwareAcceleration": true,
"restartOnConfigChanges": false,
"trayClickPlayPause": false,
"autoResetAppCache": false,
"resumeOnStart": false,
"proxy": "",
"singleInstanceLock": true,
"likeButtons": "force",
"startingPage": "Home"
},
"plugins": {
"navigation": {
"enabled": true
},
"adblocker": {
"enabled": false,
"cache": true,
"additionalBlockLists": []
},
"shortcuts": {
"enabled": false,
"overrideMediaKeys": false
},
"downloader": {
"enabled": true,
"ffmpegArgs": [],
"preset": "mp3",
"downloadFolder": "C:\\Users\\ancie\\Proton Drive\\ancient.azem\\My files\\Music\\Unsorted\\YT Music"
},
"last-fm": {
"enabled": false,
"api_root": "http://ws.audioscrobbler.com/2.0/",
"api_key": "04d76faaac8726e60988e14c105d421a",
"secret": "a5d2a36fdf64819290f6982481eaffa2"
},
"discord": {
"enabled": true,
"activityTimoutEnabled": true,
"activityTimoutTime": 300000,
"listenAlong": false,
"autoReconnect": true,
"hideDurationLeft": true
},
"notifications": {
"enabled": false,
"unpauseNotification": false,
"urgency": "normal",
"interactive": false,
"toastStyle": 1,
"refreshOnPlayPause": false,
"trayControls": true,
"hideButtonText": false
},
"precise-volume": {
"enabled": true,
"steps": 1,
"arrowsShortcut": true,
"globalShortcuts": {
"volumeUp": "",
"volumeDown": ""
},
"savedVolume": 2
},
"sponsorblock": {
"enabled": true,
"apiURL": "https://sponsor.ajay.app",
"categories": [
"sponsor",
"intro",
"outro",
"interaction",
"selfpromo",
"music_offtopic"
]
},
"video-toggle": {
"enabled": true,
"mode": "custom",
"forceHide": false,
"hideVideo": true,
"align": "left"
},
"blur-nav-bar": {
"enabled": false
},
"bypass-age-restrictions": {
"enabled": true
},
"playback-speed": {
"enabled": false
},
"quality-changer": {
"enabled": false
},
"taskbar-mediacontrol": {
"enabled": true
},
"in-app-menu": {
"enabled": true
},
"lyrics-genius": {
"enabled": false
},
"skip-silences": {
"enabled": true
},
"visualizer": {
"enabled": false,
"type": "butterchurn",
"butterchurn": {
"preset": "martin [shadow harlequins shape code] - fata morgana",
"renderingFrequencyInMs": 500,
"blendTimeInSeconds": 2.7
},
"vudio": {
"effect": "lighting",
"accuracy": 128,
"lighting": {
"maxHeight": 160,
"maxSize": 12,
"lineWidth": 1,
"color": "#49f3f7",
"shadowBlur": 2,
"shadowColor": "rgba(244,244,244,.5)",
"fadeSide": true,
"prettify": false,
"horizontalAlign": "center",
"verticalAlign": "middle",
"dottify": true
}
},
"wave": {
"animations": [
{
"type": "Cubes",
"config": {
"bottom": true,
"count": 30,
"cubeHeight": 5,
"fillColor": {
"gradient": [
"#FAD961",
"#F76B1C"
]
},
"lineColor": "rgba(0,0,0,0)",
"radius": 20
}
},
{
"type": "Cubes",
"config": {
"top": true,
"count": 12,
"cubeHeight": 5,
"fillColor": {
"gradient": [
"#FAD961",
"#F76B1C"
]
},
"lineColor": "rgba(0,0,0,0)",
"radius": 10
}
},
{
"type": "Circles",
"config": {
"lineColor": {
"gradient": [
"#FAD961",
"#FAD961",
"#F76B1C"
],
"rotate": 90
},
"lineWidth": 4,
"diameter": 20,
"count": 10,
"frequencyBand": "base"
}
}
]
}
},
"compact-sidebar": {
"enabled": true
},
"album-color-theme": {
"enabled": true
},
"exponential-volume": {
"enabled": false
}
},
"__internal__": {
"migrations": {
"version": "2.0.1"
}
},
"window-position": {
"x": -1920,
"y": 588
},
"window-maximized": false
} |
Expected Behavior
It should run without any errors.
Actual Behavior
Additional Information
If these issues prevent YTM from running, try switching adblocker plugins to in-player mode.
(It's not YTM's issue, refer to ghostery/adblocker#3462)
The text was updated successfully, but these errors were encountered: