Felix Baron

Results 12 comments of Felix Baron

Searching for a solution for the _skipped since it has invalid source path_ i found this issue (like after banging my had around a --reload not working-problem for hours nefore...

Yeah, i had a look on the youtube api, we could use that. But its another api-key you need to have. The "problem" with the current solution (using requests.get) is,...

As i said, it depends if we want to make a yt-api key mandatory. If so, we could also just go with the origin [google-api-python-client](https://developers.google.com/youtube/v3/quickstart/python), no need for any "middleware"....

> Looks good to me! > But could you please change the settings back to the default settings and could you change line 90 to the same as line 97...

@11Tuvork28 > could you change line 90 to the same as line 97 so that we have consistent error handling? Would also directly show the user if they pronounced it...

Hi, having similar issues. Knowing (if i rememebr correctly) that an IF is just a FOR-Loop with zero or one iterations, it fits this case :/ Anything i can contribute?...

Push, i tried over an hour, just expecting that `this.entity_id` is not just magicly hardcoded but would work similar for other attributes untill i found the section in the sourcecode...

> On my application, since I let users to create their own templates, I can not check all the templates. Similar in my case, was fighting endless loops aswell. I...

Possibly related to #154? (IF's are only for loops with 0 or 1 iteration) > Hi all, I encountered the same issue, with two IF on the same line (version...

> Thanks for the hint. I did a first debugging and found that the while(true) loop at line 183 in the processTemplate.ts file is never exiting. There is only one...