Giter Club home page Giter Club logo

Comments (13)

SeaDve avatar SeaDve commented on June 21, 2024 1

Hi!

I'm facing the same issue. This is the log from console:

RUST_LOG=mousai=debug flatpak run io.github.seadve.Mousai
2023-06-28T10:51:27.919253Z  INFO mousai::application: Mousai (io.github.seadve.Mousai)
2023-06-28T10:51:27.919267Z  INFO mousai::application: Version: 0.7.5 ()
2023-06-28T10:51:27.919269Z  INFO mousai::application: Datadir: /app/share/mousai
2023-06-28T10:51:28.011070Z DEBUG mousai::database: Opened db env path="/home/bla6/.var/app/io.github.seadve.Mousai/data/mousai/db" info=EnvInfo { map_addr: 0x0, map_size: 104857600, last_page_number: 16, last_txn_id: 9, maximum_number_of_readers: 126, number_of_readers: 0 } real_disk_size=Ok(104857600)
2023-06-28T10:51:28.011090Z DEBUG mousai::database::migrations: No migrations to run for current version current_version=1
2023-06-28T10:51:28.011517Z DEBUG mousai::database: Opened db env path="/home/bla6/.var/app/io.github.seadve.Mousai/data/mousai/db" info=EnvInfo { map_addr: 0x0, map_size: 104857600, last_page_number: 16, last_txn_id: 9, maximum_number_of_readers: 126, number_of_readers: 0 } real_disk_size=Ok(104857600)
2023-06-28T10:51:28.011841Z DEBUG mousai::model::song_list: Loaded 2 songs in 317.228µs
2023-06-28T10:51:28.011941Z DEBUG mousai::recognizer::recordings: Loaded 2 saved recordings in 68.5µs
2023-06-28T10:51:28.090304Z DEBUG mousai::recognizer: Offline mode is active, skipping recognition of 2 saved recordings
2023-06-28T10:51:28.162575Z DEBUG mousai::recognizer: connectivity=Limited
2023-06-28T10:51:28.162589Z DEBUG mousai::recognizer: Offline mode is active, skipping recognition of 2 saved recordings

Thank you,

You seem to have limited connection. Can you browse something like google with it?

I do recommend opening a new issue since this is likely different from the original issue here.

from mousai.

SeaDve avatar SeaDve commented on June 21, 2024

Could you provide some more context, like logs? Thanks!

from mousai.

wimdows avatar wimdows commented on June 21, 2024

I am not a log expert. Which one(s) would you like?

from mousai.

SeaDve avatar SeaDve commented on June 21, 2024

the one produced from Mousai through RUST_LOG=mousai=debug env var

from mousai.

SeaDve avatar SeaDve commented on June 21, 2024

I would also like to ask about version

Btw, I remember that Mousai had a bug report template. It should provide guides on which information to provide which would be helpful in diagnosing the issue.

from mousai.

wimdows avatar wimdows commented on June 21, 2024

Don't know where to look for that log.. I will wait for the next update, maybe the problem will solve itself. Sorry for bothering you.

from mousai.

wimdows avatar wimdows commented on June 21, 2024

Version, I do know: 0.7.3.

from mousai.

SeaDve avatar SeaDve commented on June 21, 2024

Version, I do know: 0.7.3.

Thanks!

I will wait for the next update, maybe the problem will solve itself.

I don't think it will in this case. There were changes in v0.7.3 that is relevant to this. To get the logs, just run RUST_LOG=mousai=debug mousai or if you're on flatpak, run RUST_LOG=mousai=debug flatpak run io.github.seadve.Mousai

from mousai.

wimdows avatar wimdows commented on June 21, 2024

Okay. Will do.

from mousai.

wimdows avatar wimdows commented on June 21, 2024

Hmm. No sign of the error any more. My bad, probably.

from mousai.

SeaDve avatar SeaDve commented on June 21, 2024

I think I figured out the issue. It was outputting incorrect error message. It was probably not at all connection error, but you have reached token limit.

I have fixed it in a previous commit: 211130a

from mousai.

SeaDve avatar SeaDve commented on June 21, 2024

I'm closing this, but feel free to reopen when you come across the issue again

from mousai.

bla6apm avatar bla6apm commented on June 21, 2024

Hi!

I'm facing the same issue. This is the log from console:

RUST_LOG=mousai=debug flatpak run io.github.seadve.Mousai
2023-06-28T10:51:27.919253Z  INFO mousai::application: Mousai (io.github.seadve.Mousai)
2023-06-28T10:51:27.919267Z  INFO mousai::application: Version: 0.7.5 ()
2023-06-28T10:51:27.919269Z  INFO mousai::application: Datadir: /app/share/mousai
2023-06-28T10:51:28.011070Z DEBUG mousai::database: Opened db env path="/home/bla6/.var/app/io.github.seadve.Mousai/data/mousai/db" info=EnvInfo { map_addr: 0x0, map_size: 104857600, last_page_number: 16, last_txn_id: 9, maximum_number_of_readers: 126, number_of_readers: 0 } real_disk_size=Ok(104857600)
2023-06-28T10:51:28.011090Z DEBUG mousai::database::migrations: No migrations to run for current version current_version=1
2023-06-28T10:51:28.011517Z DEBUG mousai::database: Opened db env path="/home/bla6/.var/app/io.github.seadve.Mousai/data/mousai/db" info=EnvInfo { map_addr: 0x0, map_size: 104857600, last_page_number: 16, last_txn_id: 9, maximum_number_of_readers: 126, number_of_readers: 0 } real_disk_size=Ok(104857600)
2023-06-28T10:51:28.011841Z DEBUG mousai::model::song_list: Loaded 2 songs in 317.228µs
2023-06-28T10:51:28.011941Z DEBUG mousai::recognizer::recordings: Loaded 2 saved recordings in 68.5µs
2023-06-28T10:51:28.090304Z DEBUG mousai::recognizer: Offline mode is active, skipping recognition of 2 saved recordings
2023-06-28T10:51:28.162575Z DEBUG mousai::recognizer: connectivity=Limited
2023-06-28T10:51:28.162589Z DEBUG mousai::recognizer: Offline mode is active, skipping recognition of 2 saved recordings

Thank you,

from mousai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.