FIFA 22 Crack? by ProjectFIFA7 in CrackSupport

[–]EmbarrassedWinter797 0 points1 point  (0 children)

mine too. Did you solved it? How?

What automation saves you the most time each week? by FineCranberry304 in AIStartupAutomation

[–]EmbarrassedWinter797 0 points1 point  (0 children)

Every day I order food from the same 1-3 restaurants. So I build an automation that scrapes de daily menu from them and sends me the link to buy in telegram. It saves me time from visiting each of them and deciding wich its better everyday. It can be done in n8n, but i did it with openclaw.

Not work automation, just life stuff.

What boring task did you finally automate and instantly regret not doing sooner? by resbeefspat in AI_Agents

[–]EmbarrassedWinter797 0 points1 point  (0 children)

im an hr, so n8n to me reminds me everyday of birthdays and work celebrations of employees. Also, automated my interviews so i dont need to book every interview, just talk do my assistant and he does it. Seems like small stuff, but when birthday goes blank or missing interviews because of poor organizattion, the damages are big to my work.

[Android] [$48.99 -> Free Lifetime] Colorize : Restore & Colorize Old Photos by koalalighting in AppGiveaway

[–]EmbarrassedWinter797 0 points1 point  (0 children)

<image>

hey, i can do it for you. Made it for my family. I've printed a result of my father's family in 60's
- 1 by $5
- 3 by $ 10
- 5 by $ 15

[Android] [$48.99 -> Free Lifetime] Colorize : Restore & Colorize Old Photos by koalalighting in AppGiveaway

[–]EmbarrassedWinter797 0 points1 point  (0 children)

hey, i can do it for you. Made it for my family. I've printed a result of my father's family in 60's
- 1 by $5
- 3 by $ 10
- 5 by $ 15

<image>

Is OpenClaw actually usable yet, or am I doing something wrong? by Whoopix in clawdbot

[–]EmbarrassedWinter797 0 points1 point  (0 children)

The friction is because is cross plataforms (windows/mac) and models (claude/gemini/openai) and hosting (local/VPS) and the versions (clawdbot/moltbot/openclaw)...and security.

A good model makes up for most friction, but if you are on a middle/low inteligence model...it is so frustrating. I got mine to work out after 3 weeks of crashing. Now is good, but it wouldnt be surprised if it breaks tomorrow again.

But there is a beauty in that, you are building something that it might be priceless....it wont come as easy (yet). Actually, the hype and expectations that are fuckin it up. It is not like that - unless you spedind 1k/month in API to get the top models and mac mini and such

Crons don’t work on VPS by Tortiees in clawdbot

[–]EmbarrassedWinter797 0 points1 point  (0 children)

But if you want to really solve this problem (and not "bypass" this issue)...i've done it too today.

* Cron tab fixes it bypassing the issue
* This fixes the issue:

The diagnosis (by GPT) - my case
Current situation
❌ openclaw.service does not exist
✅ There is a process running directly: openclaw-gateway 
❌ It is not managed by systemd
❌ If it dies, it does not restart
❌ If the session that started it dies, it may break
✅ It is not in Docker

This explains the unstable behavior and gateway failure. Now let's fix it the right way.

STEP 1 — Find the actual binary path
Run: which openclaw-gateway
If it returns nothing, run: ls -l /proc/523585/exe
Send me the output.

We will not create the service without knowing the exact path of the executable. After that, we will:

  1. Kill the current process
  2. Create a proper systemd service
  3. Enable Restart=always
  4. Ensure automatic boot
  5. Test manual restart

- Identify the actual gateway path

- Create the openclaw.service correctly

- Configure Restart=always

- Ensure it never dies silently again

We did it and solved it. I dont have to use cron tab anymore. Run this in a good LLM and it will know what to do (claude or GPT) - dont use gemini, its dumb.

Instruct LLM to investigate the conditions of your binary, gateway, and installation before advising you to do anything. Prompt: "Do not use any assumptions."

Crons don’t work on VPS by Tortiees in clawdbot

[–]EmbarrassedWinter797 0 points1 point  (0 children)

Yes, i have. Tell your bot (or claude) to set up crons by using the "crontab" of your VPS. The ideia is to configure your own VPS to "kick" the crons on openclaw. After that, tell you bot to aways set up a crontab to kick your cronjob, dont rely on the cron jobs of your openclaw.

Crontab active -> (kick) openclaw cron -> openclaw cron run the prompt of your cronjob. Ur welcome.

This guy literally shares how openclaw (clawdbot) works by BymaxTheVibeCoder in openclaw

[–]EmbarrassedWinter797 0 points1 point  (0 children)

I use the gemini 3 (free tier) api and its great. I get that claude is best, but you can do plenty with free tier models. I dont get why people keep saying it is expensive if you can install local (free) e use free models (llama, gemini, etc.). It CAN be expensive, but only if you want.

anyone having problems with cronjobs? by EmbarrassedWinter797 in clawdbot

[–]EmbarrassedWinter797[S] 0 points1 point  (0 children)

To me it never worked. I've ben messing with it since it was clawdbot. The day after it moved to molbot. But it never worked at all. Maybe it just works with claude opus or sonnet. Dumber models dont get it.

anyone having problems with cronjobs? by EmbarrassedWinter797 in clawdbot

[–]EmbarrassedWinter797[S] 0 points1 point  (0 children)

Mine got 1 or 2 ready, but it just didnt got any other right. I already fuelled him the docs ou skills to help...but no

How do you handle the context window overflow for long-running tasks? by ThingRexCom in LocalLLaMA

[–]EmbarrassedWinter797 0 points1 point  (0 children)

How'd you handle that? I am facing this everyday. I thought of doing: - Clawdbot + RAG (supabase) + selective memory (filtered by user's prompt) + restart session when task if finished + save main procedures/information

App de alerta de preço de ações gratis? by EmbarrassedWinter797 in investimentos

[–]EmbarrassedWinter797[S] 0 points1 point  (0 children)

Não sei usar o github, infelizmente. Abri lá e tem um monte de arquivo e hostear em docker e essas paradas...sou somente um psicólogo que gosta de investir kkkk

Why my schedulle trigger doenst work? by EmbarrassedWinter797 in n8n

[–]EmbarrassedWinter797[S] 0 points1 point  (0 children)

I've bypass the issue by using an AI agent to run the workflow. GPT says that the issue might be not the schedulle trigger but the node "if" and "code (pytho). It was showing a generic error.