Ivdb won’t work within HereSphere directly. The only way to use the tokens there are
use their chrome extension to view the video via website
download token via my plugin or directly and serve the video directly from your HD.
As for your example I don’t think that will work because HereSphere won’t know the token to use. What would work is if you say we t to VRbangers site within HereSphere it will serve their funscripts and video without you having to download.
Hello. Interested by this “Interactive” Tools, but this is not clear at all how ton install it.
Only a link to the Git, but on it, nothing more. Which file to download, and then how to install?
So I managed to get it installed, but I’m not sure how to get the multi script support working. I tried adding prefixes at the end of some scripts but nothing pops up when I go to the video settings. Any guidance would be appreciated.
The Stash-VR feature is uber-nice as it should prevent you from needing to redownload the funscript if you swap out your Handy, something I’ve had to do before and it took hours. Any chance CMSCRIPT support could be looked at? (although I’m fairly sure they’re low quality anyway - POVR/WankzVR)
Lastly, any idea when a formal docker may be out for that or if oflow will incorporate upstream? Trying to compile directly on UnRAID or over at dockerhub is giving me the same error, oddly. Just trying to figure out how much time to waste haha
Error: buildx failed with: ERROR: failed to solve: process “/bin/sh -c go generate ./cmd/stash-vr/ && go build -ldflags "-X stash-vr/internal/build.Version=$BUILD_VERSION -X stash-vr/internal/build.SHA=$BUILD_SHA" -o ./stash-vr ./cmd/stash-vr/” did not complete successfully: exit code: 1
@ptitcerf, @Colemank135, @stopzing6
I didn’t forget about you guys just been tied up. I’m trying to get the stash plugin setup correctly so all you can use the update plugin feature from within stash vs having to manually install it. Also there are some few bugs with the multi script support that I’m fixing. Planning on to having this all out by tomorrow.
@mangoo5289 You can now use blackx69/stash-vr So the full command will be
docker run --name=stash-vr -e STASH_GRAPHQL_URL=http://localhost:9999/graphql -e STASH_API_KEY=XXX -p 9666:9666 blackx69/stash-vr:latest
Awesome, thanks so much, I have that cutover and working.
As a note for users, it seems the IVDB site is served over two URLs, so you want the ivdb and not the handyfeeling.com one. unless the code is updated to include the second.
The only slight hiccup I see is that the vids themselves are no longer considered Interactive by Stash (makes sense as this is an add-on modification) nor by Stash-VR, so if you happen to go looking for the scene, filter by performer name and then expect to see it in an Interactive view, it won’t be present. Minor in impact but my OCD is piqued lol
Sadly, I ended up reverting for now (just updating repo name in the already existing container). For whatever reason, the scenes I added the URL to seem to drop out of the stash-vr UI. Admittedly, I am over the 10k link limit but I haven’t run into this problem before, although i did get one scene to show up and get working, so… All I can see on the log side is this from when I think the view is being populated, no issues on ofl0w:
I trimmed the fiters down somewhat, here is some more logging I found:
Feb 18, 15:42:26 WRN Failed to parse resolution from label error=“no resolution height found in label” label=MP4 mod=heresphere route=videoData videoId=5254
panic: runtime error: invalid memory address or nil pointer dereference
Issue sorted. Sadly, that is the error you will receive if you try to use a premium script. Wonder if they can be incorporated somehow but doubtful as it’s based on authentication…
Yeah I don’t have access to any of the premium scripts so doubt I’ll be able to fix it, sorry. But maybe I can find a way add a better error message. I’ll look into.
In essence, Naughty America or RealJamVR would issue the token as opposed to ivdb.io. They timebomb their downloaded scripts to expire after 14 days which make them kinda useless in a Stash environment IMO, so having it work via this method would open up a bunch of new script options. That said, I’m sure it would be a major hassle as it would require authentication to the partner site, so I wouldn’t waste your time on it Thanks again!
Last I hear HereSphere was trying to add support for this within their inbrowser feature
Latest update (beta branch on Steam for PC version, RC channel for Quest standalone version on Meta Store) adds the “handyTokenUrl” field to the HereSphere web API when requesting video json data. This field should contain a url that will receive a HTTP POST message that contains a “connectionKey” field in a json body, and should respond with a “scriptUrl” field that contains a script download link with a Handy script token. Let me know if there are any issues. Thanks!
So if the website supports it should work. Have you tried to navigate to NA site within heresphere directly ? Usually its under /heresphere endpoint. I would definally reach out to HereSphere either here or on Discord.
tried to pull your stash-vr image, but unfortunately got this when trying to run it:
WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec ./stash-vr: exec format error
exit status 255
Guess I’m needing a docker image built w/ linux/arm64
I’ll try cloning repo & building it myself
EDIT:
NOT a Go person, so, looking at what might be wrong…
Looks like the internal/ivdb/api/client.go file doesn’t get generated
(seeing it in the oapi.yml file)
BUT why docker build didn’t work, got this error:
Step 10/16 : RUN go generate ./cmd/stash-vr/ && go build -ldflags “-X stash-vr/internal/build.Version=$BUILD_VERSION -X stash-vr/internal/build.SHA=$BUILD_SHA” -o ./stash-vr ./cmd/stash-vr/
—> Running in e8c5795b11b7
error writing generated code to file: open …/…/internal/ivdb/api/client.go: no such file or directory
exit status 1
cmd/stash-vr/main.go:2: running “go”: exit status 1
The command ‘/bin/sh -c go generate ./cmd/stash-vr/ && go build -ldflags “-X stash-vr/internal/build.Version=$BUILD_VERSION -X stash-vr/internal/build.SHA=$BUILD_SHA” -o ./stash-vr ./cmd/stash-vr/’ returned a non-zero code: 1