-
Notifications
You must be signed in to change notification settings - Fork 1
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
Broken preview links #13
Comments
If Snapshot is not sending data to the U-SRV script then you have some sort of configuration error, I would guess that it is on the server level. I always check permissions, ssl, and htaccess/apache config in that order. The latest code works when configured correctly. Make sure error reporting is turned on in your PHP setup, and check your logs if you haven't already. |
I'm having a similar issue, and I think I know what the issue is. I'll try to get a PR in within the next few days. |
And? I still have this issue :/ |
I wasn't able to get it figured out and haven't looked at it much since. |
Just verified that, properly configured, this works with v3.0.4 with YOURLS 1.7.10 under NGINX with PHP-7.3. The missing passkey error has me confused. Is this what everybody is getting, specifically? |
A similar issue joshp23/YOURLS-U-SRV#7 (comment) with a fix coming soon |
Try updating to USRV 2.3.4 |
tried with updating. same behaviour as before |
@zmbcgn , and you are getting the error, "Missing Passkey" here? |
@zmbcgn ? If you could clearly describe the behavior, or verify if you are or aren't getting the "Missing Passkey" error, that would help me focus in on a potential bug. |
Yes. I'm getting the missing passkey error, when I right-click on the broken image and open the picture in a new tab. Sorry for the delay.
|
I created a Link on my YOURLS installation at https://5711.org. This Link is for example https://5711.org/speed . The preview will be then https://5711.org/speed~ . Though I don't actually see a preview. I see a broken image and when I right-click on it, it'll say "missing passkey". USRV version 2.3.4 |
I ust found the error.txt file in the plugins directory. maybe this helps?
libssl1.1, libssl1.0.4 and libssl-dev is installed. |
Maybe related to this? |
I'm using the current MASTER of this plugin, and have installed according to your instructions. The appropriate folders were created, and it is definitely generating previews! Unfortunately, all previews are shown as broken links, the error when trying to load is "FAIL: missing passkey" (I tested, and Snapshot is not sending any of the 3 parameters to usrv.
I, unfortunately, do not know how to test why Snapshot is doing all of the processing correctly, but not sending the appropriate variables to /srv/
Any suggestions?
The text was updated successfully, but these errors were encountered: