marian-m12l / studio

STUdio - Story Teller Unleashed
https://marian-m12l.github.io/studio-website/
Mozilla Public License 2.0
683 stars 131 forks source link

Unsupported device metadata format version: 6 #390

Closed r4cker closed 5 months ago

r4cker commented 1 year ago

Hi,

I got a brand new Lunii with usb C and Wifi (My old one is broken) and I got this message. I think it s related to #227 and #230

2023-09-03 19:06:26,477 [ERROR] [s.w.s.StoryTellerService]: Failed to plug device 2.x studio.core.v1.utils.exception.StoryTellerException: Unsupported device metadata format version: 6 at studio.driver.fs.FsStoryTellerAsyncDriver.getDeviceInfos(FsStoryTellerAsyncDriver.java:128) at studio.webui.service.StoryTellerService.lambda$new$5(StoryTellerService.java:99) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) at java.base/java.util.concurrent.ForkJoinTask.doExec(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool.scan(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

It was working with my old one. I spent days making stories with your tool....

Chopin85 commented 1 year ago

Same problem.

----------Lunii ------------- Logiciel Interne 12.5.1

Studio-web-ui-0.3.1. MacOS Ventura 13.5.1 (22G90). MacBook 2,3 GHz Intel Core i5 quad-core.

hackteur commented 11 months ago

Same problem with lunii v3

Lafabriquemanolo commented 11 months ago

+1

fregate84 commented 10 months ago

Same problem. My lunii is a Lunii-3 with fireware 3.1

lukalu commented 10 months ago

+1

ghnf commented 10 months ago

+1

blewis1510 commented 10 months ago

+1

FrancoisDeBellescize commented 9 months ago

Same for me

pierrecorsini commented 8 months ago

+1

pierrecorsini commented 8 months ago

https://github.com/marian-m12l/studio/blob/d78ae820c3e03a9499f3d08fff77b2100e7223b6/driver/src/main/java/studio/driver/fs/FsStoryTellerAsyncDriver.java#L121

The current code only handle versions 1 to 3. The error indicates that a version 6 is used on recent devices. I am not sure if this format version is documented, but if it's fully proprietary; this could be hard work to fix.

P.S. You can find other repos on github with this issue already fixed => moving.

tdopierre commented 8 months ago

Same issue

tdopierre commented 8 months ago

https://github.com/marian-m12l/studio/blob/d78ae820c3e03a9499f3d08fff77b2100e7223b6/driver/src/main/java/studio/driver/fs/FsStoryTellerAsyncDriver.java#L121

The current code only handle versions 1 to 3. The error indicates that a version 6 is used on recent devices. I am not sure if this format version is documented, but if it's fully proprietary; this could be hard work to fix.

P.S. You can find other repos on github with this issue already fixed => moving.

Can you point to another repo where this is fixed so we can still import our stories to our devices?

SnowKhanOfficial commented 8 months ago

Found another repo here that handle Lunii V3: https://github.com/DantSu/studio.git

tdopierre commented 8 months ago

EDIT: Managed to make it work with https://github.com/olup/lunii-admin-web You need to point to the zip.

pierrecorsini commented 8 months ago

Can you point to another repo where this is fixed so we can still import our stories to our devices?

https://github.com/DantSu/studio/blob/master/driver/src/main/java/studio/driver/fs/FsStoryTellerAsyncDriver.java

(Repo might have diverged too much to be sync)

marian-m12l commented 8 months ago

Experimental support for V3 devices has been merged on master. This remains mostly untested.

r4cker commented 5 months ago

Now working with the last version. Thanks you :)