2.9 KiB
2.9 KiB
Troubleshooting
This document show most common issues and possible solutions while using the device features.
Images Not Displaying in EPUBs
Problem: Some images in EPUB books show as placeholders like "[Image: filename.jpg]" instead of the actual image
Possible Causes:
-
Progressive JPEGs are not supported
- The device uses a minimal JPEG decoder optimized for embedded systems
- Progressive/multi-scan JPEGs cannot be decoded due to memory constraints
- This affects some professionally published EPUBs, especially maps and high-quality photos
- Workaround: Use Calibre or another EPUB editor to convert progressive JPEGs to baseline JPEGs
-
Unsupported image format
- Only JPEG and PNG images are supported
- Other formats (GIF, WebP, SVG graphics) will show placeholders
-
Image extraction failed
- The image file may be corrupted or the EPUB structure malformed
- Try re-downloading the EPUB or converting it with Calibre
How to check if an image is progressive JPEG:
from PIL import Image
print(Image.open("image.jpg").info.get('progressive', 0))
# Output: 1 = progressive (not supported), 0 = baseline (supported)
Cannot See the Device on the Network
Problem: Browser shows "Cannot connect" or "Site can't be reached"
Solutions:
- Verify both devices are on the same WiFi network
- Check your computer/phone WiFi settings
- Confirm the CrossPoint Reader shows "Connected" status
- Double-check the IP address
- Make sure you typed it correctly
- Include
http://at the beginning
- Try disabling VPN if you're using one
- Some networks have "client isolation" enabled - check with your network administrator
Connection Drops or Times Out
Problem: WiFi connection is unstable
Solutions:
- Move closer to the WiFi router
- Check signal strength on the device (should be at least
||or better) - Avoid interference from other devices
- Try a different WiFi network if available
Upload Fails
Problem: File upload doesn't complete or shows an error
Solutions:
- Ensure the file is a valid
.epubfile - Check that the SD card has enough free space
- Try uploading a smaller file first to test
- Refresh the browser page and try again
Saved Password Not Working
Problem: Device fails to connect with saved credentials
Solutions:
- When connection fails, you'll be prompted to "Forget Network"
- Select Yes to remove the saved password
- Reconnect and enter the password again
- Choose to save the new password