Will
Will
Yes, it's also base64-encoded instead of being plain JSON (which is what OpenDuelyst expects). Decoding reveals this (also not JSON): ``` 1:568,2:572,1:574,2:576,2:578,2:579,1:580,3:585,1:592,1:11228,2:11237,3:11251,3:20491,2:20492,3:20493,3:20494,2:20495,1:20497,2:20505,2:20507,1:30116 ``` Will close this since OpenDuelyst doesn't support...
This might be related to the old collection gift crate. Are you still experiencing this on staging web?
@glystik this hasn't been deployed to staging yet, so that make sense. You can also give it a try in local development.
I've unscheduled this boss for now. We can exclude it from the boss rotation here: https://github.com/open-duelyst/duelyst/blob/437b749/worker/jobs/rotate-bosses.coffee#L11
Hello, where are you seeing this error? I'm not aware of any usage of `tronpy` in this project.
Closing this issue since it doesn't seem to apply to this codebase.
I've worked around this by setting some `node:internal` paths independently: ```javascript pe.skipPath('node:internal/main/run_main_module') pe.skipPath('node:internal/modules/cjs/helpers') pe.skipPath('node:internal/modules/cjs/loader') pe.skipPath('node:internal/modules/run_main') // etc. ```
Hello, support for this is added in the above two PRs.
Hi, what version of DDrawCompat are you using? I suspect that's where things are going wrong. I would try both the known-working version in this repo and also the latest...
Which server are you trying to connect to? Did you follow the [setup instructions](https://github.com/open-duelyst/duelyst/blob/main/docs/CONTRIBUTING.md#dev-environment)?