当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How to Install Sync Server 1.5 on Qnap NAS?

  • 5 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: pjgmte

more options

Hi All.

I'm trying to install the firefox sync server on my qnap (x86 processor with a Embedded Linux ... with QTS 4.2 firmware ) server but i'm getting some problems...

After installing Sync Server 1.5 qpkg from http://forum.qnap.com/viewtopic.php?f=320&t=116178

I'm getting this error when I try to reach http://[Public url]:5000/token/1.0/sync/1.5:

{"status": "error", "errors": [{"location": "body", "name": "", "description": "Unauthorized"}]}

Many thanks pjgmte

Hi All. I'm trying to install the firefox sync server on my qnap (x86 processor with a Embedded Linux ... with QTS 4.2 firmware ) server but i'm getting some problems... After installing Sync Server 1.5 qpkg from http://forum.qnap.com/viewtopic.php?f=320&t=116178 I'm getting this error when I try to reach http://[Public url]:5000/token/1.0/sync/1.5: {"status": "error", "errors": [{"location": "body", "name": "", "description": "Unauthorized"}]} Many thanks pjgmte

この投稿は pjgmte により に変更されました

選ばれた解決策

guigs,

Many Thanks for everything!

Is't working!!!

Problem was in the syncserver.ini file...

I just edit the syncserver.ini file and point the host to the internal ip.

like this...

[server:main] use = egg:gunicorn host = 192.168.1.87 port = 5000 workers = 2 timeout = 30

この回答をすべて読む 👍 0

すべての返信 (5)

more options

Hey, So I asked the sync guys, and I would recommend asking in the sync list:

However it may be, as informed by nalexander, that your python tool chain is not installing.

more options

Hi guigs

Thanks!

Now it's running with this app: Sync 1.5.qpkg

but I'm getting this logs:

log

more options

In your error logs there is a network issue as well as an issue retrieving a recovery key. Are you using the older version of Sync? Might really want to email the sync list here.

more options

guigs said

In your error logs there is a network issue as well as an issue retrieving a recovery key. Are you using the older version of Sync? Might really want to email the sync list here.

Hi guigs

network it's fine (I Think) as you can see if you went here:

http://[public url]:5000/token/1.0/sync/1.5

here you we can see {"status": "error", "errors": [{"location": "body", "name": "", "description": "Unauthorized"}]}

before I had {"status": "error", "errors": ["The public_url setting doesn't match the application url.\nThis will almost certainly cause authentication failures!\n public_url setting is: http://localhost:5000\n application url is: http://192.168.1.87:5000\nYou can disable this check by setting the force_wsgi_environ\noption in your config file, but do so at your own risk."]}

it's a improvement right? ;)

Strange is that if I went here http://[public url]:5000

it says that "it works"

lool

Should try again later today because I think can be related with syncserver.ini configuration issues...

My syncserver.ini file -> syncserver.ini

Don't you think?

many thanks! pjgm

この投稿は pjgmte により に変更されました

more options

選ばれた解決策

guigs,

Many Thanks for everything!

Is't working!!!

Problem was in the syncserver.ini file...

I just edit the syncserver.ini file and point the host to the internal ip.

like this...

[server:main] use = egg:gunicorn host = 192.168.1.87 port = 5000 workers = 2 timeout = 30