-
Notifications
You must be signed in to change notification settings - Fork 14
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
Getting Err:504 even in the Examples.ods #4
Comments
I'm also experiencing this issue. Any solutions yet? |
I'm guessing the problem is related to using Example.ods and LOC.oxt from different releases. It's only a guess because I'm not able to reproduce the error at this time. And if that is the case, I'm sorry for the packaging mistake. I have simplified and updated the Example.ods sheet but not packaged it into a release yet. My internet has been outrageously slow recently and loading the example sheet was taking several minutes instead of a few seconds. The new version reduces the number of function calls and demonstrates the use of caching. It's a work-in-progress and will only work properly with the current master code. |
Thanks for looking into it. I downloaded the new Example.ods from today, and it's still giving the same Err:504 messages. LOC-Extension version: 0.2.3 |
That's weird, and I'm sorry you're (still) having a problem, @endrep0. I still don't have access to a Windows machine to test/fix it on. If you open one of the cells with the Err:504 message, what is the value shown in the formula bar? Is it something like |
LibreOffice 5.3.7.2 (x64) (might have upgraded once since the original issue was posted) Yes - the formulas in the formula bars look just like that. Thank you for trying to fix it :) Maybe you could test it on something like this? |
You have semicolons in the formulae? I have commas, but semicolons work for me too. What language settings do you have? |
1 similar comment
You have semicolons in the formulae? I have commas, but semicolons work for me too. What language settings do you have? |
Yes semicolons. In other functions like The LibreOffice is in English, and the Locale is hu-HU (hu_HU). |
Wow, with 5.3.7.2 I can't open ANY sheets from 5.3.5, including Example.ods |
Yeah, i get exceptions with coinmarketcap on linux(alpha4) and error 504 on pretty much everything in windows(alpha3w). |
OS is Ubuntu 18.04; LOC v1.6.0.7 on a Linux system. Having the same issues as many of the above (exceptions encountered, #VALUE). When I 'Reload' I get a box asking if I want to 'Delete Change?'. Is there a place with more details on working with your template (cctx, get, etc.)? Thanks |
@vadirthedark I take it that version number is Ubuntu's way of saying LibreOffice 6.0.7? I'm using the extension with 6.0.1.1 on MX 17.1 linux (somewhat Ubuntu 18-like). I haven't reproduced any of the Err:504's people have reported so I don't know what causes them. The example.ods is pretty much all the doc I wrote. The ccxt() function takes 3 parameters; an exchange, a ticker and a function, eg:
or
If you change any values in your sheet you should save it before using File/Reload to force the extension to refresh an exchange with cached results by using
Only a handful of exchanges provide cached results to the extension. Most ccxt() calls with Coinmarketcap as the exchange fail since they switched their API last December. I have no plans to try to update the extension in the near future. |
I appreciate the additional information and will continue on.
One question-are each line to be placed into a separate cell?
Thanks again
…On Tue, Mar 5, 2019 at 8:16 AM walkjivefly ***@***.***> wrote:
@vadirthedark <https://github.com/vadirthedark> I take it that version
number is Ubuntu's way of saying LibreOffice 6.0.7? I'm using the extension
with 6.0.1.1 on MX 17.1 linux (somewhat Ubuntu 18-like). I haven't
reproduced any of the Err:504's people have reported so I don't know what
causes them.
The example.ods is pretty much all the doc I wrote. The ccxt() function
takes 3 parameters; an exchange, a ticker and a function, eg:
=CCXT("bitfinex","btc/usd","last")
or
=CCXT("coinmarketcap","eth/usd","price_btc")
If you change any values in your sheet you should save it before using
File/Reload to force the extension to refresh an exchange with cached
results by using
=ccxt("bitmex","reload")
Only a handful of exchanges provide cached results to the extension. Most
ccxt() calls with Coinmarketcap as the exchange fail since they switched
their API last December. I have no plans to try to update the extension in
the near future.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWBFOvkuM_1goHupczKmbvmt_zhtxFmrks5vTnw1gaJpZM4RN55U>
.
|
I have the same problem and I noticed something wrong. LibreOffice version: 5.4.7.2 (x64) When the sheets load (or reloads), "=ccxt(stuff)" becomes "=com.loc.crypto.getinfo.python.locimpl.ccxt(stuff)" which results in Err:504 outputs (even in examples.ods). I can have the extension return the expected values but I need to manually remove "com.loc.crypto.getinfo.python.locimpl." from every formula. |
@slowputing thanks for the update. So it sounds like some kind of path problem. I typed Thanks for taking the time to share the information. |
As a follow up I should mention that I just got it working. I'm not sure exactly how I did it but in case someone is interested here's what I did : I downgraded LibreOffice version to 5.3.4 and then 5.3.5 which complained I miss VCRuntime140.dll so I installed Microsoft Visual C++ Redistributable. I installed/uninstalled the extension many times without success. Err:504 was still there yet the aforementioned workaround didn't work anymore. I was about to reinstall Windows and start fresh when I decided to give version 5.4.7.2 another try and to my surprise everything worked. I can edit my sheets, save, open, reload and it keeps working. I plan to use the LOC extention on some other Windows systems so I might return and report what I find. |
Hi,
I could install the extension, but I can't get even Examples.ods to work. The cells with the extension calls all show "Err:504". Any idea why?
LOC-Extension version: 0.2.3
Platform you're running it on: Windows 7 x64
Expected behaviour: returning the value of the formula
Actual behaviour: Err:504
The text was updated successfully, but these errors were encountered: