muxinc / mux-ruby

Official Mux API wrapper for ruby projects, supporting both Mux Data and Mux Video.
MIT License
51 stars 14 forks source link

Gem methods returning empty ({}) responses when creating/retrieving assets #43

Closed JulienDefrance closed 2 years ago

JulienDefrance commented 3 years ago

Ruby Version: 2.7.4 Rails Version: 5.2.6

These assets are successfully being created and accessible within our MUX Dashboard, The credentials are correct, And the implementation follows some of the examples provided in this repository.

Skipping the SDK and Making direct HTTP calls using RestClient returns a valid response, with data Hash.

Current situation:

Expected result:

eropple commented 3 years ago

Hey there - so when this came in via Intercom I tested on our end of things, by using examples/video/exercise_assets.rb, and I cannot repro. Can you provide more information?

Thanks!

philcluff commented 2 years ago

Hey @JulienDefrance, please reopen this if you're able to run @eropple's tests above.

Thanks!