question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Couldn't read file "methods/interface/reportvalueusage.tcl": no such file or directory

See original GitHub issue

Describe the bug I know this is a bug in OCCU and I’ve reported it in OCCU repo but maybe you can provide a solution. The reportValueUsage function is in the JSON-RPC overview but not include. If i make a request I get response

couldn't read file "methods/interface/reportvalueusage.tcl": no such file or directory
    while executing
"source "methods/$method(METHOD_FILE)"
"
    (file "/www/api/methods/interface/dispatch.tcl" line 162)
    invoked from within
"source [file join $env(DOCUMENT_ROOT) "api/methods/$method(SCRIPT_FILE)"]"}

OCCU Issue

Thanks in advanded Steps to reproduce the behavior

  1. Make request to the JSON-RPC reportValueUsage

Expected behavior

  1. Successful response

Screenshots image

System information:

  • RaspberryMatic Version: latest
  • Used Hardware: ccu3
  • Used HomeMatic RF-Module: ccu3

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jonaswrecommented, Nov 5, 2020

Danke, die Datei hat den Fehler behoben.

0reactions
jens-mauscommented, Nov 4, 2020

Das rootfs bekommst du als rw remountet mit folgendem befehl:

mount -o rw,remount /

Danach kannst du die Datei an ort&stelle kopieren und entsprechend testen.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TCL no such file or directory - Stack Overflow
Is your nmrCube.tcl file in the same directory as from where you are trying to run the script? ./ means the current working...
Read more >
tcl no such file or directory - Ask Ubuntu
Error in startup script: couldn't read file "“./nmrCube.tcl”": no such file or directory. tcl · Share. Share a link to this question.
Read more >
How do I read and write files in Tcl - the Tcler's Wiki!
The Tcl file commands are file, open, close, gets and read, and puts, seek, ... All of the data in the file is...
Read more >
Hypermesh doesnt load a file im using in a tcl script
couldn't open 'test.UFF': no such file or directory. If I dont read the data file and define the matrix shown above manually, everything...
Read more >
File Access 101 - Tcl/Tk
Tcl provides several methods to read from and write to files on disk. ... Tcl provides an almost uniform interface to these very...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found