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

Cannot read properties of undefined (reading 'image') #36

Closed
InGramViking opened this issue Sep 8, 2024 · 2 comments
Closed

Cannot read properties of undefined (reading 'image') #36

InGramViking opened this issue Sep 8, 2024 · 2 comments

Comments

@InGramViking
Copy link

image

点击预览和提交报错,无法提交。导入无法导入

{
    "debug": {
        "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0",
        "platform": "Win32",
        "language": "zh-CN",
        "extensionVersion": "0.3.3"
    },
    "config": {
        "categoryPillUpdate": true,
        "categorySelections": [
            {
                "name": "sponsor",
                "option": 2
            },
            {
                "name": "selfpromo",
                "option": 1
            },
            {
                "name": "interaction",
                "option": 1
            },
            {
                "name": "intro",
                "option": 2
            },
            {
                "name": "outro",
                "option": 2
            },
            {
                "name": "preview",
                "option": 0
            },
            {
                "name": "music_offtopic",
                "option": 2
            },
            {
                "name": "poi_highlight",
                "option": 1
            },
            {
                "name": "exclusive_access",
                "option": 0
            }
        ],
        "isVip": false,
        "permissions": {
            "exclusive_access": true,
            "filler": true,
            "interaction": true,
            "intro": true,
            "music_offtopic": true,
            "outro": true,
            "poi_highlight": true,
            "preview": true,
            "selfpromo": true,
            "sponsor": true
        },
        "sponsorTimesContributed": 0,
        "defaultCategory": "chooseACategory",
        "renderSegmentsAsChapters": false,
        "whitelistedChannels": 0,
        "forceChannelCheck": false,
        "minutesSaved": 0,
        "skipCount": 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,
        "invidiousInstances": 1,
        "serverAddress": "Default server address",
        "minDuration": 0,
        "skipNoticeDuration": 4,
        "audioNotificationOnSkip": false,
        "checkForUnlistedVideos": false,
        "testingServer": false,
        "refetchWhenNotFound": true,
        "ytInfoPermissionGranted": false,
        "allowExpirements": true,
        "showDonationLink": true,
        "showPopupDonationCount": 0,
        "showNewFeaturePopups": true,
        "donateClicked": 0,
        "autoHideInfoButton": true,
        "autoSkipOnMusicVideos": false,
        "scrollToEditTimeUpdate": false,
        "showChapterInfoMessage": true,
        "darkMode": true,
        "showCategoryGuidelines": true,
        "showShortcutPopover": true,
        "showCategoryWithoutPermission": false,
        "showSegmentNameInChapterBar": true,
        "useVirtualTime": true,
        "showSegmentFailedToFetchWarning": true,
        "allowScrollingToEdit": true,
        "showPreviewYoutubeButton": true,
        "showPortVideoButton": true,
        "deArrowInstalled": false,
        "showDeArrowPromotion": 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
        },
        "nextFrameKeybind": {
            "key": "."
        },
        "previousFrameKeybind": {
            "key": ","
        },
        "closeSkipNoticeKeybind": {
            "key": "Backspace"
        },
        "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": "#000070",
                "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"
            }
        }
    }
}
@hanydd
Copy link
Owner

hanydd commented Sep 8, 2024

你是在番剧页面打开的提交吗?目前插件还不支持番剧(bilibili.com/bangumi/这种网址),理论上是没有提交按钮的,你是怎么打开提交窗口的啊?

@InGramViking
Copy link
Author

image

点这里

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

2 participants