EniasCailliau / GirlfriendGPT

Girlfriend GPT is a Python project to build your own AI girlfriend using ChatGPT4.0
https://gptgirlfriend.online
2.58k stars 437 forks source link

Infinite loop in Steamship #27

Closed talpap closed 1 year ago

talpap commented 1 year ago

Hi. First of all - really cool repo. Kudos!

I have initiated it via deploy.py:

PS C:\Users\Tal\VScode\GirlfriendGPT> python deploy.py Steamship Python CLI version 2.17.1b3 Creating / fetching package with handle [mi-chika-bot]... Done. Bundling content... Done. πŸ“¦ Deploying version 1.0.0-rc.35 of [mi-chika-bot]... 🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒 It looks like that version [1.0.0-rc.35] has already been deployed. Would you like to change the version handle and try again? [Y/n]: y What should the new version be? Valid characters are a-z, 0-9, . and - [1.0.0-rc.36]: mi-chica-bot Deploying version mi-chica-bot of [mi-chika-bot]... 🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒🚒��🚒🚒🚒🚒🚒 Done. 🚒 Deployment was successful. View and share your new package here:

https://steamship.com/packages/mi-chika-bot

Everything looks fine

But it just runs the infinite loop :

Use in Telegram Loading your Bot's handle... - and nothing happens

P.S. - Telegram token is set.

Have you ever bumped into the same issue?

Any suggestions?

EniasCailliau commented 1 year ago

Hmmm. Could. you record your screen to show the infinite loop?

talpap commented 1 year ago

Hi. Currently can't record, but it just doesn't load anything.

You know, 3 dots are running, but nothing happens...

On Thu, Jun 1, 2023, 22:00 Enias Cailliau @.***> wrote:

Hmmm. Could. you record your screen to show the infinite loop?

β€” Reply to this email directly, view it on GitHub https://github.com/EniasCailliau/GirlfriendGPT/issues/27#issuecomment-1572620017, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFS5JEQX7L4PUVZZTAL5LSDXJDRF5ANCNFSM6AAAAAAYXG2NAY . You are receiving this because you authored the thread.Message ID: @.***>

EniasCailliau commented 1 year ago

Will debug in a sec. That normally only happens when you provide an invalid Telegram token.