kaskelotti
kaskelotti
I've had some issue similar to this that were fixed by setting the correct order of plugins in serverless.yml file. Put serverless-offline before dynamodb, i.e. like below ``` plugins: -...
I'm working also with problems related to decodeURI. The commit for undoing changes stated in the message > This is a temporary change so we can get the master branch...
This problem is pretty thoroughly discusses in #505 with possible solutions and workarounds, and what possible issues they might cause and why they might not be applicable in some specific...
Sorry for the delayed response, my Pi project was shelved for a while.. I tried to upgrade Kodi, but I guess there isn't never version available for Raspian as it...
If YLE allows access to the internal API, I'm also available to participate in making the required changes to the plugin code.
My add-on stopped working this week, I think on Tuesday. Is it just me or did YLE block their API? @FunctionalHacker did you get any response from YLE regarding the...
@m0hdasif the serverless plugins have some sort of "lifecycle" and you need to trigger it with `start` command in order to startup properly. The same applies for example to AWS...