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

(8chan) Deduplicated images fail to show up #110

Open
ctrlcctrlv opened this issue Aug 26, 2016 · 4 comments
Open

(8chan) Deduplicated images fail to show up #110

ctrlcctrlv opened this issue Aug 26, 2016 · 4 comments

Comments

@ctrlcctrlv
Copy link

(I am making this report as part of my duties as a technical consultant to N.T.Technology, Inc.)

8chan is now using image deduplication. Deduplicated images can happily co-exist with their non-deduplicated counterparts.

However, according to users of Overchan, Overchan does not support deduplicated images.

The check for them is simple. Just see if the length of the filename, without the extension, (so, tim parameter) is 64 characters.

If some API change could help make this easier for you, let me know.

broken overchan

@Cipherwraith
Copy link

The new deduplicated images are in a different file path format from before. This might also be causing the trouble.

Before:
https://${subdomain}.8ch.net/${boardname}/src/${filename}

Now:
https://${subdomain}.8ch.net/file_store/${filename}

@123a169
Copy link

123a169 commented Sep 10, 2016

This is making the app unusable for me. I mostly browse 8chan and now 90% of the images give 404s.

@ctrlcctrlv
Copy link
Author

N.T. Technology Inc is maintaining a fork of this application called "Everychan". So far the only difference is that #114 is merged and the name is changed.

Github: https://github.com/everychan/everychan

APK: https://8ch.net/Everychan-Android-release.apk

@magicgoose
Copy link

magicgoose commented Dec 12, 2016

@ctrlcctrlv the bad thing about it is that they changed package name for no good reason.
If they want to upload stuff to Google™ Play™ etc., it's enough to set a different application id in build script. Because of this, it can't be directly merged and digesting the list of changes is tedious.

everychan@81748fb
This commit for example is named bug fix and yet it also changes package name everywhere. where's the logic guys? This should be in separate commit at least. You're doing git wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants