LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

Reslang fails to run on ubuntu #83

Closed dimatkach closed 4 years ago

dimatkach commented 4 years ago

I am getting this error when trying to run reslang on ubuntu (as part of github workflow):

Reslang error:  Both xsel and fallback failed

Same error from reslang-docker.sh

dimatkach commented 4 years ago

Ah, actually, it's known: #79

njaczko commented 4 years ago

@dimatkach You can ignore the error - Reslang generates the specs correctly even though that error is printed.

dimatkach commented 4 years ago

@njaczko yeah, but it returns the error status, and that causes my build script to fail.