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

[metadata.themoviedb.org] updated to v4.1.6 #135

Merged
merged 1 commit into from Sep 14, 2019
Merged

[metadata.themoviedb.org] updated to v4.1.6 #135

merged 1 commit into from Sep 14, 2019

Conversation

olympia
Copy link
Collaborator

@olympia olympia commented Sep 14, 2019

Description

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

@TravisBuddy
Copy link

Travis tests have failed

Hey @olympia,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

kodi-addon-checker --branch=gotham $([ "$TRAVIS_PULL_REQUEST" != "false" ] && echo --PR $(git diff --diff-filter=d --name-only HEAD~ | grep / | cut -d / -f1 | sort | uniq))
INFO: Checking add-on metadata.themoviedb.org
INFO: Created by Team Kodi
INFO: Addon id matches folder name
failed validating '' with XsdPatternFacets(['\\s*([^\\s]\\s*)+']):

Reason: value doesn't match any pattern of ['\\s*([^\\s]\\s*)+'].

Schema:

  <xs:pattern xmlns:xs="http://www.w3.org/2001/XMLSchema" value="\s*([^\s]\s*)+" />

Instance:

  <website />

Path: /extension/website

failed validating '' with XsdPatternFacets(['\\s*([^\\s]\\s*)+']):

Reason: value doesn't match any pattern of ['\\s*([^\\s]\\s*)+'].

Schema:

  <xs:pattern xmlns:xs="http://www.w3.org/2001/XMLSchema" value="\s*([^\s]\s*)+" />

Instance:

  <source />

Path: /extension/source

ERROR: Schema validation failed for the following points: xbmc.addon.metadata 
INFO: Optional dependency plugin.video.youtube is not available in current repository
INFO: Image icon exists
INFO: Icon dimensions are fine 256x256
INFO: PO files are valid
ERROR: We found 1 problems and 0 warnings, please check the logfile.
TravisBuddy Request Identifier: f4da3350-d735-11e9-b57f-f7c3bbd28520

@olympia olympia merged commit 6c1d3de into xbmc:gotham Sep 14, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants