Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACTIVATION_LIMIT_REACHED during evaluation without network traffic #571

Closed
Fuchssystems opened this issue Aug 17, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@Fuchssystems
Copy link

Evaluating Rhino and did a web page to count tyre inventory by size using Rhino speech to intent.

Problem: getting error 'pv_rhino_init' failed with status ACTIVATION_LIMIT_REACHED'
after doing:

  • devolopment with the Vite development server (Vue, Quasar) (still works)
  • build a 'dist' version to be served
  • uploaded to 1st webspace under a subdomain, however the SSL certificate is not valid for subdomains so google Chrome does not allow use of the microphone.
  • set up a free MS Azure static website with https to enable the microphone
  • and additional served on development machine with node http-server

Now only the local development server works and the other setup have ACTIVATION_LIMIT_REACHED.

Do not understand how exactly a user (for the limitation) is defined.
Is it a browser window or a web server or a human voice?

If I have to wait 1 month to try again: nice, but can not evaluate this way.

@Fuchssystems Fuchssystems added the bug Something isn't working label Aug 17, 2023
@ksyeo1010
Copy link
Contributor

The error means you have used all the devices and yes you need to wait a month. Using Rhino outside your development server will count towards your number of active devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants