You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
How did you install AllTube (with Git or with a release package)?
via git clone + composer install
What version of PHP are you using?
8.0
What version of Python are you using?
either 2.7.18, or 3.8.10
What version of youtube-dl are you using?
the one that was shipped with composer
Do you get any PHP-related errors in your webserver's logs?
404, but it's due to what causes the Issue
What is the content of your `config/config.yml` file?
---
# Path to your youtube-dl binaryyoutubedl: vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py# Path to your python binarypython: /usr/bin/python# An array of parameters to pass to youtube-dlparams:
- --no-warnings
- --ignore-errors
- --flat-playlist
- --restrict-filenames
- --no-playlist# True to enable audio conversionconvert: true# True to enable advanced conversion modeconvertAdvanced: true# List of formats available in advanced conversion modeconvertAdvancedFormats: [mp3, avi, flv, wav]# Path to your ffmpeg binaryffmpeg: /usr/bin/ffmpeg# ffmpeg logging level.ffmpegVerbosity: error# Path to the directory that contains the phantomjs binary.phantomjsDir: /usr/bin/# True to disable URL rewritinguglyUrls: false# True to stream videos through server# Set to "ask" if you want to allow it but not enable by default.stream: false# True to enable remux mode (merge best audio and best video)remux: false# MP3 bitrate when converting (in kbit/s)audioBitrate: 128# App nameappName: AllTube Download# Generic formats supported by youtube-dlgenericFormats:
best/bestvideo: Bestbestvideo+bestaudio: Remux best video with best audioworst/worstvideo: Worst# Enable debug mode.debug: false# True to enable audio conversion mode by defaultdefaultAudio: false# False to disable convert seek functionalityconvertSeek: true
Please provide the URL of a video that causes the issue.
<none>
Describe your issue
Go to alltube using chrome for android
Tap the menu icon (3 dots in upper right-hand corner) and tap "Add to homescreen".
You’ll be able to enter a name for the shortcut, and then Chrome will add it to your home screen.
When clicking the shortcut, it opens to <alltube URL>/resources instead of <alltube URL>/
This might be due to the manifest.json, which is located in the resources folder, but the start_url property is defined as ./ instead of ../
Note to @Rudloff : I see some duplicate/spam issues in this repo. If you need help, I can help to moderate the tickets.
The text was updated successfully, but these errors were encountered:
New issue
Your environment
Please answer these questions when reporting a new issue:
What is your operating system (Windows, Linux, OSX, etc.)?
What is your web server (Apache, IIS, etc.)?
What version of AllTube are you using?
How did you install AllTube (with Git or with a release package)?
What version of PHP are you using?
What version of Python are you using?
What version of youtube-dl are you using?
Do you get any PHP-related errors in your webserver's logs?
What is the content of your `config/config.yml` file?
Please provide the URL of a video that causes the issue.
Describe your issue
<alltube URL>/resources
instead of<alltube URL>/
This might be due to the manifest.json, which is located in the resources folder, but the
start_url
property is defined as./
instead of../
Note to @Rudloff : I see some duplicate/spam issues in this repo. If you need help, I can help to moderate the tickets.
The text was updated successfully, but these errors were encountered: