dimaslesmana / steamhourboost-discord

Steam Hour Booster with Discord bot integration
23 stars 5 forks source link

Need help changing to mysql database. #5

Closed Andriuxas closed 1 year ago

Andriuxas commented 1 year ago

Hello, I need some help changing it to mysql database so It would work.

Invalid prisma.steamAccounts.findMany() invocation in C:\Users\Andriuxas\Downloads\discord hour\steamhourboost-discord-master\src\services\steam-account.service.js:59:56

56 57 static async getAllRunning() { 58 try { → 59 const steamAccounts = await prisma.steamAccounts.findMany( error: Error validating datasource db: the URL must start with the protocol file:. --> schema.prisma:10 9 provider = "sqlite" 10 url = env("DATABASE_URL")

Validation Error Count: 1

dimaslesmana commented 1 year ago

Hello, I need some help changing it to mysql database so It would work.

Invalid prisma.steamAccounts.findMany() invocation in C:\Users\Andriuxas\Downloads\discord hour\steamhourboost-discord-master\src\services\steam-account.service.js:59:56

56 57 static async getAllRunning() { 58 try { → 59 const steamAccounts = await prisma.steamAccounts.findMany( error: Error validating datasource db: the URL must start with the protocol file:. --> schema.prisma:10 | 9 | provider = "sqlite" 10 | url = env("DATABASE_URL") |

Validation Error Count: 1

You can change the datasource provider in the schema.prisma file and replace it with the mysql provider. After that, change the DATABASE_URL in the .env file to the MySQL connection string. Then rerun the commands contained in the Setup section (numbers 3 to 5).

Andriuxas commented 1 year ago

image What is difference of free license and premium?

Andriuxas commented 1 year ago

Also hours doesn't actually get added. Only recent activity hours adds, but not real hours. image

Andriuxas commented 1 year ago

I have one more question. How much accounts its possible to boost at once?

dimaslesmana commented 1 year ago

image What is difference of free license and premium?

Free: 1 account & 1 games. Premium: Unlimited account & 30 games.

Also hours doesn't actually get added. Only recent activity hours adds, but not real hours. image

It may take time to see the changes.

I have one more question. How much accounts its possible to boost at once?

I haven't tested it for multiple accounts at once. For example, about 100 accounts and up. But there are no specific restrictions.