Skip to content
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

Closed
JellyBrick opened this issue Oct 7, 2023 · 7 comments
Labels
bug Something isn't working fix-available A fix to the issue is available in a new version

Comments

@JellyBrick
Copy link
Collaborator

JellyBrick commented Oct 7, 2023

Expected Behavior

It should run without any errors.

Actual Behavior

image
image

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)

@JellyBrick JellyBrick added bug Something isn't working wontfix This will not be worked on labels Oct 7, 2023
@FoggyMikel
Copy link

FoggyMikel commented Oct 7, 2023

I'm having the same problem even after uninstalling the current one and setting it up fresh.

@JellyBrick
Copy link
Collaborator Author

JellyBrick commented Oct 7, 2023

I'll change the default value to In-Player mode until the issue is resolved.

JellyBrick added a commit that referenced this issue Oct 7, 2023
JellyBrick added a commit that referenced this issue Oct 7, 2023
@JellyBrick JellyBrick added the fix-available A fix to the issue is available in a new version label Oct 7, 2023
@JellyBrick
Copy link
Collaborator Author

JellyBrick commented Oct 7, 2023

v2.0.1 has been released with a temporary fix for this issue.
I will temporarily keep this issue open for approximately 200 affected users

@JellyBrick JellyBrick removed the wontfix This will not be worked on label Oct 7, 2023
@Technetium1
Copy link

@JellyBrick thanks for the quick fix! Confirming it works, though I've only tested on Windows so far.
@yochananmarqos time to bump again 😄

@AncientAzem
Copy link

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 2.1.0 from the next repo seems to be working currently but anything newer than that just runs in the background with no window or taskbar item for me

@JellyBrick
Copy link
Collaborator Author

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 2.1.0 from the next repo seems to be working currently but anything newer than that just runs in the background with no window or taskbar item for me

Can you show me config.json? (%appdata%\YouTube Music\config.json)

@AncientAzem
Copy link

Can you show me config.json? (%appdata%\YouTube Music\config.json)

@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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix-available A fix to the issue is available in a new version
Projects
None yet
Development

No branches or pull requests

4 participants