Matheus Jorge

Results 12 comments of Matheus Jorge

I've upgraded to 0.36 and added the commands to the .env to attempt a repair, but no luck, still yells the migrations are mismatched and everything catches fire after ![image](https://user-images.githubusercontent.com/10299707/183487959-9b2b6da8-eb27-48ee-9d22-f589ee10f32d.png)...

Well I've actually updated from an older version to 0.35.0, but a long time ago and have been using it since. Loaded the backup i said i had but it's...

If i let rest-server fix its checksum and set joex to ignore the migration fixup, it works and docspell boots up fine, it looks like the rest-server expects one checksum...

Upgraded directly to v0.38.0 and set joex to ignore fixing the migrations, it's working fine! thanks for the help, your project is amazing.

When it's linear its alright, but once lets say, B gets a bifurcation of transitions where C(1) is unavailable due to some conditions but it has C(2) available and both...

@jorritsmit You gave me a few ideas, using this simple state machine described below.. ``` class SM: def __init__(self): self.states = [ State(name="dummy", on_enter=['echo']), State(name="idle", on_enter=['echo']), State(name="jumping", on_enter=['echo']), State(name="walking", on_enter=['echo']),...

Since a perfectly valid token can turn invalid due to a mishap somewhere, i doesn't think ignoring the message is ok as there won't be reports later. should investigate why...

There are reports of other users and i've reproduced it on linux aswell https://discord.com/channels/715980456780234823/715980456780234826/1003495467943993434

Didn't seen any more mentions of this issue on discord