We're sorry, but something went wrong. Please try again - actions-on-google

When I click test in my actions project I get following error message:
We're sorry, but something went wrong. Please try again.
This is not really self-explaining and not sure where I can check details about that problem.
In browser / networking tab I see following issue:
More interesting is when I remove all languages from my project and leave only English simulator starts working.
Will really appreciate some tip/guide/help.

Related

How can I see errors in vscodium?

It might be better suited for the bug page, I am trying my luck there too. But there's must be something I am missing.
After installing github extensions, I tried to log in to github in vscodium (similar but not like described here: https://github.com/VSCodium/vscodium/issues/401 ), and after I put down my auth token it just does nothing. I saw some related bugs that said an error occurred, but for me it just ends there, and I can't find where it says what error happened. Even if it is a bug I think there is some setting or something that I can't find to show me what happened, and I would appreciate a point in the right direction.
I would appreciate your help

Why is terminal crashing when I should be getting an error message?

My apologies if this is an overly nooby question. I'm just learning Ruby and my terminal has started acting funny and I'm not sure how to fix it. I appreciate any guidance that can steer me in the right direction.
First, when I open terminal within VS Code I have started to get the following message - "complete:13: command not found: compdef". As a newcomer, I am not very skilled yet with zsh and not sure what to do to fix this message.
Second, ever since this message started appearing, whenever I run ruby code and expect an error, instead of getting an error message, the terminal just seems to crash. The cursor moves to the next line and then nothing happens other than the fan speeding up. I can type text but the only way to get the terminal working again is to close out and reopen. Is this related to the compdef message I am getting or is this a separate message? Does anyone know how I might go about fixing this? It's preventing me from being able to learn where I am going wrong in my code.
Thank you so much to anyone that may have an answer!

Visual Studio Code 'helping' doesn't work

I really don't know how to explain my problem. My IDE just stopped 'helping' me coding. As an example in the picture below when I used to write 'this.' the IDE should suggest me all my properties/methods. right now as you see nothing happens no matter how long I'm waiting. looks like something messed up over there, I tried to install it again but same result.
Forgot to update: after installing it again and update it -problem solved.

can't find blueprint in packaged unreal project

i'm working on a game in unreal, and just for funsies i decided to package my project to see how it would work outside the editor. for some reason it doesn't, its says fatal error followed by a bunch of error codes.
I tried going through the log, which can be found here: Link to download on Mega.nz
the log says it couldn't find the blueprint for my "BasicBullet", although the editor can (it both compiles and runs fine in the editor). That message is followed by somehting i don't understand, and then a fatal error message. can someone explain what is going on?
Thanks in advance
I fixed the problem, all i had to do was go to the config folder, in the project and edit the DefaultEditor.ini file.
i changed bDontLoadBlueprintOutsideEditor= true to bDontLoadBlueprintOutsideEditor= false and now it works perfectly.
been struggling with this problem for days now, and the solution was so simple.

working with workspaces and Pydev in Eclipse

im not sure what i did.. but i am working through some tutorials to get up to speed on python, and i started getting this error message... any ideas on how to fix this? from the error, i looked up the message, and it looks like wham i press the run button it is looking for a file that is no longer there.... but I'm not even working on that file anymore... I'm trying to run something different that does not refer to the previous file.
what does work is if i do run as.. but id rather not do that every time. I'm sure there is a setting I'm just not aware of that i messed up.
Well, not sure how exactly you're getting to that point from your explanation, but please take a look at: http://pydev.org/manual_101_run.html to see how to properly run a module inside PyDev.