-
Notifications
You must be signed in to change notification settings - Fork 116
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
Python Example "The document could not be saved" and "Download Failed" errors. #447
Comments
Hello, The value of DOC_SERV_SITE_URL should contain the Document Server's (ONLYOFFICE Docs) address, so please double-check if it's available at that address. |
@github-ljx |
I have the same problem with springboot ` server.version=1.9.0 server.address= filesize-max=5242880 files.storage=C:\documentosOffice files.docservice.timeout=120000 files.docservice.url.site=http://localhost:80/ files.docservice.secret=my_jwt_secret files.docservice.verify-peer-off=true files.docservice.languages=en:English|ar:Arabic|hy:Armenian|az:Azerbaijani|eu:Basque|be:Belarusian|bg:Bulgarian|ca:Catalan|zh:Chinese (Simplified)|zh-TW:Chinese (Traditional)|cs:Czech|da:Danish|nl:Dutch|en-GB:English (United Kingdom)|fi:Finnish|fr:French|gl:Galego|de:German|el:Greek|hu:Hungarian|id:Indonesian|it:Italian|ja:Japanese|ko:Korean|lo:Lao|lv:Latvian|ms:Malay (Malaysia)|no:Norwegian|pl:Polish|pt:Portuguese (Brazil)|pt-PT:Portuguese (Portugal)|ro:Romanian|ru:Russian|sr-Cyrl-RS:Serbian (Cyrillic)|sr-Latn-RS:Serbian (Latin)|si:Sinhala (Sri Lanka)|sk:Slovak|sl:Slovenian|es:Spanish|sv:Swedish|tr:Turkish|uk:Ukrainian|vi:Vietnamese|aa-AA:Test Language spring.datasource.url=jdbc:h2:mem:usersdb url.index=/ |
files.docservice.url.example= |
I have used Python Example provided in this url "https://api.onlyoffice.com/editors/demopreview".
I have change STORAGE_PATH and DOC_SERV_SITE_URL.
Config.py
now when i am opening a file or creating new file from document list (document manager). I'm getting error as
"The document could not be saved". and followed by "Download Failed".
The url showing when opening a new is "http://localhost:8000/edit?filename=new.docx"
where to run python i give cmd as
python3 manage.py runserver 0.0.0.0:8000
this is my out.log
The text was updated successfully, but these errors were encountered: