-
Notifications
You must be signed in to change notification settings - Fork 5
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
Forked version does not update within OBS #12
Comments
I'm seem to be having the same issue with OBS 29.1.3 on OSX. Sheet is being read OK, Data is being pulled in correct from API in the terminal index.js. Websocket is connected and messages in/out are updated but no luck when adding a text in sources with the format testtext |sheet B3. Any suggestions? |
Not in the forked version but master I may add. |
I'm having the same issue. Able to connect to google sheet, shows as connected in terminal and values are populating correctly. Not showing text from sheet, however. My sheet: https://docs.google.com/spreadsheets/d/1LtjHGiq0gWwNLRhhJgJzllySpkTAx7LJnwWG3BBm_js/edit?usp=sharing My text layer calling cell F5: Player Name Left |sheet F5 |
I am also running into this issue on MacOS. |
Okay, I know enough to be dangerous, but for Mac OS it still uses Freetype 2 and not GDI+. I am able to get the text to update if I replace:
with
I am not sure if that's helpful, but I'm closer. |
Okay, my bad. I had another scene referencing cells outside the scope. I can confirm on MacOS the change to |
This application is awesome and works flawlessly with my google sheets.
However, I can't seem to get the sources to updated in the recommended forked version by DaBenjamins. Apologies if this report is in the wrong place, I'm not sure how to report this potential bug for a forked version.
Upon running the start.bat it indicates that everything is connected properly and being read from my sheet but OBS is not updating the sources. I've tried the formatting that was recommended in the readme and made sure that the cell I am trying to read from is within the rage in the config.json file. My sources are not in groups and I have yet to try anything other than text sources.
Is there anything I'm doing wrong here?
The text was updated successfully, but these errors were encountered: