-
[Support] DiscVault — Physical disc collection manager
I found what is causing the issue, it's a Cloudflare protection thing. So it has nothing to do with Discvault. I thought I solved it, since my external hosted test container was able to just fix it. Do you have Discord...? We could have a chat there (around 20:00 CET) to see how to solve it. That is faster then just going back and forth on a forum. The link to join the Discord is on the website.
-
[Support] DiscVault — Physical disc collection manager
I think i've found the issue. It's not related to DiscVault or Movievault, but a Coudflare issue. I think i've solved it, could you please try again?
-
[Support] DiscVault — Physical disc collection manager
Thanks, let me dive into this. I'll get back to you when I've found the cause.
-
[Support] DiscVault — Physical disc collection manager
Could you check the logs for me, in the Admin menu (the Audit tab) and then select the Plugins log and open the audit details and share the JSON (by pressing Copy JSON). You can share it here (or through a DM), please remove your IP address if you want.
-
[Support] DiscVault — Physical disc collection manager
26.2.57 is good. The DiscVault Image set to auto is good. What about the reset connection button for the plugin?
-
[Support] DiscVault — Physical disc collection manager
And if you select the beta version in the drop-down, which version do you see there? Interesting that you see 26.2.55, since the latest version (in PROD is 26.2.57). Could you try and set the Always recreate Stack to true and share the logs of the Discvault-26 container (after restarting it and after it ends with DiscVault launcher is ready) And for the plugin, can you click ' Reset connection'. That should initiate a new security handshake and let me know if you pressed that and I''ll take a look at the backend if I see something in the logs'.
-
[Support] DiscVault — Physical disc collection manager
This has also been resolved: https://github.com/helmerzNL/DiscVault/issues/111
-
[Support] DiscVault — Physical disc collection manager
This issue also has been resolved: https://github.com/helmerzNL/DiscVault/issues/108
-
[Support] DiscVault — Physical disc collection manager
This issue has been resolved: https://github.com/helmerzNL/DiscVault/issues/112
-
[Support] DiscVault — Physical disc collection manager
You should be running (at least) this version, which should work. If you have deployed the app with the DiscVault launcher, just restart the launcher should update the app to the version mentioned above. If it doesn't work, please let me know and I can help you troubleshoot.
-
[Support] DiscVault — Physical disc collection manager
Hi! Thanks a lot for testing stuff out. I'll need to do some checks and then respond to all the questions. One quick question, which build are you running? You should be able to see it in the Profile -> About page (should be something like 26.x.x) and are you running the beta (v26-beta) or stable (v26) built? The beta currently has a lot of new features (check the website for the list of new features), you should be able to move between the two without an issue. Plugin MovieVault26 errors out with "Health: connection error - HTTP 200" i had to disable it. neither version 1.5.0 nor 1.5.3 works for me. what do you mean by that? The Movievault plugin is the metadata plugin I developed, which seems to give an issue on your end. There have been some auth-sync changed being made, I don't see any requests coming in from an unknown/new DiscVault instance. I'll do some testing to see what's going on if there is a new DiscVault instance knocking on the door, maybe I did not push out the new stuff the pROD version yet.
-
[Support] DiscVault — Physical disc collection manager
Oke, if you btw have issues scanning certain (types) of movies, let me know. it's quiet difficult to get access to 'public' API's that allow for barcode readers, so i have something built in works for almost all my movies. But specific (older) DVD's for the Dutch market are not always recognized :-( That's why i also build an metadata search engine that movie data flows back into, so it only has be be contributed once. Not sure if it works with a barcode reader? It works with the camera of my laptop and the one on my iPHone, but the native iPHone app works best (and the fastest). Let me know if you want to test that one, and i'll send you the testflight linm If you could could reach your internal FQDN through the browser on your phone, then the app would also work. It just connects to your FQDN and you authenticate with your Passkey. If you could DM me your Apple ID then I can add you to TestFlight.
-
[Support] DiscVault — Physical disc collection manager
What did you fill out here (when you are configuring the app). This is how you should fill them out.
-
[Support] DiscVault — Physical disc collection manager
Btw, if you would be able to have your own service accessible from the outside (through a VPN etc). I'm currently in the process of developing an iOS/iPadOS native app. If you have an iPhone, I could add you to Testflight and you would be able to test it out. Although it's a bit rough on the edge still.
-
[Support] DiscVault — Physical disc collection manager
To be honest. What i use for my internal services is NPM Proxy Manager (on my Unraid), for which i have registered a *.local.domain.tld (which only resolves through my internal dns) and that way you can create local (FQDN) domainnames (so no need to access service on IP:port, but a clear https://discvault.local.domain.tld. That works great with Passkeys as well no access from the outside and not resolvable (since port 443 exposed to the outside world) and DNS is not giving any hosts away. But for this you do need to have a real domainname, that's it.