Git Product home page Git Product logo

gatsby-source-eventbrite's People

Contributors

andrewfulton avatar greenkeeper[bot] avatar isabellachen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gatsby-source-eventbrite's Issues

An in-range update of gatsby is breaking the build 🚨

There have been updates to the gatsby monorepo:

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the gatsby group definition.

gatsby is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Merge Efforts

Hey, I created gatsby-plugin-source-eventbrite, not realized yours existed.

I created mine to work using the Eventbrite JavaScript SDK and pulling organizers. I noticed you are pulling organization events, but I may be able to fit that into my solution since it uses the Search API.

I would love to combine efforts on this and make it really robust. Let me know what I can do to bring these two projects closer together.

An in-range update of gatsby is breaking the build 🚨

There have been updates to the gatsby monorepo:

  • The peerDependency gatsby was updated from 2.0.118 to 2.0.119.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the gatsby group definition.

gatsby is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 25 commits.

  • 77014e5 chore(release): Publish
  • 2d85930 chore: update yarn.lock
  • df2506c docs(creating-and-modifying-pages): remove unnecessary promise (#11697)
  • ccd9dcd feat(gatsby-cli): Initialize the newly cloned repository as git (#10868)
  • 93351d7 docs(showcase): added BIGBrave and KegTracker sites to showcase (#11701)
  • 38a5af7 style: remove extra bottom margin in figures during develop (#11683)
  • 6e75f5c www: add analytics tags to the plugin search (#11693)
  • 9433b6c Fix code example for custom normalizers (#11708)
  • e73c03a -- add tiny-agency starter (#11703)
  • d2691a8 docs(s3-cloudfront): update install doc (aws -> awscli) (#11702)
  • d7eb749 post: new blog about the themes livestream (#11685)
  • a0da7a2 fix(gatsby): add history fallback for client-only routes (#11610)
  • 4c377ea docs: CSS modules class name reference fix (2lRF7) (#11694)
  • 40c2199 test: enable integration tests for image sharp (#11567)
  • 9fdf931 docs(starters): remove imigliori.vivigratis.com (project cancelled) (#11642)

There are 25 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of prettier is breaking the build 🚨

The devDependency prettier was updated from 1.15.0 to 1.15.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

prettier is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for 1.15.1

πŸ”— Changelog

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of gatsby-plugin-sharp is breaking the build 🚨

The dependency gatsby-plugin-sharp was updated from 2.0.10 to 2.0.11.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

gatsby-plugin-sharp is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of gatsby is breaking the build 🚨

There have been updates to the gatsby monorepo:

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the gatsby group definition.

gatsby is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Plugin fails when requesting data due to unsupported defaultEntries value `venues`

On line 16 of gatsby-node.js the plugin is combining the default entries of ['events', 'venues'] with user specified values at the project root's gatsby-config.js.

My API requests were working fine via the browser and looking into more detailed error messages from the promise caught error within fetch.js it would seem venues is not supported:

{
        "status_code": 403,
        "error_description": "You are not allowed to request the venues of this user.",
        "error": "NOT_AUTHORIZED"
} 

Removing venues from the list does allow gatsby to compile but due to the fact that venues aren't fetched, no nodes are built because all events need to be linked to an associated venue via the linkEventWithVenue func within createNodeRelations.js.

Infinite Loop when not authorized or forbidden

If i use an access token that results in 401 or 403 errors, the plugin will loop infinitely.

Looks like the fetch.js loop has no provision for breaking out of the loop during a catch

An in-range update of gatsby is breaking the build 🚨

There have been updates to the gatsby monorepo:

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the gatsby group definition.

gatsby is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.