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

Mutes after skipping a segment #2024

Open
Ilovecatz17 opened this issue May 31, 2024 · 5 comments
Open

Mutes after skipping a segment #2024

Ilovecatz17 opened this issue May 31, 2024 · 5 comments

Comments

@Ilovecatz17
Copy link

Occasionally, after it skips a segment, the video's audio mutes, while the video itself still plays, and I need to either pause and play it or fast backward or fast forward it to get the audio to resume.
Debug info: {
"debug": {
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0",
"platform": "MacIntel",
"language": "en-US",
"extensionVersion": "5.6"
},
"config": {
"chapterCategoryAdded": true,
"autoSkipOnMusicVideosUpdate": true,
"invidiousInstances": 33,
"categoryPillUpdate": true,
"deArrowInstalled": true,
"skipCount": 82,
"showZoomToFillError2": false,
"showPopupDonationCount": 5,
"showDeArrowPromotion": false,
"isVip": false,
"minutesSaved": 59.40693301666662,
"permissions": {
"sponsor": true,
"selfpromo": true,
"exclusive_access": true,
"interaction": true,
"intro": true,
"outro": true,
"preview": true,
"music_offtopic": true,
"filler": true,
"poi_highlight": true,
"chapter": false
},
"defaultCategory": "chooseACategory",
"renderSegmentsAsChapters": false,
"whitelistedChannels": 0,
"forceChannelCheck": false,
"sponsorTimesContributed": 0,
"submissionCountSinceCategories": 0,
"showTimeWithSkips": true,
"disableSkipping": false,
"muteSegments": true,
"fullVideoSegments": true,
"fullVideoLabelsOnThumbnails": true,
"manualSkipOnFullVideo": false,
"trackViewCount": true,
"trackViewCountInPrivate": true,
"trackDownvotes": true,
"trackDownvotesInPrivate": false,
"dontShowNotice": false,
"noticeVisibilityMode": 3,
"hideVideoPlayerControls": false,
"hideInfoButtonPlayerControls": false,
"hideDeleteButtonPlayerControls": false,
"hideUploadButtonPlayerControls": false,
"hideSkipButtonPlayerControls": false,
"hideDiscordLaunches": 0,
"hideDiscordLink": false,
"supportInvidious": false,
"serverAddress": "Default server address",
"minDuration": 0,
"skipNoticeDuration": 4,
"audioNotificationOnSkip": false,
"checkForUnlistedVideos": false,
"testingServer": false,
"refetchWhenNotFound": true,
"ytInfoPermissionGranted": false,
"allowExpirements": true,
"showDonationLink": true,
"showUpsells": true,
"showNewFeaturePopups": true,
"donateClicked": 0,
"autoHideInfoButton": true,
"autoSkipOnMusicVideos": false,
"scrollToEditTimeUpdate": false,
"showChapterInfoMessage": true,
"darkMode": true,
"showCategoryGuidelines": true,
"showCategoryWithoutPermission": false,
"showSegmentNameInChapterBar": true,
"useVirtualTime": true,
"showSegmentFailedToFetchWarning": true,
"allowScrollingToEdit": true,
"showDeArrowInSettings": true,
"shownDeArrowPromotion": false,
"cleanPopup": false,
"categoryPillColors": {},
"skipKeybind": {
"key": "Enter"
},
"skipToHighlightKeybind": {
"key": "Enter",
"ctrl": true
},
"startSponsorKeybind": {
"key": ";"
},
"submitKeybind": {
"key": "'"
},
"actuallySubmitKeybind": {
"key": "'",
"ctrl": true
},
"previewKeybind": {
"key": ";",
"ctrl": true
},
"nextChapterKeybind": {
"key": "ArrowRight",
"ctrl": true
},
"previousChapterKeybind": {
"key": "ArrowLeft",
"ctrl": true
},
"closeSkipNoticeKeybind": {
"key": "Backspace"
},
"categorySelections": [
{
"name": "sponsor",
"option": 2
},
{
"name": "poi_highlight",
"option": 1
},
{
"name": "exclusive_access",
"option": 0
},
{
"name": "chapter",
"option": 0
}
],
"payments": {
"licenseKey": null,
"lastCheck": 0,
"lastFreeCheck": 0,
"freeAccess": false,
"chaptersAllowed": false
},
"colorPalette": {
"red": "#780303",
"white": "#ffffff",
"locked": "#ffc83d"
},
"barTypes": {
"preview-chooseACategory": {
"color": "#ffffff",
"opacity": "0.7"
},
"sponsor": {
"color": "#00d400",
"opacity": "0.7"
},
"preview-sponsor": {
"color": "#007800",
"opacity": "0.7"
},
"selfpromo": {
"color": "#ffff00",
"opacity": "0.7"
},
"preview-selfpromo": {
"color": "#bfbf35",
"opacity": "0.7"
},
"exclusive_access": {
"color": "#008a5c",
"opacity": "0.7"
},
"interaction": {
"color": "#cc00ff",
"opacity": "0.7"
},
"preview-interaction": {
"color": "#6c0087",
"opacity": "0.7"
},
"intro": {
"color": "#00ffff",
"opacity": "0.7"
},
"preview-intro": {
"color": "#008080",
"opacity": "0.7"
},
"outro": {
"color": "#0202ed",
"opacity": "0.7"
},
"preview-outro": {
"color": "#70",
"opacity": "0.7"
},
"preview": {
"color": "#008fd6",
"opacity": "0.7"
},
"preview-preview": {
"color": "#005799",
"opacity": "0.7"
},
"music_offtopic": {
"color": "#ff9900",
"opacity": "0.7"
},
"preview-music_offtopic": {
"color": "#a6634a",
"opacity": "0.7"
},
"poi_highlight": {
"color": "#ff1684",
"opacity": "0.7"
},
"preview-poi_highlight": {
"color": "#9b044c",
"opacity": "0.7"
},
"filler": {
"color": "#7300FF",
"opacity": "0.9"
},
"preview-filler": {
"color": "#2E0066",
"opacity": "0.7"
}
}
}
}

@ajayyy
Copy link
Owner

ajayyy commented May 31, 2024

@Ilovecatz17
Copy link
Author

https://discord.com/channels/603643120093233162/603643180663177220/1246167476660600958

None of my extensions affect youtube videos other than uBlock Origin

@ajayyy
Copy link
Owner

ajayyy commented Jul 9, 2024

Does it happen consistently on specific videos?

@Ilovecatz17
Copy link
Author

Does it happen consistently on specific videos?

No, it doesnt. Although, I haven't been having the issue at all for a while. Maybe it got fixed?

@AvianAnalyst
Copy link

https://discord.com/channels/603643120093233162/603643180663177220/1246167476660600958

This is inaccessible to me. Could you provide a screenshot, or quote the referenced message? Discord suffers from accessibility issues when used as a resource for anything related to publicly accessible comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants