sean
sean
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by dev_panda on 10/2/2024 in #djs-questions
Bot Appearing Offline on Some Shards
Hybrid does nothing more than spawing a child process or worker process of your index.js after that you specify shards and shardCount in the client construcutre its really just a process manager in order to cluster your bot based on internal sharding nothing more so a basic reproduction would be a ton of child processes with shardCount: 8 shardIds: [0, 1, 2, 3, 4, 5, 6, 7] and change the shardIds with the next pair if you want to try to reproduce it with djs/ws The thing is this issue as you already said only comes some times every few months, myself I cannot reproduce that with a over 1300 shards bot nor with a 14 shards bot. Most users that have this issue ignore it until it just dosnt happen anymore. side info which isnt that important Hybird spawns a worker with
return (this.process = new Worker_Thread(this.file, this.workerOptions));
return (this.process = new Worker_Thread(this.file, this.workerOptions));
and a child process with
return (this.process = fork(this.file, this.args, this.processOptions));
return (this.process = fork(this.file, this.args, this.processOptions));
53 replies
NNuxt
Created by sean on 9/18/2024 in #❓・help
Dynamic route returns 404 in production
Found the actually issue
nuxt build --preset github_pages
nuxt build --preset github_pages
5 replies
NNuxt
Created by sean on 9/18/2024 in #❓・help
Dynamic route returns 404 in production
Still having this issue
5 replies
NNuxt
Created by sean on 9/18/2024 in #❓・help
Dynamic route returns 404 in production
Still having this issue
5 replies
NNuxt
Created by sean on 9/18/2024 in #❓・help
Dynamic route returns 404 in production
My nuxtjs config looks like this right now:
import utwm from 'unplugin-tailwindcss-mangle/vite';

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
app: {
head: {
htmlAttrs: {
lang: 'en',
},
charset: 'utf-8',
viewport: 'width=device-width, initial-scale=1',
title: 'XXXXXXX',
meta: [
{
name: 'description',
content: 'XXXXXXXXX'
},
{
property: 'og:image',
content: '/logo.svg'
},
{
name: 'twitter:card',
content: 'summary_large_image'
},
{
name: 'twitter:image',
content: '/logo.svg'
},
],
}
},
routeRules: {
'/': {prerender: true, isr: 3600},
'/bot/**': {ssr: true},
'/bot': {redirect: '/'},
},
compatibilityDate: '2024-04-03',
devtools: {enabled: true},
modules: ['@nuxt/image', '@nuxtjs/robots', '@nuxtjs/tailwindcss', '@nuxtjs/plausible', '@pinia/nuxt', 'floating-vue/nuxt'],
css: [
'@/assets/css/main.css',
],
plausible: {
apiHost: 'https://xxxxxx',
autoOutboundTracking: true,
},
pinia: {
autoImports: ['defineStore', 'acceptHMRUpdate'],
},
vite: {
build: {
sourcemap: false
},
plugins: [
utwm(),
],
},
})
import utwm from 'unplugin-tailwindcss-mangle/vite';

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
app: {
head: {
htmlAttrs: {
lang: 'en',
},
charset: 'utf-8',
viewport: 'width=device-width, initial-scale=1',
title: 'XXXXXXX',
meta: [
{
name: 'description',
content: 'XXXXXXXXX'
},
{
property: 'og:image',
content: '/logo.svg'
},
{
name: 'twitter:card',
content: 'summary_large_image'
},
{
name: 'twitter:image',
content: '/logo.svg'
},
],
}
},
routeRules: {
'/': {prerender: true, isr: 3600},
'/bot/**': {ssr: true},
'/bot': {redirect: '/'},
},
compatibilityDate: '2024-04-03',
devtools: {enabled: true},
modules: ['@nuxt/image', '@nuxtjs/robots', '@nuxtjs/tailwindcss', '@nuxtjs/plausible', '@pinia/nuxt', 'floating-vue/nuxt'],
css: [
'@/assets/css/main.css',
],
plausible: {
apiHost: 'https://xxxxxx',
autoOutboundTracking: true,
},
pinia: {
autoImports: ['defineStore', 'acceptHMRUpdate'],
},
vite: {
build: {
sourcemap: false
},
plugins: [
utwm(),
],
},
})
5 replies
DFDimensional Fun
Created by redbuls81.py on 4/27/2024 in #lavaclient
Video returned by YouTube isn't what was requested
3 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
pog
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
xD
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
You dont even response to dms I dont expect you to response there :Sus:
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
I hope that the amari support is so active like you guys so that I finally can finish this stuff fr
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
Good that you mentioned me I was about to do * 1000 :OMEGALUL:
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
Sure
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
also is resetAfter in seconds?
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
In the docs it says you will be temporarily banned from making requests to the API. and I mean if this "temporary" is the same as at amari where you get banned for 60m
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
Also it talkes about a temporary ban is that similar of the time to amari?
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
Counting up every minute in order to not hit it really annoying and hard to do xD
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
Yes please
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
ip starts with 5.253
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
yes and no
38 replies
BSBuape Studios
Created by sean on 3/16/2024 in #kiai-support
API ratelimit
No description
38 replies