![影片讀取中](/images/youtube.png)
... <看更多>
Severity: Notice
Message: Trying to get property 'plaintext' of non-object
Filename: models/Crawler_model.php
Line Number: 228
Backtrace:
File: /var/www/html/KOL/voice/application/models/Crawler_model.php
Line: 228
Function: _error_handler
File: /var/www/html/KOL/voice/application/controllers/Pages.php
Line: 336
Function: get_dev_google_article
File: /var/www/html/KOL/voice/public/index.php
Line: 319
Function: require_once
Severity: Notice
Message: Trying to get property 'plaintext' of non-object
Filename: models/Crawler_model.php
Line Number: 229
Backtrace:
File: /var/www/html/KOL/voice/application/models/Crawler_model.php
Line: 229
Function: _error_handler
File: /var/www/html/KOL/voice/application/controllers/Pages.php
Line: 336
Function: get_dev_google_article
File: /var/www/html/KOL/voice/public/index.php
Line: 319
Function: require_once
Search
... <看更多>
Facebook will not notify you that an access token has become invalid. ... access token: User {user-id} has not authorized application {your-app-id}. ... <看更多>
@sabre96. Please do as Freso requested from @Qwerty-Space and upload the Debug logs if you have the same problem. Saying that you have the ... ... <看更多>
... <看更多>
This document identifies the different types of errors that YouTube Data API operations can return. You can also find a list of errors for any individual method in the reference documentation for that method.
The following tables identify API error messages that are not specific to a particular API method.
Core API errors
forbidden (403)
forbidden
quotaExceeded (403)
quotaExceeded
Common request errors
badRequest (400)
incompatibleParameters
badRequest (400)
invalidFilters
badRequest (400)
invalidPageToken
badRequest (400)
missingRequiredParameter
badRequest (400)
unexpectedParameter
forbidden (403)
accountDelegationForbidden
forbidden (403)
authenticatedUserAccountClosed
forbidden (403)
authenticatedUserAccountSuspended
forbidden (403)
authenticatedUserNotChannel
onBehalfOfContentOwner
delegation parameter, then you should also set the onBehalfOfContentOwnerChannel
parameter.forbidden (403)
channelClosed
forbidden (403)
channelNotFound
forbidden (403)
channelSuspended
forbidden (403)
cmsUserAccountNotFound
forbidden (403)
insufficientCapabilities
forbidden (403)
insufficientPermissions
notFound (404)
contentOwnerAccountNotFound
Request context errors
badRequest (400)
invalidLanguage
hl
parameter value does not specify a valid language code.badRequest (400)
invalidMine
mine
parameter is not supported.badRequest (400)
invalidMine
mine
parameter cannot be used in requests where the authenticated user is a YouTube partner. You should either remove the mine
parameter, authenticate as a YouTube user by removing the onBehalfOfContentOwner
parameter, or act as one of the partner's channels by providing the onBehalfOfContentOwnerChannel
parameter if available for the called method.badRequest (400)
invalidPart
part
parameter specifies some parts that cannot be written at the same time.badRequest (400)
invalidRegionCode
regionCode
parameter specifies an invalid region code.badRequest (400)
unexpectedPart
part
parameter specifies an unexpected value.badRequest (400)
unknownPart
part
parameter specifies an unknown value.badRequest (400)
unsupportedLanguageCode
hl
parameter value does not specify a supported language code.badRequest (400)
unsupportedRegionCode
regionCode
parameter specifies an unsupported region code.unauthorized (401)
authorizationRequired
mine
parameter but is not properly authorized.unauthorized (401)
youtubeSignupRequired
watch_later
playlist. However, as an example, the user would need a YouTube channel to be able to upload a video. A user who has a Gmail account or an Android device is certain to have a Google Account but may not have already linked that Google Account to a YouTube channel.youtubeSignupRequired
error in more detail. Although the blog post explains the error for API version 2.1, the meaning of the error is still applicable.activities.insert
method is noThe following tables identify error messages that the API returns in response to calls related to activities
resources. These methods could also return errors listed in the Common request errors section.
activities.list
forbidden (403)
homeParameterDeprecated
home
parameter to true
in an unauthorized request.forbidden (403)
forbidden
notFound (404)
channelNotFound
channelId
parameter cannot be found.notFound (404)
homeChannelNotFound
unauthorized (401)
authorizationRequired
home
parameter but is not properly authorized.The following tables identify error messages that the API returns in response to calls related to captions
resources. These methods could also return errors listed in the Common request errors section.
captions.delete
forbidden (403)
forbidden
notFound (404)
captionNotFound
id
parameter to ensure that it is correct.captions.download
forbidden (403)
forbidden
invalidValue (400)
couldNotConvert
tfmt
and tlang
values are valid, and that the snippet.status
of the requested caption track is not failed
.notFound (404)
captionNotFound
id
parameter to ensure that it is correct.captions.insert
badRequest (400)
contentRequired
conflict (409)
captionExists
snippet.language
and snippet.name
. A video can have multiple tracks for the same language, but each track must have a different name.forbidden (403)
forbidden
invalidValue (400)
invalidMetadata
snippet.language
, snippet.name
, and snippet.videoId
properties. The snippet.isDraft
property can also be included, but it is not required.notFound (404)
videoNotFound
videoId
parameter couldn't be found.invalidValue (400)
nameTooLong
snippet.name
specified in the request is too long. The maximum length supported is 150 characters.captions.list
forbidden (403)
forbidden
notFound (404)
captionNotFound
videoId
parameter identifies an actual video, but the id
parameter either identifies caption track IDs that don't exist or track IDs that are associated with other videos. Check the values of the request's id
and videoId
parameters to ensure that they are correct.notFound (404)
videoNotFound
videoId
parameter couldn't be found.captions.update
badRequest (400)
contentRequired
sync
parameter is set to true
.forbidden (403)
forbidden
notFound (404)
captionNotFound
id
parameter to ensure that it is correct.The following tables identify error messages that the API returns in response to calls related to channelBanners
resources. These methods could also return errors listed in the Common request errors section.
channelBanners.insert
badRequest (400)
bannerAlbumFull
badRequest (400)
mediaBodyRequired
The following tables identify error messages that the API returns in response to calls related to channelSections
resources. These methods could also return errors listed in the Common request errors section.
channelSections.delete
badRequest (400)
notEditable
forbidden (403)
channelSectionForbidden
invalidValue (400)
idInvalid
id
property specifies an invalid channel section ID.invalidValue (400)
idRequired
id
property must specify a value that identifies the channel section being deleted.notFound (404)
channelNotFound
notFound (404)
channelSectionNotFound
channelSections.insert
badRequest (400)
defaultLanguageNotSetError
channelSection
resource's snippet.defaultLanguage
property must be set to successfully insert or update the localizations
object for that resource.badRequest (400)
invalidLanguage
localizations
object failed validation. Use the channelSections.list method to retrieve valid values and update them following the guidelines in the a href="/youtube/v3/docs/channelSections#resource">channelSections
resource documentation.badRequest (400)
notEditable
badRequest (400)
styleRequired
channelSection
resource must specify a value for the snippet.style
field.badRequest (400)
targetInvalidCountry
targeting.countries
list failed validation. Use the channelSections.list method to retrieve valid values and update them following the guidelines in the a href="/youtube/v3/docs/channelSections#resource">channelSections
resource documentation.badRequest (400)
targetInvalidLanguage
targeting.languages
list failed validation. Use the channelSections.list method to retrieve valid values and update them following the guidelines in the a href="/youtube/v3/docs/channelSections#resource">channelSections
resource documentation.badRequest (400)
targetInvalidRegion
targeting.regions
list failed validation. Use the channelSections.list method to retrieve valid values and update them following the guidelines in the a href="/youtube/v3/docs/channelSections#resource">channelSections
resource documentation.badRequest (400)
typeRequired
channelSection
resource must specify a value for the snippet.type
field.forbidden (403)
channelSectionForbidden
invalidValue (400)
channelNotActive
invalidValue (400)
channelsDuplicated
invalidValue (400)
channelsNeeded
snippet.type
property has a value of multipleChannels
, then the contentDetails.channels[]
property must be specified and must specify at least one channel.invalidValue (400)
channelsNotExpected
contentDetails.channels[]
property, but channels are not expected for this type of channel section.invalidValue (400)
contentDetailsNeeded
contentDetails
object for this type of channel section.invalidValue (400)
inValidPosition
snippet.position
property contains an invalid value.invalidValue (400)
maxChannelSectionExceeded
invalidValue (400)
maxChannelsExceeded
invalidValue (400)
maxPlaylistExceeded
invalidValue (400)
onePlaylistNeeded
snippet.type
property has a value of singlePlaylist
, then the contentDetails.playlists[]
property must specify exactly one playlist.invalidValue (400)
ownChannelInChannels
invalidValue (400)
playlistIsPrivate
invalidValue (400)
playlistsDuplicated
invalidValue (400)
playlistsNeeded
snippet.type
property has a value of singlePlaylist
or multiplePlaylists
, then the contentDetails.playlists[]
property must be specified.invalidValue (400)
playlistsNotExpected
contentDetails.playlists[]
property, but playlists are not expected for this type of channel section.invalidValue (400)
snippetNeeded
snippet
to create the channel section.invalidValue (400)
titleLengthExceeded
snippet.title
property is too long.invalidValue (400)
titleRequired
snippet.type
property has a value of multiplePlaylists
or multipleChannels
, then you must set the section's title by specifying a value for the snippet.title
property.notFound (404)
channelNotFound
notFound (404)
playlistNotFound
channelSections.list
forbidden (403)
channelSectionForbidden
invalidValue (400)
idInvalid
invalidValue (400)
invalidCriteria
notFound (404)
channelNotFound
notFound (404)
channelSectionNotFound
channelSections.update
badRequest (400)
defaultLanguageNotSetError
channelSection
resource's snippet.defaultLanguage
property must be set to successfully insert or update the localizations
object for that resource.badRequest (400)
invalidLanguage
localizations
object failed validation. Use the channelSections.list method to retrieve valid values and update them following the guidelines in the a href="/youtube/v3/docs/channelSections#resource">channelSections
resource documentation.badRequest (400)
notEditable
badRequest (400)
styleRequired
channelSection
resource must specify a value for the snippet.style
field.badRequest (400)
targetInvalidCountry
targeting.countries
list failed validation. Use the channelSections.list method to retrieve valid values and update them following the guidelines in the a href="/youtube/v3/docs/channelSections#resource">channelSections
resource documentation.badRequest (400)
targetInvalidLanguage
targeting.languages
list failed validation. Use the channelSections.list method to retrieve valid values and update them following the guidelines in the a href="/youtube/v3/docs/channelSections#resource">channelSections
resource documentation.badRequest (400)
targetInvalidRegion
targeting.regions
list failed validation. Use the channelSections.list method to retrieve valid values and update them following the guidelines in the a href="/youtube/v3/docs/channelSections#resource">channelSections
resource documentation.badRequest (400)
typeRequired
channelSection
resource must specify a value for the snippet.type
field.forbidden (403)
channelSectionForbidden
invalidValue (400)
channelNotActive
invalidValue (400)
channelsDuplicated
invalidValue (400)
channelsNeeded
snippet.type
property has a value of multipleChannels
, then the contentDetails.channels[]
property must be specified and must specify at least one channel.invalidValue (400)
channelsNotExpected
contentDetails.channels[]
property, but channels are not expected for this type of channel section.invalidValue (400)
contentDetailsNeeded
contentDetails
object for this type of channel section.invalidValue (400)
idInvalid
id
property specifies an invalid channel section ID.invalidValue (400)
idRequired
id
property must specify a value that identifies the channel section being updated.invalidValue (400)
inValidPosition
snippet.position
property contains an invalid value.invalidValue (400)
maxChannelsExceeded
invalidValue (400)
maxPlaylistExceeded
invalidValue (400)
onePlaylistNeeded
snippet.type
property has a value of singlePlaylist
, then the contentDetails.playlists[]
property must specify exactly one playlist.invalidValue (400)
ownChannelInChannels
invalidValue (400)
playlistIsPrivate
invalidValue (400)
playlistsDuplicated
invalidValue (400)
playlistsNeeded
snippet.type
property has a value of singlePlaylist
or multiplePlaylists
, then the contentDetails.playlists[]
property must be specified.invalidValue (400)
playlistsNotExpected
contentDetails.playlists[]
property, but playlists are not expected for this type of channel section.invalidValue (400)
snippetNeeded
snippet
to update the channel section.invalidValue (400)
titleLengthExceeded
snippet.title
property is too long.invalidValue (400)
titleRequired
snippet.type
property has a value of multiplePlaylists
or multipleChannels
, then you must set the section's title by specifying a value for the snippet.title
property.notFound (404)
channelNotFound
notFound (404)
channelSectionNotFound
notFound (404)
playlistNotFound
The following tables identify error messages that the API returns in response to calls related to channels
resources. These methods could also return errors listed in the Common request errors section.
channels.list
badRequest (400)
invalidCriteria
id
, mySubscribers
, categoryId
, mine
, managedByMe
, forUsername
. In case of content owner authentication using the onBehalfOfContentOwner
parameter, only the id
or managedByMe
may be specified.forbidden (403)
channelForbidden
id
parameter does not support the request or the request is not properly authorized.notFound (404)
categoryNotFound
categoryId
parameter cannot be found. Use the guideCategories.list method to retrieve a list of valid values.notFound (404)
channelNotFound
id
parameter cannot be found.channels.update
badRequest (400)
brandingValidationError
brandingSettings
object failed validation. Use the channels.list
method to retrieve the existing settings for the channel, and update the property values following the guidelines in the channels
resource documentation.badRequest (400)
channelTitleUpdateForbidden
brandingSettings part
, you must set the brandingSettings.channel.title
property's value to the channel's current title or omit the property. The API returns an error if you change the property's value.badRequest (400)
defaultLanguageNotSetError
defaultLanguage
must be set to update localizations
.badRequest (400)
invalidBrandingOption
channels.list
method to retrieve valid values and make sure to update them following the guidelines in the channels
resource documentation.badRequest (400)
invalidCustomMessage
invideoPromotion.items[].customMessage
property in the resource that the request sent.badRequest (400)
invalidDuration
badRequest (400)
invalidDuration
invideoPromotion.position.type
property in the resource that the request sent.badRequest (400)
invalidRecentlyUploadedBy
invideoPromotion.items[].id.recentlyUploadedBy
property in the resource that the request sent.badRequest (400)
invalidTimingOffset
badRequest (400)
invalidTimingOffset
invideoPromotion.timing.offsetMs
property in the resource that the request sent.badRequest (400)
invalidTimingType
invideoPromotion.timing.type
property in the resource that the request sent.badRequest (400)
localizationValidationError
badRequest (400)
tooManyPromotedItems
forbidden (403)
channelForbidden
id
parameter does not support the request or the request is not properly authorized.forbidden (403)
promotedVideoNotAllowed
id
property in the channel
resource that the request sent to ensure that the channel ID is correct.forbidden (403)
websiteLinkNotAllowed
notFound (404)
channelNotFound
id
parameter cannot be found or does not have branding options.notFound (404)
channelNotFound
id
parameter cannot be found.notFound (404)
unknownChannelId
notFound (404)
unknownChannelId
notFound (404)
unknownVideoId
required (400)
requiredItemIdType
required (400)
requiredItemId
required (400)
requiredTimingOffset
invideoPromotion.defaultTiming.offsetMs
property in the resource that the request sends.required (400)
requiredTimingOffset
invideoPromotion.timing.offsetMs
property in the resource that the request sends.required (400)
requiredTimingType
invideoPromotion.defaultTiming.type
property in the resource that the request sends.required (400)
requiredTimingType
invideoPromotion.timing.type
property in the resource that the request sends.required (400)
requiredTiming
invideoPromotion
part.required (400)
requiredVideoId
required (400)
requiredWebsiteUrl
invideoPromotion.items[].id.websiteUrl
property in the resource that the request sends.The following tables identify error messages that the API returns in response to calls related to commentThreads
resources. These methods could also return errors listed in the Common request errors section.
commentThreads.list
badRequest (400)
operationNotSupported
badRequest (400)
processingFailure
commentThread
resource in the request body to ensure that it is valid.forbidden (403)
commentsDisabled
videoId
parameter has disabled comments.forbidden (403)
forbidden
notFound (404)
channelNotFound
allThreadsRelatedToChannelId
parameter couldn't be found.notFound (404)
commentThreadNotFound
id
parameter to ensure that it is correct.notFound (404)
videoNotFound
videoId
parameter couldn't be found.commentThreads.insert
badRequest (400)
channelOrVideoIdMissing
snippet.channelId
and snippet.videoId
properties. A comment on a video appears on the video watch page.badRequest (400)
commentTextRequired
comment
resource that is being inserted must specify a value for the snippet.topLevelComment.snippet.textOriginal
property. Comments cannot be empty.badRequest (400)
commentTextTooLong
comment
resource that is being inserted contains too many characters in the snippet.topLevelComment.snippet.textOriginal
property.badRequest (400)
invalidCommentThreadMetadata
badRequest (400)
processingFailure
commentThread
resource in the request body to ensure that it is valid.forbidden (403)
forbidden
forbidden (403)
ineligibleAccount
notFound (404)
channelNotFound
snippet.channelId
property to ensure it is correct.notFound (404)
videoNotFound
snippet.videoId
property to ensure it is correct.The following tables identify error messages that the API returns in response to calls related to comments
resources. These methods could also return errors listed in the Common request errors section.
comments.list
badRequest (400)
operationNotSupported
forbidden (403)
forbidden
notFound (404)
commentNotFound
id
and parentId
parameters to ensure that they are correct.comments.setModerationStatus
badRequest (400)
banWithoutReject
banAuthor
parameter can only be used if the moderationStatus
parameter value is rejected
.badRequest (400)
operationNotSupported
badRequest (400)
processingFailure
forbidden (403)
forbidden
notFound (404)
commentNotFound
id
parameter to ensure that they are correct.comments.insert
badRequest (400)
commentTextRequired
comment
resource that is being inserted must specify a value for the snippet.textOriginal
property. Comments cannot be empty.badRequest (400)
commentTextTooLong
comment
resource that is being inserted contains too many characters in the snippet.textOriginal
property.badRequest (400)
invalidCommentMetadata
badRequest (400)
operationNotSupported
snippet.parentId
property. In a commentThread
resource, the snippet.canReply
property indicates whether the current viewer can reply to the thread.badRequest (400)
parentCommentIsPrivate
badRequest (400)
parentIdMissing
comment
resource in the body of the API request did not specify a value for the snippet.parentId
property.badRequest (400)
processingFailure
comment
resource in the request body to ensure that it is valid.forbidden (403)
forbidden
forbidden (403)
ineligibleAccount
notFound (404)
parentCommentNotFound
snippet.parentId
property in the request body to ensure that it is correct.comments.delete
badRequest (400)
processingFailure
forbidden (403)
forbidden
notFound (404)
commentNotFound
id
parameter to ensure that it is correct.comments.update
badRequest (400)
commentTextTooLong
comment
resource that is being updated contains too many characters in the snippet.textOriginal
property.badRequest (400)
invalidCommentMetadata
badRequest (400)
operationNotSupported
badRequest (400)
processingFailure
comment
resource in the request body to ensure that it is valid.forbidden (403)
forbidden
forbidden (403)
ineligibleAccount
notFound (404)
commentNotFound
id
property in the request body to ensure that it is correct.The following tables identify error messages that the API returns in response to calls related to members
resources. These methods could also return errors listed in the Common request errors section.
members.list
badRequest (400)
channelMembershipsNotEnabled
badRequest (400)
invalidMode
mode
parameter value is invalid.pageToken
parameterbadRequest (400)
invalidPageToken
pageToken
parameter value isbadRequest (400)
invalidHasAccessToLevel
hasAccessToLevel
id
.badRequest (400)
invalidFilterByMemberChannelId
filterByMemberChannelId
filterByMemberChannelId
parameter valueThe following tables identify error messages that the API returns in response to calls related to members
resources. These methods could also return errors listed in the Common request errors section.
membershipsLevels.list
badRequest (400)
channelMembershipsNotEnabled
The following tables identify error messages that the API returns in response to calls related to playlistItems
resources. These methods could also return errors listed in the Common request errors section.
playlistItems.delete
forbidden (403)
playlistItemsNotAccessible
notFound (404)
playlistItemNotFound
id
parameter cannot be found.invalidValue (400)
playlistOperationUnsupported
playlistItems.insert
duplicate
videoAlreadyInPlaylist
forbidden (403)
playlistContainsMaximumNumberOfVideos
forbidden (403)
playlistItemsNotAccessible
invalidValue (400)
invalidContentDetails
contentDetails
property in the request is not valid. A possible reason is that contentDetails.note
field is longer than 280 characters.invalidValue (400)
invalidPlaylistItemPosition
position
property in the resource's snippet
.invalidValue (400)
invalidResourceType
type
specified for the resource ID is not supported for this operation. The resource ID identifies the item being added to the playlist – such as youtube#video
.invalidValue (400)
manualSortRequired
snippet.position
element from the resource that the request is inserting. If you want the playlist item to have a particular position in the list, you need to first update the playlist's Ordering option to Manual in the playlist's settings. This settings can be adjusted in the YouTube Video Manager.invalidValue (400)
videoAlreadyInAnotherSeriesPlaylist
invalidValue (400)
playlistOperationUnsupported
notFound (404)
playlistNotFound
playlistId
parameter cannot be found.notFound (404)
videoNotFound
videoId
property to ensure that it is correct.required (400)
channelIdRequired
channelId
property.required (400)
playlistIdRequired
playlistId
property.required (400)
resourceIdRequired
snippet
object specifies a resourceId
.playlistItems.list
forbidden (403)
playlistItemsNotAccessible
notFound (404)
playlistNotFound
playlistId
parameter cannot be found.notFound (404)
videoNotFound
videoId
parameter cannot be found.required (400)
playlistIdRequired
playlistId
property.invalidValue (400)
playlistOperationUnsupported
playlistItems.update
forbidden (403)
playlistItemsNotAccessible
invalidValue (400)
invalidPlaylistItemPosition
position
property in the resource's snippet
.invalidValue (400)
invalidResourceType
type
specified for the resource ID is not supported for this operation. The resource ID identifies the item being added to the playlist – such as youtube#video
.invalidValue (400)
invalidSnippet
snippet
property.invalidValue (400)
manualSortRequired
snippet.position
element from the resource that the request is inserting. If you want the playlist item to have a particular position in the list, you need to first update the playlist's Ordering option to Manual in the playlist's settings. This settings can be adjusted in the YouTube Video Manager.invalidValue (400)
playlistOperationUnsupported
notFound (404)
playlistItemNotFound
id
property cannot be found.notFound (404)
playlistNotFound
playlistId
parameter cannot be found.required (400)
channelIdRequired
channelId
property.required (400)
playlistIdRequired
playlistId
property.required (400)
playlistItemIdRequired
id
property to identify the playlist item that is being updated.The following tables identify error messages that the API returns in response to calls related to playlists
resources. These methods could also return errors listed in the Common request errors section.
playlists.delete
forbidden (403)
playlistForbidden
notFound (404)
playlistNotFound
id
parameter cannot be found.invalidValue (400)
playlistOperationUnsupported
playlists.list
forbidden (403)
channelClosed
channelId
parameter has been closed.forbidden (403)
channelSuspended
channelId
parameter has been suspended.forbidden (403)
playlistForbidden
id
parameter does not support the request or the request is not properly authorized.notFound (404)
channelNotFound
channelId
parameter cannot be found.notFound (404)
playlistNotFound
id
parameter cannot be found.invalidValue (400)
playlistOperationUnsupported
playlists.insert
badRequest (400)
defaultLanguageNotSetError
defaultLanguage
must be set to update localizations
.badRequest (400)
localizationValidationError
badRequest (400)
maxPlaylistExceeded
forbidden (403)
playlistForbidden
invalidValue (400)
invalidPlaylistSnippet
required (400)
playlistTitleRequired
playlists.update
badRequest (400)
defaultLanguageNotSetError
defaultLanguage
must be set to update localizations
.badRequest (400)
localizationValidationError
forbidden (403)
playlistForbidden
invalidValue (400)
invalidPlaylistSnippet
invalidValue (400)
playlistOperationUnsupported
notFound (404)
playlistNotFound
id
parameter cannot be found.required (400)
playlistTitleRequired
The following tables identify error messages that the API returns in response to calls related to search
resources. These methods could also return errors listed in the Common request errors section.
search.list
badRequest (400)
invalidChannelId
channelId
parameter specified an invalid channel ID.badRequest (400)
invalidLocation
location
and/or locationRadius
parameter value was formatted incorrectly.badRequest (400)
invalidRelevanceLanguage
relevanceLanguage
parameter value was formatted incorrectly.badRequest (400)
invalidSearchFilter
type
parameter to video
if you set a value for the eventType
, videoCaption
, videoCategoryId
, videoDefinition
, videoDimension
, videoDuration
, videoEmbeddable
, videoLicense
, videoSyndicated
, or videoType
parameters.The following tables identify error messages that the API returns in response to calls related to subscriptions
resources. These methods could also return errors listed in the Common request errors section.
subscriptions.delete
forbidden (403)
subscriptionForbidden
notFound (404)
subscriptionNotFound
id
parameter to ensure that it is correct.subscriptions.insert
badRequest (400)
subscriptionDuplicate
badRequest (400)
subscriptionForbidden
badRequest (400)
subscriptionForbidden
badRequest (400)
subscriptionForbidden
forbidden (403)
subscriptionForbidden
notFound (404)
publisherNotFound
snippet.resourceId
property cannot be found.notFound (404)
subscriberNotFound
required (400)
publisherRequired
snippet.resourceId
property to identify the channel that is being subscribed to.subscriptions.list
forbidden (403)
accountClosed
forbidden (403)
accountSuspended
forbidden (403)
subscriptionForbidden
notFound (404)
subscriberNotFound
The following tables identify error messages that the API returns in response to calls related to thumbnails
resources. These methods could also return errors listed in the Common request errors section.
thumbnails.set
badRequest (400)
invalidImage
badRequest (400)
mediaBodyRequired
forbidden (403)
forbidden
forbidden (403)
forbidden
notFound (404)
videoNotFound
videoId
parameter to ensure that it is correct.tooManyRequests (429)
uploadRateLimitExceeded
The following tables identify error messages that the API returns in response to calls related to videoAbuseReportReasons
resources. These methods could also return errors listed in the Common request errors section.
videoAbuseReportReasons.list
forbidden (403)
forbidden
The following tables identify error messages that the API returns in response to calls related to videoCategories
resources. These methods could also return errors listed in the Common request errors section.
videoCategories.list
notFound (404)
videoCategoryNotFound
id
parameter cannot be found. Use the videoCategories.list method to retrieve a list of valid values.The following tables identify error messages that the API returns in response to calls related to videos
resources. These methods could also return errors listed in the Common request errors section.
videos.insert
badRequest (400)
defaultLanguageNotSet
badRequest (400)
invalidCategoryId
snippet.categoryId
property specifies an invalid category ID. Use the videoCategories.list
method to retrieve supported categories.badRequest (400)
invalidDescription
badRequest (400)
invalidFilename
Slug
header is invalid.badRequest (400)
invalidPublishAt
badRequest (400)
invalidRecordingDetails
recordingDetails
object in the request metadata specifies invalid recording details.badRequest (400)
invalidTags
badRequest (400)
invalidTitle
badRequest (400)
invalidVideoGameRating
badRequest (400)
invalidVideoMetadata
snippet
part of a video
resource but does not set a value for both the snippet.title
and snippet.categoryId
properties.badRequest (400)
mediaBodyRequired
badRequest (400)
uploadLimitExceeded
forbidden (403)
forbidden
forbidden (403)
forbiddenLicenseSetting
forbidden (403)
forbiddenPrivacySetting
videos.list
badRequest (400)
videoChartNotFound
forbidden (403)
forbidden
fileDetails
, processingDetails
, and suggestions
parts are only available to that video's owner.forbidden (403)
forbidden
myRating
parameter.notFound (404)
videoNotFound
id
parameter to ensure that it is correct.videos.delete
forbidden (403)
forbidden
notFound (404)
videoNotFound
id
parameter to ensure that it is correct.videos.update
badRequest (400)
defaultLanguageNotSet
badRequest (400)
invalidCategoryId
snippet.categoryId
property specifies an invalid category ID. Use the videoCategories.list
method to retrieve supported categories.badRequest (400)
invalidDefaultBroadcastPrivacySetting
badRequest (400)
invalidDescription
badRequest (400)
invalidPublishAt
badRequest (400)
invalidRecordingDetails
recordingDetails
object in the request metadata specifies invalid recording details.badRequest (400)
invalidTags
badRequest (400)
invalidTitle
badRequest (400)
invalidVideoMetadata
snippet
part of a video
resource but does not set a value for both the snippet.title
and snippet.categoryId
properties.forbidden (403)
forbidden
forbidden (403)
forbiddenEmbedSetting
forbidden (403)
forbiddenLicenseSetting
forbidden (403)
forbiddenPrivacySetting
notFound (404)
videoNotFound
id
field in the request body to ensure that it is correct.videos.rate
badRequest (400)
emailNotVerified
badRequest (400)
invalidRating
rating
parameter.badRequest (400)
videoPurchaseRequired
forbidden (403)
forbidden
forbidden (403)
videoRatingDisabled
notFound (404)
videoNotFound
id
parameter to ensure that it is correct.videos.reportAbuse
badRequest (400)
invalidAbuseReason
reason_id
field, or a combination of the reason_id
and secondary_reason_id
fields.badRequest (400)
rateLimitExceeded
forbidden (403)
forbidden
notFound (404)
videoNotFound
The following tables identify error messages that the API returns in response to calls related to watermarks
resources. These methods could also return errors listed in the Common request errors section.
watermarks.set
badRequest (400)
imageFormatUnsupported
badRequest (400)
imageTooTall
badRequest (400)
imageTooWide
badRequest (400)
mediaBodyRequired
forbidden (403)
forbidden
channelId
parameter is set to an invalid value.watermarks.unset
forbidden (403)
forbidden
channelId
parameter is set to an invalid value.#1. How do I find the ID for a game on Steam? - Arqade
The last number in the URL is the application ID. ... replace the first space after the id number with a "-" (a character that is not found in any game ...
#2. How to "Validate" a game ID - Scripting Support - DevForum ...
My goal is to determine if this is a valid game ID that actually exists on ... checking if the Player has entered a valid GameID or not you ...
#3. Apps - SteamDB
AppID Name Last Update 1575420 SteamDB Unknown App 1575420 Unknown in 21 hours 1559570 SteamDB Unknown App 1559570 Unknown in 21 hours 1496970 Impostors Game in 21 hours
#5. Can't join my friend : r/modernwarfare - Reddit
ERROR: This player does not have a valid game session to join, ... what eventually worked was that I launched the game and my friend did not, I invited him, ...
#6. Invalid game id(Snakes and Ladders) - Moodle in English
I check the game id and course id its passed correct but error is occurs. attach the error screen. Attachment invalid game id.png.
Facebook will not notify you that an access token has become invalid. ... access token: User {user-id} has not authorized application {your-app-id}.
#8. Google 翻譯
Google 的免費翻譯服務提供中文和其他上百種語言的互譯功能,能即時翻譯字詞、詞組和網頁內容。
#9. ISteamMatchmaking Interface (dokumentacja Steamworks)
Either the IP/Port or the Steam ID of the game server has to be valid, ... NOTE: This will only return lobbies that are not full, and only lobbies that are ...
#10. How to Fix 'The Windows Live ID or Password you Entered Is ...
This will need to be done separately for each individual game. What happens is that the Steam Library might not be synchronized with your local ...
#11. game中文(繁體)翻譯:劍橋詞典
game 翻譯:有趣的活動/運動, (尤指兒童玩的)遊戲,運動;遊戲用具, ... game 在英語-中文(繁體)詞典中的翻譯 ... something that is not treated seriously.
#12. Game Center can't load players | Apple Developer Forums
I've discovered a problem with loading players from Game Center ids. ... The other player is not my Game Center friend and i retrieve his ID from connecting ...
#13. Join - Play Blooket
Join a game of Blooket to answer questions and compete in a fierce clash to determine who is the best and what Blook will come out victorious.
#14. Error code: -1; Invalid game ID supplied · Issue #675 - GitHub
@sabre96. Please do as Freso requested from @Qwerty-Space and upload the Debug logs if you have the same problem. Saying that you have the ...
#15. ID BOOKLET - SALTO-YOUTH
Our purpose is to spread the experience and learning from the training modules to a wider audience, so that it is not only the 100 youth workers who ...
#16. Can't sign in Goolge Play Game Services - Stack Overflow
Invalid (empty) game ID found in the EXTRA_GAME_ID extra. I was just following the tutorial on the official doc. What is the cause of this error ...
#17. Sign up to a tournament - ESL Play
If you do not have an ESL account yet, you must register your new ESL ID account. ... This can be done at the Game ID step of the League Widget.
#18. Help with Verification Codes | Supercell Support Portal
Only a valid email address can be used for the creation of a Supercell ID because ... If you suspect that your email provider might not be supported, ...
#19. ID Validation FAQs - Ask Spurs
If you have not already submitted your ID for validation, you can do so by ... This simply means that we have recognised that your ID is valid but does not ...
#20. Setting a LINE ID
On the message that says "This ID is available," tap Use. ... your device information may not be synced with the information on LINE's servers.
#21. Blooket Codes & How To Join A Blooket Live Game - Gamer ...
So let's look at the current live Blooket Game ID Code and how to join ... That's everything you need to know about how to join and play a ...
#22. How to resolve issues after changing your PSN online ID
PS3, PS Vita and PS/TV games and apps do not support the online ID change ... ID you may experience issues with some games such as lost game progress.
#23. Invalid game id - Chess Forums
Hi. I tried to start an on-line game with a member whose username is just a few figures and the above pops up on the screen so I can't start the game.
#24. Invalid configuration request for gameId: - Unity Forum
It used to inform you that the gameId was not valid and what was often times the issue, if you used your iOS gameId in an android ...
#25. FIX: "The user does not have permissions or the object ID is ...
Fixes an issue that triggers a "User does not have permissions or the object ID is not valid" error in SQL Server 2014. Occurs when you publish a Master ...
#26. Star Conflict Heroes 3D RPG - Apps on Google Play
***THE BEST SPACE ACTION RPG*** ***ASSEMBLE YOUR FLEET AND FIGHT OTHER PLAYERS*** Command and expand a fleet of spacecraft in Star Conflict Heroes, ...
#27. Create or change a gamer name - Google Play Help
If a game has a sign-in button for Play Games, you can use your gamer name with that game. Create or edit a gamer name. On an Android phone or tablet.
#28. Fantasy Sports API - Yahoo Developer Network
If you're looking for a current game ID that's not listed in the table below, ... Any sub-resource valid for a game is a valid sub-resource under the games ...
#29. Invalid Definition & Meaning - Merriam-Webster
The meaning of INVALID is not valid. ... in·val·id | \ (ˌ)in-ˈva-ləd \ ... 2 : of, relating to, or suited to one that is sick an invalid chair.
#30. Call of Duty: Vanguard In-Game Account Registration
If you choose to use a different account, you will not be eligible ... for participating in the Call of Duty: Vanguard Beta on that account.
#31. Frequently Asked Questions - SQUARE ENIX Support Center ...
I'm receiving the message "No valid service account is available to play FINAL ... that does not have a correct copy of FINAL FANTASY XIV registered.
#32. Spring Training 3-Game Flex Plan | New York Yankees
Access to the best seat locations; Flexibility to pick games that fit your schedule; Online account management ... Your voucher is not a valid game ticket.
#33. Game Events - Core Documentation
The game event ID that you copied is a string containing the game ID and event ID ... local function OnDied(obj, damage) if not Object.
#34. Can't sign in or sign up with Game Center - AppleToolBox
For iOS 10+ and iPadOS, your game center ID is your Apple ID. ... If you see problems, that could account for your issues–the only remedy is ...
#35. Roblox voice chat checks ID to keep kids safe, but slurs and ...
In-game voice chat has been an increasingly common component in games that require collaboration and coordination among players; ...
#36. "Invalid Game id found" | Lexulous Word Game - Community
I ought to have mentioned that their name was in the "table set" section, not just in the listed-players panel on the left. lexulous 1 Reply ...
#37. Retail CD Keys - Steam Support
If your key is not recognized by Steam, make sure that the key is intended for Steam registration. If a retail or digital game is meant to be registered through ...
#38. ASIMO Trivia Contest Official Rules
Do not play this Game if you are not located in one of the 50 United States or the ... The first eligible person that posts the correct answer to Sponsor ...
#39. Fishing License - Mississippi Department of Wildlife, Fisheries ...
Saltwater license is not valid north of I-10. ... or (2) a current military ID card showing that you are an active member of the Armed Forces (excluding ...
#40. Identification Needed for License Purchases - Colorado Parks ...
Valid Colorado Driver License, Colorado Driver Permit or Colorado Identification Card. · Driver Licenses, ID's Driver Permits that display "Not Valid for Federal ...
#41. Could not find user with id (even though id is valid)
I am trying to create a follow verification in my game to check if someone is following certain users. They have a valid id, but when I plug ...
#42. YouTube Data API - Errors | Google Developers
The following tables identify API error messages that are not specific to a ... invalidValue (400), idInvalid, The id property specifies an invalid channel ...
#43. Validity of a given Tic-Tac-Toe board configuration
Since we know that the game starts with X, a given grid of Tic-Tac-Toe game would be definitely invalid if following two conditions meet
#44. Acceptable Forms of Identification - Colorado Secretary of State
A valid Colorado driver's license or valid identification card issued by the Colorado Department of Revenue. (Note: documents issued to not lawfully present ...
#45. How to Fix Steam Games Not Launching Issues
Despite Steam's popularity, many Steam fans have encountered games that refuse to launch or that crash unexpectedly – sometimes after the game ...
#46. Frequently Asked Questions About Licenses
A digital copy of your recreational license receipt can be used for activities that do not require tagging or physical stamps.
#47. Riot ID FAQ - League of Legends Support
We're sure you're not alone. As we continue to push into our multi-game future, we want to make sure that your questions are answered and your ...
#48. Bulls and cows app. 0429 677 636. Correct option - ElyExport
Hello everyone I'd like tell you that our new game Amazing bulls and cows has been ... Repository: Could not find organization or user. post id: 7429825410.
#49. Configure the app module | Android Developers
Every Android app has a unique application ID that looks like a Java package ... If the application ID is not explicitly defined using the ...
#50. Is Paid to Play the only place to earn Razer Silver?
Download Razer Cortex and login with your Razer ID ... After each valid game session, a Windows pop-up notification will indicate how much Razer Silver you ...
#51. RangeError: argument is not a valid code point - MDN Web Docs
A code point is a value in the Unicode codespace; that is, the range of integers from 0 to 0x10FFFF . Examples. Invalid cases. String.
#52. Get an Outdoors Card | ontario.ca
How to buy an Outdoors Card, the wallet-sized plastic ID card you need to hunt ... A licence summary that lists all your valid fishing and hunting products.
#53. Topgolf Heroes Program presented by Govx
Not valid for online purchases and must be redeemed at the venue. ... and teachers in Las Vegas with a valid Nevada ID receive 25% off Topgolf game play.
#54. Licenses, Tags and Permits – Nonresident - Idaho Fish and ...
NOT valid to hunt pheasant for first 5 days of pheasant season. $ 39.00Hunting - Nongame; $ 141.75Hunting - Small Game Upland & migratory game birds, turkey, ...
#55. Visitors' Licenses | FWC
A saltwater fishing license and permits are not required if: You fish from a for-hire vessel (guide, charter, party boat) that has a valid charter license. You ...
#56. Unable to Link a Nintendo Network ID to a Nintendo Account
Important: If you see an error message that says that your country of ... Nintendo Network ID if the country of residence setting does not match that of the ...
#57. Gambling workers registration - Province of British Columbia
... to ensure that high standards of honesty and integrity are met. ... with the Gaming Policy and Enforcement Branch including, but not limited to:.
#58. Add Firebase to your Unity project
Make sure that you enter the ID that your project is actually using. ... for workflows during the development of your game, not for publicly shipping code.
#59. View topic - Find Valid Game IDs (digits) script help - Cheat ...
Something like "Could not escape! ... One of the pointers pointing to that string is probably in the array, and you can look at the memory ...
#60. House - The Official Terraria Wiki
If it is not suitable, the game will show what the house is lacking. ... A "hole" is a tile that is neither occupied by a valid solid tile nor a valid ...
#61. C.04.2 General handling rules for Swiss Tournaments
The Swiss Pairing Systems defined by FIDE and not deprecated (see C.04.4) ... So, for instance, a player with a colour history of BWB=W (i.e. no valid game ...
#62. QuestionsOnNotice - Parliament of Victoria
He was advised that he was not able to participate in the reduced 2020 duck ... Everyone that had a valid game licence as at 30 June 2020 (including a ...
#63. Fishing license types and fees - WDFW
LICENSE TYPES NON‑RESIDENT RESIDENT SENIOR... LICENSE TYPES Annual Freshwater NON‑RESIDENT $84.50 RESIDENT SENIOR... LICENSE TYPES Annual Saltwater NON‑RESIDENT $59.75 RESIDENT SENIOR... LICENSE TYPES Annual Shellfish/Seaweed NON‑RESIDENT $36.10 RESIDENT SENIOR...
#64. Know Your Customer (KYC) Direction, 2016 (Updated as on ...
Provided that this rule shall not apply to 'small accounts' referred to in ... “Officially Valid Document” (OVD) means the passport, the driving licence ...
#65. Madison Square Garden FAQs | MSG | Official Site
Please note that guests will not be permitted in the venue without ... (40) years of age or younger to present a valid form of ID with proof ...
#66. I am at a total lost here, Auth fail error and unique ID not valid ...
Game mode: Online private Type of issue: Connecting to a private server Server type: PVP RP Region: United States [Describe the bug here] ...
#67. Football: Game Day Parking & Transportation - Georgia ...
Vehicles that do not have a proper parking pass visible are ... show their state-issued ADA credentials and a valid game day parking pass.
#68. Digital codes originally packaged in a combination disc + ...
Fill in the first blank with your account's character ID that you can ... Once you submit a code, the game client will automatically check that it's valid.
#69. How to find a game PIN - Kahoot Support
A game PIN is a temporary, unique code that identifies which game you want to join. ... If not, it will open in your device's web browser.
#70. Credential Authentication Technology - TSA
Credential Authentication Technology (CAT) is a security game changer, ensuring ID ... However, CAT does not eliminate the requirement for passengers to ...
#71. Valid Definition & Meaning | Dictionary.com
legally sound, effective, or binding; having legal force: a valid contract. Logic. (of an argument) so constructed that if the premises are jointly asserted ...
#72. My Best Buy Rewards Card FAQs
You can find your member ID on your membership card, on your My Best Buy ... Memberships are not transferable and are only valid for use by the person who ...
#73. General Sporting License Information - NYS Dept. of ...
Holders of lifetime licenses that include hunting, bowhunting or muzzleloading privileges should ... Errors render a hunting or fishing license invalid.
#74. ATAP Frequently Asked Questions | Department of Finance
Why am I receiving the error "Invalid Login/Password combination" when I try to ... The Login ID and Password are initially created by the user that created ...
#75. Error Messages
Error Messages ; INVALID DIMENSION. The ERR:INVALID DIMENSION error message may occur if you are trying to graph a function that does not involve the stat plot ...
#76. CS Unit 2 Flashcards & Practice Test | Quizlet
Which of the following statements are valid uses of the method ... Assume that the GameClass object game has been properly declared and initialized in a ...
#77. API Documentation (player written) - Neptune's Pride - IHG ...
Neptune's Pride has an API that can be used to access scanning data. ... The parameters you'll need are the Game ID and the API Key.
#78. Eggstra Cash Rules - National Lottery
their ID (passport/drivers licence) if not already ID verified. ... Play means, in relation to any Game, any interaction by a Player with that Game, ...
#79. What is a Device ID? Why are Advertising IDs important? | Adjust
A device ID is a unique, anonymized string of numbers and letters that ... This not only reveals certain user behaviour (which can be aggregated to identify ...
#80. Error occurs on upgrading a project from Unity 5.5 to 2018.2.0b2
"Root Asset with id 0 not valid!! ... of Unity for users that rely upon the affected versions, to not address this fix for the time being.
#81. Scratchcard game closures. - The National Lottery
Closure date and last date to claim information for National Lottery Scratchcard games that are closing.
#82. DayZ:Error Codes - Bohemia Interactive Community
With Game Update 1.12, DayZ introduced new error codes when it comes to the server ... 17, 0x00040011 - INVALID_ID, Player ID is not valid ...
#83. Action replay codes The following is a list ofNintendo 3DS ...
Note: dummy weapons will mess up your game, do not use them (stone shard is a ... To use Action Replay, enter the Pokémon Diamond Game ID: ADAE-636791c0.
#84. 2K Account- Frequently Asked Questions
At this time, it is not directly associated player profiles on NBA 2K or 2K mobile titles, ... 2K ACCOUNT SAYS MY CREDENTIALS ARE INVALID.
#85. Google Terms of Service – Privacy & Terms
If it turns out that a particular term is not valid or enforceable, this will not affect any other terms. If you don't follow these terms or the ...
#86. Forest Green ticket information - News - Newport County
Any tickets that were bought for the originally-scheduled game on Boxing Day ARE valid, but Half Season Tickets are NOT valid and those ...
#87. GetIsObjectValid(object) - NWN Lexicon
This function can be used to test that condition. ... generate an object ID which references a not valid game reference (eg: StringToObject, ...
#88. [APP] HDLBATCH by rs1n - PS2-HOME.com
If HDLBATCH cannot find a valid game ID, then chances are, your game file is corrupt. Verify that the SHA-1 or MD5 checksums match those found ...
#89. How to Win Appeal Manual - Fourth Edition
Id. at 967. The court held that the Game Genie did not create a derivative work, as it only enhanced the audiovisual displays originating in the Nintendo ...
#90. Oxford (H): Ticket Reminder - News - Portsmouth FC
2 天前 — The car park is sold out for this game. Parking spaces that were purchased for the fixture on Boxing Day are still valid on Tuesday night.
#91. Information Security: 11th International Conference, ISC ...
That is, we have VerifyPK,ID (Sign τ,Certτ,usk(m)) = valid We also note that a concrete CBS scheme may not involve certificate consolidation.
#92. Public Key Cryptography -- PKC 2011: 14th International ...
We will assume that ID is included in the plain as part of CID and KID during our ... if KID is a proper key for identity ID and outputs Valid or Not-Valid.
#93. iOS Game Development: Developing Games for iPad, iPhone, and ...
... (note that nil is not the same as NULL and thus can be used as a valid parameter). The return value of self (= our object reference) is id; an id is a ...
#94. Topics in Cryptology -- CT-RSA 2006: The Cryptographers' ...
Recall that the challenge identity ID∗ was set during initialization to ID∗ ... Algorithm B forwards b to the TIBE challenger and wins the game if b = b.
#95. An Index to All the Reported Cases, Statutes and General ...
Payment from the society is not a satisfacmand , is not an officer of the ... incur- ance that it was valid , and where he paid part of red by gaming .
#96. Network and System Security: 11th International Conference, ...
Note that, for a HIBE of height l (hence forth denoted as l-HIBE) any identity ... identity ID, it returns the message or ⊥ if the ciphertext is not valid.
#97. JSON - Wikipedia
JSON is an open standard file format and data interchange format that uses human-readable ... his specification actually allows valid JSON documents that are not valid ...
that's not a valid game id. 在 How do I find the ID for a game on Steam? - Arqade 的推薦與評價
The last number in the URL is the application ID. ... replace the first space after the id number with a "-" (a character that is not found in any game ... ... <看更多>
相關內容