-
Notifications
You must be signed in to change notification settings - Fork 303
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
Device registration not compulsory to download videos and languages - redirect to device registration page not working #5401
Comments
Confirmed - will try to see if I can plug the hole by adding a good old redirect on the language and video update pages. There's no harm in this, since these pages are almost useless on a device that doesn't have a connection. In case a device has videos and content packs, but no internet connection and isn't registered, then the pages are useful for deleting stuff. But it should hardly matter... if someone deploys by copying |
Fixed in #5404 :) |
@radinamatic the actual explanation is that if a device is offline, we don't require registration. Since the online detection part was broken due to a redirect on |
Getting the same error as @mrpau-eduard on OSX Mavericks while registering... 🤔 |
@radinamatic this seems sort of like a different error - because as you can see from the URL, you are already redirected to the registration page. But I see a much bigger challenge, namely the fact that we don't even dump a traceback on the error page. I would suggest a It also seems that the 500 page is missing some of the "friendlyness" that we've been talking about on other pages :) |
@benjaoming Better traceback would certainly be useful! 👍 |
Hi @benjaoming & @radinamatic I have these error logs when I register the device using this windows installer
|
facepalming myself |
Fix is coming, if you want, you can already build against my PR branch, otherwise I'm waiting for the test to pass, then merging ASAP... |
I'm guessing there's no need for me to confirm these... 😂 |
Latest installer by @mrpau-eduard on Windows 7 IE11FirefoxError seems the same for both browsers:
|
Summary
Contrary to what used to happen in 0.16 releases, 0.17 does not require the user to register the device in order to download videos and languages.
System information
Please specify the KA Lite version you were using and your operating system!
How to reproduce
Screenshots
(I'll try to grab a screencast)
Real-life consequences
Users not registering devices and our stats are not up-to-date.
The text was updated successfully, but these errors were encountered: