Search found 2950 matches
by support
Sun Sep 04, 2022 4:12 am
Forum: Awasu - General Discussion
Topic: SOS - n00b - Awasu Crashed - All my channels are gone
Replies: 8
Views: 19645

Re: SOS - n00b - Awasu Crashed - All my channels are gone

You asked in your email how I managed to recover your channels. The XML files in the Logs/ directory are copies of the last feed received from each channel (this is what's shown when you choose Show last feed in the UI). Feeds often have a link back to themselves, so I wrote a script to iterate over...
by support
Fri Sep 02, 2022 11:38 am
Forum: Awasu - General Discussion
Topic: SOS - n00b - Awasu Crashed - All my channels are gone
Replies: 8
Views: 19645

Re: SOS - n00b - Awasu Crashed - All my channels are gone

laymonk wrote:
Fri Sep 02, 2022 11:32 am
OK ... send it here in this forum or via email ?
Email them. Send config.ini as well, the other files aren't necessary.
by support
Fri Sep 02, 2022 11:07 am
Forum: Awasu - General Discussion
Topic: SOS - n00b - Awasu Crashed - All my channels are gone
Replies: 8
Views: 19645

Re: SOS - n00b - Awasu Crashed - All my channels are gone

Expectedly, the channels config seems to have been overwritten when Awasu restarted after the crash ... so, the AwasuNews.channel is the only file there. I suspect what's happened is that you synchronized with an empty sync file, so Awasu has dutifully updated its configuration to match that i.e. e...
by support
Fri Sep 02, 2022 12:28 am
Forum: Awasu - General Discussion
Topic: SOS - n00b - Awasu Crashed - All my channels are gone
Replies: 8
Views: 19645

Re: SOS - n00b - Awasu Crashed - All my channels are gone

The first thing to do is backup your data files.

In your email, you said you found the local data, but channels are configured in the roaming data directory e.g. %AppData%\Roaming\Awasu\. The channels are configured in the Channels\ sub-directory. Is there anything there?
by support
Fri Aug 20, 2021 10:51 pm
Forum: Awasu - General Discussion
Topic: Background Job Error
Replies: 2
Views: 12729

Re: Background Job Error

This is probably a corruption in the search index. Unfortunately, it happens sometimes, usually because Awasu or Windows crashed. Open the About box (from the Help menu), go to the System tab, click on the "Local data" button - an Explorer window should open. Close Awasu, then delete the Index sub-d...
by support
Wed Apr 07, 2021 3:44 pm
Forum: Awasu - Extensions
Topic: Automate a process
Replies: 2
Views: 18948

Re: Automate a process

It would be very easy to write an extension like this, but you need to know a bit about Python, or some programming language. There are some examples in the Samples/ sub-directory, so if you know how to program a bit in at least one language, that will get you started. There's more info in the help.
by support
Fri Feb 26, 2021 12:45 pm
Forum: Awasu - General Discussion
Topic: Where enter the serial key for Pro version?
Replies: 3
Views: 14584

Re: Where enter the serial key for Pro version?

kristall wrote:
Fri Feb 26, 2021 9:43 am
Can I upgrade trial version?
No, you will be sent a link to the full version,
by support
Fri Feb 26, 2021 6:38 am
Forum: Awasu - General Discussion
Topic: Where enter the serial key for Pro version?
Replies: 3
Views: 14584

Re: Where enter the serial key for Pro version?

You will be sent a link to the full version, which will ask you to enter the serial key the first time it is run.
by support
Sun Oct 04, 2020 9:26 pm
Forum: Awasu - General Discussion
Topic: Any known OS issues....
Replies: 2
Views: 58143

Re: Any known OS issues....

zeeshan1532 wrote:
Sun Oct 04, 2020 4:01 pm
Can I run Awasu on older versions of Windows like Windows 7. I have tested it on Windows 10 but I want to know will it work if I switch to Windows 7.
Awasu is tested all the way back to XP, so it'll be fine on Windows 7.
by support
Mon Aug 24, 2020 2:27 pm
Forum: Awasu - Bug Reports
Topic: Couldn't send the email: (8, '_ssl.c:504: EOF occurred in violation of protocol')
Replies: 5
Views: 29785

Re: Couldn't send the email: (8, '_ssl.c:504: EOF occurred in violation of protocol')

robP wrote:
Mon Aug 24, 2020 1:21 pm
My apologies for wasting your time
No worries. It's always nice to find out something wasn't my fault :-)
by support
Sat Aug 22, 2020 10:53 pm
Forum: Awasu - Bug Reports
Topic: Couldn't send the email: (8, '_ssl.c:504: EOF occurred in violation of protocol')
Replies: 5
Views: 29785

Re: Couldn't send the email: (8, '_ssl.c:504: EOF occurred in violation of protocol')

If you need my actual details please confirm direct email address = support@awau.com ? That's correct. It looks like this is your own server, so it might be better to create a new test account for me, rather than giving me your real account. I suppose you've tried turning SSL and TLS on and off in ...
by support
Sat Aug 22, 2020 1:36 pm
Forum: Awasu - Bug Reports
Topic: Couldn't send the email: (8, '_ssl.c:504: EOF occurred in violation of protocol')
Replies: 5
Views: 29785

Re: Couldn't send the email: (8, '_ssl.c:504: EOF occurred in violation of protocol')

What exactly is trying to send an email e.g. is this for an Awasu report?

If possible, email me details of an account on the mail server I can test with.
by support
Tue Apr 28, 2020 11:06 am
Forum: Awasu - Extensions
Topic: Any Python programmer want collaboration on Awasu?
Replies: 33
Views: 50954

Re: Any Python programmer want collaboration on Awasu?

Cool, good to see you're back on this :cool:

I had a quick look through the changes, and it looks good ::-):
by support
Sat Jan 18, 2020 11:50 am
Forum: Awasu - Extensions
Topic: Any Python programmer want collaboration on Awasu?
Replies: 33
Views: 50954

Re: Any Python programmer want collaboration on Awasu?

Is possible call Awasu at the same time multiple or not? You can, but this is what I was talking about before. If things are slow when processing a single request, issuing ten simultaneous requests is not going to make things faster. There are certain situations where the overall experience might b...
by support
Wed Jan 15, 2020 4:56 am
Forum: Awasu - Extensions
Topic: Any Python programmer want collaboration on Awasu?
Replies: 33
Views: 50954

Re: Any Python programmer want collaboration on Awasu?

awasu.user wrote:
Tue Jan 14, 2020 10:38 pm
I want consident, the same pattern for date.

Code: Select all

"published": "{%ITEM-METADATA% timestamp format="..." noCaption}"
where "..." is a standard strftime-format string e.g. "%Y-%m-%d %H:%M:%S"

Go to advanced search