frondeus / fvtt-syrin-control

Syrinscape Online Control plugin for FoundryVTT
MIT License
15 stars 5 forks source link

No Sound Sets #2

Closed Lawlesslisa closed 2 years ago

Lawlesslisa commented 2 years ago

Hi, I installed your module but am not getting any sound set recognition in the drop downs for setting a scene's music nor in the Playlists Tab for elements. I followed your directions to getting the CSV file. I did notice that when I clicked on the file location setting button (in the module settings) that it would not let me add a new folder there. I added one separately called control_links.csv from a different module where I could add a folder. I then uploaded the CSV file from Syrinscape as per your directions with Filezilla and it said it did upload to there. Not sure what I am doing wrong or if I have put the CSV file in a bad spot? I created the folder in the topmost directory.

frondeus commented 2 years ago

Hi, first of all, thanks for installing my module!

Okay, I need to make some notifications so you can see if the CSV file is processed, how many entries it parsed, and if there were any errors.

Could you show me your module settings? Just remember to replace your token with some random value, as this should be a secret.

Before I make the necessary changes - the CSV file is loaded and parsed when you save and close the window with module settings. For now, to see if the CSV file was loaded you can open the developer tools in your browser (F12 in Chrome and Firefox) and look into console logs. When you save the settings log like this should appear:

image

As you can see, 1254 sounds were loaded in my example.

frondeus commented 2 years ago

3

Lawlesslisa commented 2 years ago

Hello, and thanks for your quick response.

Module setting @.***

I have Edge on my computer and do not really want to install Firefox or Chrome. Do you know how to get the console logs in Edge? Or can you provide some more directions on getting those logs, please?

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows

From: Wojciech @.> Sent: Monday, November 22, 2021 2:38 PM To: @.> Cc: @.>; @.> Subject: Re: [frondeus/fvtt-syrin-control] No Sound Sets (Issue #2)

Hi, first of all, thanks for installing my module!

Okay, I need to make some notifications so you can see if the CSV file is processed, how many entries it parsed, and if there were any errors.

Could you show me your module settings? Just remember to replace your token with some random value, as this should be a secret.

Before I make the necessary changes - the CSV file is loaded and parsed when you save and close the window with module settings. For now, to see if the CSV file was loaded you can open the developer tools in your browser (F12 in Chrome and Firefox) and look into console logs. When you save the settings log like this should appear:

[image]https://user-images.githubusercontent.com/1165825/142931674-ea779298-99e6-4626-adfd-d9d0ed54d0ca.png

As you can see, 1254 sounds were loaded in my example.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/frondeus/fvtt-syrin-control/issues/2#issuecomment-975899162, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWTZCISHVGFYIIRKCFVWEYTUNKS4RANCNFSM5IR2KMAA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Screenshot (6)

Lawlesslisa commented 2 years ago

On my laptop, which uses Chrome, I found this – I think this is what you want. SyrinControl | GenPlaylist Array(0)

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows

From: Wojciech @.> Sent: Monday, November 22, 2021 2:38 PM To: @.> Cc: @.>; @.> Subject: Re: [frondeus/fvtt-syrin-control] No Sound Sets (Issue #2)

Hi, first of all, thanks for installing my module!

Okay, I need to make some notifications so you can see if the CSV file is processed, how many entries it parsed, and if there were any errors.

Could you show me your module settings? Just remember to replace your token with some random value, as this should be a secret.

Before I make the necessary changes - the CSV file is loaded and parsed when you save and close the window with module settings. For now, to see if the CSV file was loaded you can open the developer tools in your browser (F12 in Chrome and Firefox) and look into console logs. When you save the settings log like this should appear:

[image]https://user-images.githubusercontent.com/1165825/142931674-ea779298-99e6-4626-adfd-d9d0ed54d0ca.png

As you can see, 1254 sounds were loaded in my example.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/frondeus/fvtt-syrin-control/issues/2#issuecomment-975899162, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWTZCISHVGFYIIRKCFVWEYTUNKS4RANCNFSM5IR2KMAA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

frondeus commented 2 years ago

That's interesting, could you send me all logs and CSV files?

In Edge you can press CTRL + Shift + i to open console.

Lawlesslisa commented 2 years ago

I did not feel comfortable putting my CSV file and logs into here. I hope you don't mind, but I sent you an email from my hotmail account to the email that you have in your profile with the CSV file and copied logs attached.

frondeus commented 2 years ago

Hi, yes, I saw your email. I'm not an expert and didn't use FoundryServer before so I'm not sure what's going on.

However: It seems that for some reason SyrinControl cannot access the CSV files. You said you uploaded it via FTP to the right directory (BTW, directory does not have to be root. It can be any directory where you keep your assets like backgrounds), but the log says that the asset, in that case, your CSV file was not accessible (your browser got 404 code which means "Not Found").

Perhaps you could try and upload the CSV file to another directory? Like the one, you know works for sure, because you used it for your assets.

Lawlesslisa commented 2 years ago

I got it to work after I installed your update.

I did not know I needed to have the online version of Syrinscape running to hear the sounds. I might have missed that in the directions. Do the players also need to have Syrinscape running?

Thanks for the help.

Sent from my iPad

On Nov 28, 2021, at 4:21 AM, Wojciech Polak @.***> wrote:



Hi, yes, I saw your email. I'm not an expert and didn't use FoundryServer before so I'm not sure what's going on.

However: It seems that for some reason SyrinControl cannot access the CSV files. You said you uploaded it via FTP to the right directory (BTW, directory does not have to be root. It can be any directory where you keep your assets like backgrounds), but the log says that the asset, in that case, your CSV file was not accessible (your browser got 404 code which means "Not Found").

Perhaps you could try and upload the CSV file to another directory? Like the one, you know works for sure, because you used it for your assets.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/frondeus/fvtt-syrin-control/issues/2#issuecomment-981059160, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWTZCIUAIFD6ZYRABUTIWULUOH7C7ANCNFSM5IR2KMAA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

frondeus commented 2 years ago

Great! It is in the first paragraph but perhaps I need to mark it somehow to be more visible :)

The answer is - yes. This module only controls syrinscape online and does not provide audio. Both you and your players need Syrinscape Online running.