Why can't I publish my AIML chatbot on Pandorabots? - aiml

I have a created a chatbot on Pandorabots and have paid the money to get an API. I've been programming the bot and accessing it from my application with no problems for about 2 weeks.
Today I made some edits to my chatbot files, and the changes work just fine in the widget on the Pandorabots page. However, when I try to click Publish Changes, my cursor turned into a circle-slash symbol and the changes do not go through. If I click Publish Changes in the sidebar, the option just disappears. I am not anywhere near my message limit. My credit card info looks good. I have searched everywhere, but can't find any info or anyone to talk to about it.
I am supposed to give a demo tomorrow for about 100 people, and right now I can't make it behave how I want it to ... would really appreciate some advice!

Related

GCP free trial billing account creation stuck

since an hour or so I'm stuck in creating a GCP billing account.
I can go all way (providing phone number, address, credit card info) >> do the credit card security check. But right after I confirm the security code for my credit card the regarding popup closes and I'm stuck on the tab "Step 2 of 2 - Free Trial - Google Cloud Platform" with a turning wheel indicating that something is processed ...
Tried several times in Chrome and Safari. Updated my Credit Card App (DKB).
Any suggestions?
Best regards
I had the same issue, try doing the process again with a separate browser, I got through to step 3 and successfully created the account within minutes. I initially used Google, but then retried with Microsoft Edge and it worked. Hope this helps.
reaching out to the billing team by filing a billing support request at [1] will be the best place to ask for assistance for your situation.
[1] https://support.google.com/cloud/contact/cloud_platform_billing
Its browser issue, I used brave browser with shield & without shield nothing worked.
Then I tried Opera and it worked

GCP Console - prompt to refresh the page

Several of GCP accounts I use display a message after logging in:
Refresh the page?
Now that you’ve upgraded, we need to refresh the page so you can take advantage of the new capabilities of your account. Do you want to refresh the page now, or do it yourself later?
Does anyone else see similar message? Wonder what kind of upgrade it relates to, I don't remember making any changes to the account recently. Hitting OK, refresh now doesn't produce any visible changes. Also it seems there is no way of making this message disappear - acknowledging or rejecting will still trigger a popup on next login.
popup screenshot
I guess the developers/engineers the project is shared with are making some changes. Well as per my observation, whenever one makes a change in GCP, it automatically gets reloaded or the necessary changes take place in background, but when others are working at same project at the same time, then if one user makes any changes in a shared access resource, then other users might need to reload the site for the necessary changes to take place.
I would highly suggest you contact other developers/engineers you are sharing the project with to check if they made changes in the project or not.
Hope this helps. Cheers :)

OneSignal. List of notifications?

I am using a universal app template that uses OneSignal for push notifications which works perfect, however once the notification is dismissed or the app is opened it goes away and no way for the user to retrieve it or see if ever again.
I don’t know much programming and know just enough html to get me by. So I went through one signal documentation and found this.
https://documentation.onesignal.com/reference#view-notifications
So I created the php file and it does pull the list. Awesome! However it pulls a ton of info the user does not need to see and is poorly formatted. Is there a way of altering this code so I can display only the date, title and message?

How can I create a simple time-based notification for Google Glass?

I'm basically working on an alarm app, where at certain times (e.g. 7pm, 10:30am), Glass should alert the user. I think this will work by creating a live card, but I don't know how to create one at a certain time and I can't find anything online about dealing with this. Any ideas?
You can look at the Timer GDK sample project on the Google Glass GitHub repository.
To give it more alarm functionality, you can use the Calendar class (java.util.Calendar).

ColdFusion & Lotus Notes Calendar integration

In an enterprise scenario where a ColdFusion application is used to register for a event, would it be possible to programmatically add an entry into the calendar of a person?
Google has given me some partial idea's like connecting via JDBC/ iCalendar, etc...
Any ideas & experiences are appreciated
Thanks!
Something I have seen in the past is that after the person has registered for the event, a link is given, something like:
Click here to add this event to your calendar
The link goes to an .ical file, which Lotus Notes (as well as Outlook, and various other calendaring clients) can use to add the event to the user's calendar. You can create an iCal file using CFiCalLib.
It's totally possible.
I've done a lot of direct Coldfusion - Notes integration in the past 12 years and the newer versions of Notes should have many integration points (scripts, agents, COM, etc) to create/edit calendar events.
Adam's angle might be good enough for you, I'd try that out. If you're looking for something to be a little more direct (between the coldfusion and notes server directly, like sharepoint), there's options as well.